7159 Commits (bd52e7b9b16b87287bed0c011c4fc1794543e9fb)

Author SHA1 Message Date
  Stefan Bodewig 996e3e6ff9 fix some javadoc warnings 16 years ago
  Stefan Bodewig e2c45d16da method level Javadocs for PropertyHelper 16 years ago
  Stefan Bodewig 12d6181057 Improve PropertyHelper documentation 16 years ago
  Stefan Bodewig e11335f5be document PropertyExpander and helpers, some minor optimizations in ParseProperties 16 years ago
  Stefan Bodewig 88c531d76e whitespace and make method paarameters final 16 years ago
  Stefan Bodewig 63eeac0b80 extract method 16 years ago
  Stefan Bodewig 26a42bd203 clean up classloaders if things go wrong as well 16 years ago
  Stefan Bodewig 0d63880ccc filterchains leak classloaders, PR 45439 16 years ago
  Stefan Bodewig 01f6e232c0 Oops, logic was backwards. Clean up classloader unless it is added as a reference later. 16 years ago
  Stefan Bodewig 9923ec1698 ensure classloaders get cleaned up when no longer needed 16 years ago
  Stefan Bodewig 33fea605c1 backwards compatibility 16 years ago
  Stefan Bodewig eb64d092a4 add a parentFirst attribute to javaresource so you can load resources from the specified classpath instead of the system classpath. PR 41369 16 years ago
  Stefan Bodewig a9cbacc4f8 Make javaresource and friends honor build.sysclasspath 16 years ago
  Stefan Bodewig 7af3e2519e failing test for PR 26917, not sure whether this is a bug 16 years ago
  Stefan Bodewig 6689f2cf26 simplify propertyhelper usage 16 years ago
  Stefan Bodewig b312b88638 wrong classname 16 years ago
  Stefan Bodewig 90f1f69a51 whitespace 16 years ago
  Stefan Bodewig 6c014111ca make nested text in <property> less intrusive on existing build files 16 years ago
  Scokart Gilles 1822d82858 provides more precise error message in case of failure 16 years ago
  Stefan Bodewig fb3ab15ffa Passing test for PR 47755 16 years ago
  Stefan Bodewig d7de88f3c9 Caching of system classpath breaks environments where directories that are part of CLASSPATH get created during build (Gump, for example). 16 years ago
  Stefan Bodewig 9f1bf35245 getResourceCollections is useful for composition of resource collections as well 16 years ago
  Stefan Bodewig 6e6aa3020f support nested text in <property>. PR 32917. Submitted by Alexey Solofnenko 16 years ago
  Stefan Bodewig 28baeb7227 @since 16 years ago
  Stefan Bodewig abe9743630 Optionally enable caching for <path>. Should help in situations like PR 45696 16 years ago
  Stefan Bodewig cb9fd814b8 make stuff needed by FTPTaskMirrorImpl public 16 years ago
  Stefan Bodewig d724131849 refactored <ftp> so commons-net may be loaded via a separate classloader. Based on patch by Greg Roodt in PR 45860. Not really tested, yet, therefore I haven't changed defaults.properties so far 16 years ago
  Stefan Bodewig 1c24c78ca5 allow rootfilesets with a dir other than the dir attribute of the classfileset. PR 37763. Submitted by Alexei Yudichev 16 years ago
  Stefan Bodewig 9d15809c91 Hey, TokenFilters can be used in filterchains with no effort, didn't know that 16 years ago
  Stefan Bodewig 6aa494cb3e UniqFilter is not only simpler if implemented as a TokenFilter, it is even more useful as well 16 years ago
  Stefan Bodewig e0b4aa354f provide access to compression method 16 years ago
  Jesse N. Glick 11c355f54f Taking advantage of Throwable.cause. 16 years ago
  Jesse N. Glick efd287b871 More cleanup of pre-1.4 code and docs. 16 years ago
  Jesse N. Glick 028ba47c82 Some miscellaneous updates given that JDK 1.4 can be assumed. 16 years ago
  Jesse N. Glick 4d706d4ad4 Unmappable character, anyway incorrect acc. to <http://en.wiktionary.org/wiki/via#Etymology_2>. 16 years ago
  Stefan Bodewig 7107fa72d3 Now that we have sort, throw in uniq as well 16 years ago
  Stefan Bodewig 927fb18631 new filter sortfilter by David Leal. PR 40504 16 years ago
  Stefan Bodewig f2d99c202b create parent directory of archive in <zip> and <tar> if needed. PR 45377. Based on patch by Remie Bolte 16 years ago
  Stefan Bodewig 10e250f3b8 Add httpusecaches attribute to <get>. PR 41891 16 years ago
  Stefan Bodewig 541157c5de Add mapper support to <image>. PR 23243. Submitted by Rob Oxspring 16 years ago
  Stefan Bodewig 9ae5d99ebe Use NIO when copying files without filtering. PR 30094. Submitted by J Bleijenbergh and Robin Verduijn 16 years ago
  Stefan Bodewig 8741512d8c Make preserveLeadingSlashes in tar work again, was broken by revision 755231 16 years ago
  Stefan Bodewig 1896560c9e document limitations of build started event. PR 47730 16 years ago
  Stefan Bodewig 4e4a359351 rowcountproperty for <sql>. PR 40923 16 years ago
  Stefan Bodewig 8d275b78c2 It may be better to set the property before an exception is thrown 16 years ago
  Stefan Bodewig cfb2e01084 errorproperty and warningproperty for <sql>. Submitted by Andrew Stevens. PR 38807 16 years ago
  Stefan Bodewig 63c50270df Test for Gump was not sufficient 16 years ago
  Stefan Bodewig 52f34ecb83 resourceexists condition 16 years ago
  Stefan Bodewig b6b81eb5d1 tests can't pass in Gump because Xerces is pushed into the bootstrap classloader 16 years ago
  Stefan Bodewig 7fdc6df7cb take advantage of caching in Resources 16 years ago