216 Commits (30331f07aa9162386f402505279950feb2fa78f2)

Author SHA1 Message Date
  Stefan Bodewig 30331f07aa passing test for PR 47602 16 years ago
  Stefan Bodewig 39ff544a60 pretty persistent typo 16 years ago
  Stefan Bodewig c5a945fe3c Allow users to specify a classpath when using a custom adapter in javac, rmic, javah or native2ascii. PR 11143 16 years ago
  Stefan Bodewig 30ebea71bb fix xmlproperty examples. PR 43583 16 years ago
  Stefan Bodewig 8df1ef0ecf make update="true" and filesetmanifest="merge" work together. PR 30751 16 years ago
  Stefan Bodewig 88bdf1337e add a delay so new zip is certain to get a more recent timestamp 16 years ago
  Stefan Bodewig a4c9863544 don't compare timestamps on directories but add missing dirs 16 years ago
  Stefan Bodewig e24b8aa6a0 new zip logic bypassed overridden method in jar and broke manifest/index logic 16 years ago
  Stefan Bodewig a6e42833f6 preserve timestamps for directories added to a zip archive (and potentially zip extra fields as well) 16 years ago
  Stefan Bodewig a9aa3e7efe tests for PR 43946 16 years ago
  Stefan Bodewig 0768b9b643 filesetmanifest=mergewithoutmain didn't work for nested manifests. PR 29731. 16 years ago
  Stefan Bodewig e8e131fdfc testcases for PR 43114 16 years ago
  Stefan Bodewig 3499194926 try to unwrap ScriptException - unfortunately it doesn't seem to work - PR 47509 16 years ago
  Jacobus Martinus Kruithof d4071f9eb6 Also allow redirect from http to https a subset of what was requested in pr 47433. Tests from https to http v.v. have also been executed I couldn't find a https space for public testcases though. 16 years ago
  Stefan Bodewig 7f24568899 add a new indexMetaInf attribute to <jar>. PR 47457. 16 years ago
  Stefan Bodewig 2fa45322bf add a passing testcase for PR 47470 16 years ago
  Stefan Bodewig 50f09a9b54 don't put test files into the source tree 16 years ago
  Stefan Bodewig 0ce2545f6c add prefix and suffix attributes to apply's srcfile and targetfile elements. PR 45625 16 years ago
  Stefan Bodewig ab8c8e14e9 loadproperties' encoding attribute is broken. PR 47382 16 years ago
  Stefan Bodewig 38db83d1c8 Don't ignore missing resources in copy when failOnError is true. PR 47362 16 years ago
  Stefan Bodewig 65434f5a37 test fails in 'svn export'ed directories 16 years ago
  Stefan Bodewig 3b47767f67 show that .svn is excluded by default, independent of platform 16 years ago
  Stefan Bodewig 120dcf4e55 clean up test files/dirs 16 years ago
  Stefan Bodewig 89468d6315 whitespace 16 years ago
  Stefan Bodewig f7477d1b20 testcase for PR 47196 16 years ago
  Stefan Bodewig 347bbc40b5 tests for PR 47168 16 years ago
  Stefan Bodewig 8ef3166add make test pass for me - it could be that ASF's infrastructure is using Geo-IP information in DNS, though 16 years ago
  Steve Loughran c75a494bd8 Bug 46812 - <tarfileset> no longer takes a fileset ref (regression) 17 years ago
  Stefan Bodewig 2f0ab79127 Adapt to ASF infrastructure change 17 years ago
  Steve Loughran 8d0bd81aae starting the tests for this, fixing the code as the problems show up. Task is not yet ready for use. 17 years ago
  Stefan Bodewig 1fa24dc235 fix linefeeds 17 years ago
  Stefan Bodewig 6cc73a7365 Use a real transformation error instead of an XML parsing error in testTransformationError 17 years ago
  Jacobus Martinus Kruithof 24fe82e433 Adding task to provide host info, requests in bug reports 31164 and 45861. 17 years ago
  Stefan Bodewig e73a7f649f Ignore ZIP extra fields that don't contain the recommended header+length structure - this is what unzip does as well. PR 42940 17 years ago
  Stefan Bodewig 601cdf67ba Make sure ZIP archive is closed even when a RuntimeExpection occurs. PR 46559 17 years ago
  Stefan Bodewig ca4b6cc233 turn Jesse's testcase in PR 45902 into an AntUnit test (failed before applying revision 738330 and passes after it) 17 years ago
  Stefan Bodewig 6c29cfdd70 make checksum's totalproperty platform independent. PR 36748. 17 years ago
  Stefan Bodewig aee67d5f1e testcase for PR 36748 17 years ago
  Stefan Bodewig e6d58bd9dc Passing test for PR 35634 17 years ago
  Stefan Bodewig 948e2c6f0d passing unit test for PR 29460 17 years ago
  Stefan Bodewig 10f8a113ac now that slowScan is fixed, I realized that Sync cannot use it. Full implementation of PR 43159. 17 years ago
  Stefan Bodewig 66b7fa5b87 slow-scan was broken for recursive exclude patterns since contentsExcluded was added about four years ago 17 years ago
  Stefan Bodewig c807cf91c6 properly handle non-recursive excludes (breaks one other test because of the same slowscan bug that I'm going to fix later) 17 years ago
  Stefan Bodewig cd22c5c17b another sync preserveintarget edge case 17 years ago
  Stefan Bodewig 7b84ae34e5 partial implementation of a new preserveemptydirs attribute for sync's preservintarget. PR 43159. Unfortunately DirectorScanner.slowScan doesn't work as expected and I'm running out of time before a meeting, so I'm commiting it unfinished. 17 years ago
  Stefan Bodewig 4f0c76df89 refactor sync tests in preparation for more changes WRT PR 43159 17 years ago
  Stefan Bodewig 727dc821bd Resource-enable replacefilterfile and propertyfile attributes f <replace>. Somewhat related to PR 42702. 17 years ago
  Stefan Bodewig fe67f95603 add a failOnNoReplacements attribute to replace. PR 21064. 17 years ago
  Stefan Bodewig e673741d37 optionally expand properties in <replace>'s nested elements. PR 11585. 17 years ago
  Stefan Bodewig 75a677f701 allow token and/or value of replace's replacefilter children to be specified as nested elements. PR 39568. 17 years ago