1284 Commits (240c8d4390d87359d48824ba4c6dfd6959fd9f76)

Author SHA1 Message Date
  Stefan Bodewig 940895930e Passing tests for PR 40457 17 years ago
  Stefan Bodewig 15de83a00f properly handle non-standard chars in key alias. PR 45820. 17 years ago
  Stefan Bodewig a98a49253b minor performace tweaks 17 years ago
  Stefan Bodewig dda05149e5 use sigfile attribute when checking whether a jar is already signed. PR 44805. Submitted by Clemens Hammacher. 17 years ago
  Stefan Bodewig cd517c2881 fix tests broken by changed exception message of svn revision 685593 17 years ago
  Stefan Bodewig 1d3ca73f3c don't run into infinite lopps caused by symbolic links. PR 45499. 17 years ago
  Stefan Bodewig 4464369821 honor followsymlinks on a fileset's dir as well. PR 45741. 17 years ago
  Stefan Bodewig 4248bab8ea make sure the 'correct' error is reported if the directory doesn't exist. Sync error messages of DirectoryScanner and AbstractFileSet. 17 years ago
  Stefan Bodewig 1776e0710b Tests fail in Gump if BSF has been built without JavaScript support. 17 years ago
  Stefan Bodewig dfcdd8495f Make test pass on vmgump 17 years ago
  Stefan Bodewig f625d964c0 delete broken symbolic links. PR 41285 17 years ago
  Stefan Bodewig 1331049054 fall back to "rm" if target cannot be renamed when deleting a symlink 17 years ago
  Stefan Bodewig 5348fe6bcb symlink delete now works if the link points to a parent directory as well. PR 45743. 17 years ago
  Stefan Bodewig 8ea8f38c22 allow symlink to delete broken links. Part of PR 41285. 17 years ago
  Stefan Bodewig 09c3f9835e fix include pattern to show the behavior 17 years ago
  Stefan Bodewig af2e4c7138 Test for symlink loops 17 years ago
  Stefan Bodewig 71caca1540 tests for a basedir that is a symlink itself 17 years ago
  Stefan Bodewig 8309c2d61d fix syntax 17 years ago
  Stefan Bodewig 04a5b627b2 initial tests for dirscanner behavior and symlinks 17 years ago
  Stefan Bodewig 0aa4c77a07 Refactor tests that use antunit-base so they all use the same output dir and share a common cleanup target, output goes to the temp directory. Fix some inconsistent line-ends as well. 17 years ago
  Stefan Bodewig e562954f95 ensure TestListenerEvents get labeled even if they span multipl lines. PR 45411. 17 years ago
  Stefan Bodewig 5a0c835c6c Tests for PR 45411 17 years ago
  Stefan Bodewig 246480ed2d allowNativeBasedir -> useNativeBasedir. Document it. PR 45711. 17 years ago
  Matthew Jason Benson 1bff308e51 Bugzilla 45098: update jar index with no other changes 17 years ago
  Stefan Bodewig b8a829b11b make allowNativeBasedir work even when nested, PR 45711. fixes PR 30569 at the same time. 17 years ago
  Stefan Bodewig b7a61200ec Add a special listener that tries to invoke tearDown in a test class that caused a timeout or crashed the forked VM. PR 37241. 17 years ago
  Stefan Bodewig 05bffcf9f0 properly clean up test directory 17 years ago
  Stefan Bodewig cf16fb5f63 Add test for worst case of elapsed time 17 years ago
  Stefan Bodewig bd76a2fb37 Don't use a thousands separator at all for minutes. PR 44659. 17 years ago
  Stefan Bodewig ab5fb066bd Ant disallowed manifest attributes that contained the character 8. PR 45675. 17 years ago
  Stefan Bodewig ff1c8616d3 Add namespace support to echoxml. Based on patch by Joey Richey. PR 36804. 17 years ago
  Stefan Bodewig 52d49f84d1 inconsistent linefeeds 17 years ago
  Stefan Bodewig 49324dc8c3 testcase for PR 44659 17 years ago
  Stefan Bodewig 7a1f5b5275 typo 17 years ago
  Stefan Bodewig 0fccd329c1 style 17 years ago
  Stefan Bodewig e03bfc445e line-ends 17 years ago
  Kevin Jackson 75899750ab apply patch for #36901 LayoutPreservingProprties (includes tests) 17 years ago
  Stefan Bodewig e713682ea6 sometimes an infinite recursion of filters is flagged when there is none. PR 44226. Submitted by Adam Bryzak. 17 years ago
  Stefan Bodewig d814a03e98 support regular expressions in filename and name selectors. PR 45284. 17 years ago
  Stefan Bodewig 02e939c261 Add readable and writable selectors. Addresses PR 45081. 17 years ago
  Stefan Bodewig d8b918468e Make JUnit's output less confusing when a forked VM running more than one test is terminated. PR 45227. 17 years ago
  Stefan Bodewig 7dc2ce5223 Test for PR 45227. 17 years ago
  Stefan Bodewig c1142173a2 new attribute allowNativeBasedir for <ant>. Not yet documented. Not yet complete (doesn't work when basedir is a user or inherited property). Work in progress. Needed for PR 30569. 17 years ago
  Stefan Bodewig 5019b99eb6 New attribute allows stripping of leading path spec from files before extracting them. PR 28911. 17 years ago
  Stefan Bodewig 0bb2e45e71 add testcase for PR 34764 17 years ago
  Stefan Bodewig 7d174c3426 Made up my mind on the fix for PR 35000. Empty != broken, so make it two separate use cases. 17 years ago
  Stefan Bodewig 549fc1f687 don't trust permissions read from another ZIP file blindly. PR 42122. 17 years ago
  Stefan Bodewig 80e8b2977b an archive with an empty central directory is broken. PR 35000. Submitted by Thomas Aglassinger. 17 years ago
  Stefan Bodewig c51d1ce61f More sanity in CBZip2*Stream if the streams are empty. PR 32200. Submitted by Kevin Jackson. 17 years ago
  Matthew Jason Benson f587706860 <echo> supports an "output" Resource attribute as an alternative to "file". 17 years ago