624 Commits (1ffcacd800cb4b90403862ba63323377855822c7)

Author SHA1 Message Date
  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 9fcf95ae09 A Hashtable subclass that works like a LinkedHashMap. Will be useful for PR 50297 15 years ago
  Stefan Bodewig a28f64f5cf fix a bunch of warnings you get when building on Harmony which uses Eclipse's compiler. There are still lots (more than 100) of deprecation warnings and warnings about missing serialversionids that I have ignored. 15 years ago
  Jan Materne ae9303a220 typo + whitespace 15 years ago
  Jesse N. Glick 23b52c4827 Compilability under JDK 1.4/5 too, sigh. 15 years ago
  Jesse N. Glick 3b604c9b6e JDK 7 compilability. 15 years ago
  Nicolas Lalevee 9d678b51da fix grammar 15 years ago
  Nicolas Lalevee a2b3e159f5 unit test, doc and fix for the bindtargets task 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 38cd07c803 don't rely on IntorspectionHelper normalizing file names in signjar. PR 50081. 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
  Stefan Bodewig 41500c073f Add a mapper similar to wget --cut-dirs, based on user-list discussion initiated by Michael Ludwig 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 7fd46296e1 allow test listener events to be enabled by an attribute or a magic property - disable them by default 15 years ago
  Nicolas Lalevee 1b30eea462 bug #49119: 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
  Nicolas Lalevee 791824d675 Give a name to the thread 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 43de42a38f add Git, Mercurial and Bazaar files/dirs to defaultexcludes. Submitted by Ville Skyttä. PR 49624 15 years ago
  Stefan Bodewig 83eea4b1e7 vmgump doesn't resolve www.apache.org properly 15 years ago
  Nicolas Lalevee fdc711e2e2 - make the import task able to switch the project helper 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 51446ae680 Resources#toString relies on cache too much. PR 49588 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 9b19344ae6 properly encode whitespace in attribute values 15 years ago
  Nicolas Lalevee cf0368cc6d Fix a perf issue with <restrict>: it now loads only necessary resources 15 years ago
  Stefan Bodewig bd52e7b9b1 allow targets to deal with missing extension points. PR 49473. Submitted by Danny Yates. 15 years ago
  Stefan Bodewig 3ac732f3fa Support wildcards in CLASSPATH. PR 46842. Based on patch by Mike Murray. 15 years ago
  Stefan Bodewig 95a34b0a28 some more tests 15 years ago
  Stefan Bodewig 9cde786c6e use a better approach to encode CDATA end markers in CDATA sections as suggested by Mark Lassau and Wikipedia. PR 49404 15 years ago
  Stefan Bodewig fb2d2b20ba use a more robust approach that doesn't rely on stream redirections 15 years ago
  Stefan Bodewig 3f4cb68def resolve properties defined via -propertyfile against each other. PR 18732 15 years ago
  Stefan Bodewig f8f45e9f02 unconditionally encode & as &amp; in DOMElementWriter. PR 49404 15 years ago
  Jesse N. Glick 114d55869f #34748: run individual test methods. 15 years ago
  Stefan Bodewig d73ff2cc6f remove redundant assertions, they are already contained in testantOnRemoteShare 15 years ago