369 Commits (72e13d5ac86210df81603611eafff0b7542cb5da)

Author SHA1 Message Date
  Antoine Levy-Lambert 222846dc00 needed for execution of single methods according to email of Jesse Glick. Bugzilla 34748.reference of the email http://mail-archives.apache.org/mod_mbox/ant-dev/201012.mbox/%3Cloom.20101217T222806-442@post.gmane.org%3E 15 years ago
  Antoine Levy-Lambert 1ffcacd800 get 100% passing tests under Windows jdk 1.5 - the JRE 1.5 is not able to open a jar URL when the jar is in a path containing an exclamation mark in the middle 15 years ago
  Stefan Bodewig ee4aa01089 zip's whenempty doesn't look at non-filesets at all. PR 50115 15 years ago
  Stefan Bodewig 9f471a747b preserve linefeed-style in propertyfile task. PR 50049 15 years ago
  Stefan Bodewig a18d38bbd2 the package name ends at the last dot of a classname, not the first. PR 45227. 15 years ago
  Stefan Bodewig 84b4cc0caf don't allow tasks to finish in <parallel> when the manual says 'execution is terminated'. PR 49527 15 years ago
  Stefan Bodewig b4b082c568 allow more path 'views' of a file as elements inside <checksum>s pattern. PR 50114 15 years ago
  Stefan Bodewig 6d79f276e8 don't ignore fileset's errorOnMissingDir in <delete> 15 years ago
  Stefan Bodewig ed02c6c30a passing testcase for PR 50115 15 years ago
  Stefan Bodewig c735a5cc48 move bulk of signjar tests to AntUnit tests 15 years ago
  Stefan Bodewig 43c676f951 these files are not needed for a working CVS repository 15 years ago
  Stefan Bodewig f632659d10 move jars that are created during tests but cannot be deleted to a directory inside the build dir rather than java.io.tmpdir 15 years ago
  Stefan Bodewig 3ef6daa0c0 according to the javadocs of JarURLConnection the separator is !/ not ! - this allows dealing with jars in directories that contain a ! in their name, as long as it is not at the end of the directory name. PR 50007 15 years ago
  Stefan Bodewig 99f7402a2d eos-new isn't that new anymore 15 years ago
  Jacobus Martinus Kruithof 80ac49e233 Forward lookup will no longer give back ip address split in host and domain. On gump apparently the ip address cannot be resolved to the real hostname. 15 years ago
  Stefan Bodewig 3a912beff7 allow copy/@tofile to be used with non-file resources. PR 49756 15 years ago
  Stefan Bodewig 151c5d7d72 clean up after test 15 years ago
  Stefan Bodewig 0c08ce1f0e Avoid NPE in createTempFile if no prfix has been specified. PR 49755 15 years ago
  Stefan Bodewig 282291fb51 <jar doesn't merge manifests that come from zipfilesets with prefix. PR 49605 15 years ago
  Stefan Bodewig 5d1bf32637 nested redirectors and parrallel-apply don't mix well - PR 49594 15 years ago
  Stefan Bodewig c7c2024198 DNS changes 15 years ago
  Stefan Bodewig 83eea4b1e7 vmgump doesn't resolve www.apache.org properly 15 years ago
  Stefan Bodewig 8dd8b1bb02 something seems to be wrong with vmgump's hostname resolution - allow for alternative real host names 15 years ago
  Stefan Bodewig e148f6157c host of ASF webs has changed 15 years ago
  Stefan Bodewig f67b8649e8 reinstate prefix handling of property task at the expense of even more state in a thread-unfriendly class and with a new attribute on two tasks to make everybody happy. PR 49373. 15 years ago
  Stefan Bodewig 95a34b0a28 some more tests 15 years ago
  Stefan Bodewig f8f45e9f02 unconditionally encode & as &amp; in DOMElementWriter. PR 49404 15 years ago
  Stefan Bodewig 0accb98c9c failing test for issue 49404 15 years ago
  Stefan Bodewig 3fb4745e70 <checksum>'s totalproperty doesn't work with repeated file names. PR 36748 15 years ago
  Stefan Bodewig 508bb0dae1 Make <move> behave consistently for read-only destinations. PR 49261 15 years ago
  Stefan Bodewig 35e9c976ac be consistent when it comes to overwriting read-only files, add an option to do just that to <copy>. PR 49261 15 years ago
  Stefan Bodewig 63b2599798 testcase for PR 49261 15 years ago
  Stefan Bodewig 2c468c2121 don't warn about duplicate project names if importing the same URL twice. PR 49162 15 years ago
  Matthew Jason Benson 22cc386d2e Added the augment task to manipulate existing references via Ant's basic introspection mechanisms. 15 years ago
  Stefan Bodewig 45485bd548 Add enableMultipleMappings and cache attributes to mappedresources 15 years ago
  Stefan Bodewig 7d05241b92 File("foo").getParent() is null if "foo" is a symbolic link - File("./foo").getParent() is not. PR 49137. 15 years ago
  Stefan Bodewig 9969e4d608 jar filesetmanifest=merge only worked for an OS where filesep == /. PR 49090 15 years ago
  Stefan Bodewig ca1c170b4e Most probably fix Issue 48972, will close it once I can enable the test and verify the fix (works with a different server) 15 years ago
  Stefan Bodewig c35f045b90 make failonerror work as expected when copying to a file instead of a directory 15 years ago
  Stefan Bodewig a5ffa2e18d speed up fast executions (where the process finishes in way less than a second) like attrib. PR 48734 15 years ago
  Stefan Bodewig 3d77ed2e09 rmic's sourcebase is broken. PR 48970. 15 years ago
  Stefan Bodewig d46268dc56 reject empty test names. Submitted by Clark Archer. PR 43586 16 years ago
  Antoine Levy-Lambert 680180b354 it looks like the name of www.apache.org has changed to eos from aurora, the IP address from 192.87.106.226 to 140.211.11.130 16 years ago
  Stefan Bodewig de0fc904c5 allow AntUnit tests to pass on Windows even if the created jar cannot be deleted. This will likely leave test.jar lying around in $TEMP on Windows. 16 years ago
  Matthew Jason Benson 083e298097 Added forcestring attribute to equals condition 16 years ago
  Matthew Jason Benson 33e7d80901 failing test for bug 48816 16 years ago
  Matthew Jason Benson e46c4cd3c8 Add resource attribute to length task. 16 years ago
  Matthew Jason Benson 1dd445f404 test last property wins 16 years ago
  Matthew Jason Benson af5bab224e add prefix attribute to loadproperties task + more tests 16 years ago
  Matthew Jason Benson 427d7a924b antunitize LoadProperties JUnit tests 16 years ago