7058 Commits (dde3f7363ca527893db18fed6df3a5abdebca554)

Author SHA1 Message Date
  Nicolas Lalevee df121a6cf5 PR 47830 : implementation of the ProjectHelperRepository to make Ant able to choose a ProjectHelper, and some doc about it 16 years ago
  Stefan Bodewig 5438260e40 GlobMapper's from attribute was broken, too 16 years ago
  Stefan Bodewig 3935277bce improve logging 16 years ago
  Stefan Bodewig b1a62de50c oops 16 years ago
  Stefan Bodewig a920aa9f30 Make <get> support resource collections and mappers 16 years ago
  Stefan Bodewig 32f323668f URLProvider interface 16 years ago
  Stefan Bodewig 2e0b8b7d3c handleDirSep on name selector. PR 47858 16 years ago
  Stefan Bodewig e25dc381ca implement a new ${ant.refid:} syntax to expand project references as properties 16 years ago
  Stefan Bodewig a7cf25e509 Close all input streams when unzipping, Submitted by David Schlosnagle, PR 42696 16 years ago
  Stefan Bodewig df7dfba9d3 convenience constructor 16 years ago
  Jan Materne 5ddb0dfbd9 Calculate relative paths. 16 years ago
  Stefan Bodewig 759f97729a Use FileUtils.getRelativePath which knows how to deal with drive letters. PR 44499 16 years ago
  Stefan Bodewig 65fc13760d whitespace 16 years ago
  Stefan Bodewig e931e7bad1 plug some more classloader leaks and mark those places where a leak remains and I don't see an obvious way to fix it 16 years ago
  Stefan Bodewig 96932a3c78 compiler adapter as nested element in javac, rmic, native2ascii and javah. Document package-info.java stuff in javac manual page. 16 years ago
  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 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
  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