6028 Commits (7396577cf8483baeb3d2c14a5faee0d1f8331aa2)

Author SHA1 Message Date
  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
  Matthew Jason Benson ec26cc419a add serialVersionUID 15 years ago
  Matthew Jason Benson 1038e813e3 Now that we are on Java 1.4, track RuntimeConfigurable attributes using 15 years ago
  Matthew Jason Benson 3628209a35 problems 49079, 48961 15 years ago
  Matthew Jason Benson 16d4f876a8 problems 49079, 48961 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 b9b253df5b whitespace 15 years ago
  Stefan Bodewig c35f045b90 make failonerror work as expected when copying to a file instead of a directory 15 years ago
  Jesse N. Glick 3078886d89 Proven to be useful to pick up just one feature of BigProjectLogger without all the chrome. 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 15 years ago
  Antoine Levy-Lambert cd4f36c8c2 bugzilla 48932, IO error sending mail with plain mimetype, socket closed 16 years ago
  Jacobus Martinus Kruithof c72633ebe4 problem 48894 16 years ago
  Stefan Bodewig a03b5aac18 unused imports 16 years ago
  Stefan Bodewig b33d33d754 embrace java.util.jar. PR 48853 16 years ago
  Stefan Bodewig 3e2cbab6ba reduce performance loss in AntClassLoader from 1000% to about 50%. PR 48853 16 years ago
  Antoine Levy-Lambert 4c0ab96f53 fix for bug 48789 - Pipe broken. 16 years ago
  Steve Loughran f8e0dcd65a Bug 48833 - NPE in <get> 16 years ago
  Antoine Levy-Lambert 84926aa016 removing the stylebook task 16 years ago
  Matthew Jason Benson 083e298097 Added forcestring attribute to equals condition 16 years ago
  Matthew Jason Benson e67bfbd2b9 sp 16 years ago
  Matthew Jason Benson 2bcbbabc08 sp 16 years ago
  Matthew Jason Benson 91df263ee0 Bug 48816 - If <concat>'s first resourcecollection child is a <resources>, any subsequently added child resourcecollection joins the first 16 years ago
  Matthew Jason Benson 0a8c19b47e PropertyResource will effectively proxy another Resource if ${name} evaluates to a Resource object. 16 years ago
  Matthew Jason Benson e46c4cd3c8 Add resource attribute to length task. 16 years ago
  Matthew Jason Benson af5bab224e add prefix attribute to loadproperties task + more tests 16 years ago
  Matthew Jason Benson 1b990a501c null guard 16 years ago
  Matthew Jason Benson 9773faa8b4 unused import 16 years ago
  Stefan Bodewig 9caa9ff440 enforce property immutability when resolving properties read as a map 16 years ago
  Matthew Jason Benson 8a68340fc2 sp 16 years ago
  Peter Reilly 919c88282c BZ48768: invalid ignoring of property setting in property file 16 years ago
  Stefan Bodewig d7cd65aa7f untabify 16 years ago
  Antoine Levy-Lambert a40f5fbc66 Bug 48788 - add removeKeepExtension option to NetRexxC task - patch submitted by Patric Bechtel (bechtel at ipcon dot de) 16 years ago
  Antoine Levy-Lambert ef2d463932 Fix for bug 48746, "exec task sometimes inserts extraneous newlines" 16 years ago
  Antoine Levy-Lambert 4d7bc0e158 fix getClassLocation method in Diagnostics class. Bug 48782. Reported by Torsten Werner. Patch by Ludovic Claude. 16 years ago
  Stefan Bodewig d3e00e275a EFS in APPNOTE.TXT stands for 'Early Feature Specification' so our usage of it as 'use the general purpose field to signal UTF8' is wrong. 16 years ago
  Jesse N. Glick 69eba07e72 Removing ant-trax.jar and folding TraXLiaison into ant-nodeps.jar. 16 years ago
  Stefan Bodewig c767541c7d As Jesse points out, equalsIgnoreCase is not locale-sensitive 16 years ago
  Matthew Jason Benson 4f1e68bd2b remove what appear to be the last of my formerly habitual uppercase HTML CODE tags ;) 16 years ago
  Stefan Bodewig 0f8c5ae4bf VectorSet#remove doesn't work if the vector is at its capacity 16 years ago
  Stefan Bodewig 8a8995b999 typo 16 years ago
  Stefan Bodewig 58f0bb04db if user input is compared to fixed strings in a case insensitive manner we should use the default locale. Use Locale.ENGLISH consistently 16 years ago
  Stefan Bodewig d58f4d380b Change more List#contains() cases, most of the changes are unlikely to have a real performance impact since the lists usually are too small 16 years ago
  Stefan Bodewig 01ca57a317 typo 16 years ago
  Stefan Bodewig e310776b9d embrace Java 1.4 and use LinkedHashMap instead of a Hashtable and a separate index to keep insert order 16 years ago
  Stefan Bodewig 70c93da9ae a few more O(n) lookups where O(1) would be possible - optional tasks not checked, yet 16 years ago
  Stefan Bodewig ba12ac85f4 better use the full potential of a Hashtable. PR 48755. Submitted by Marc Bevand. 16 years ago
  Stefan Bodewig f665a4d335 accept a wider range of existing zip archives by being more lenient when parsing extra fields 16 years ago