1361 Commits (d1e9fb46083b84b3277bdf8d4e23e05ffc19fbd7)

Author SHA1 Message Date
  Stefan Bodewig d1e9fb4608 Make sure hashvalue algorithm of modified selector reads the files completely. Submitted by Nathan Beyer. PR 48313. 16 years ago
  Stefan Bodewig 42f31b452b Fix import's file attribute if file is imported from URL, test it, document it. Note to self - url resource needs a way to create relative urls. Not to self - the duplication in the manual pages for import and include must stop. 16 years ago
  Stefan Bodewig 3a39ebed99 All instances of the same scriptdef task shared a single ScriptRunner, causing problems in multithreaded situations. Submitted by Valentino Miazzo. PR 41602 16 years ago
  Jesse N. Glick 65985b1f8b Noting new if/unless behavior. 16 years ago
  Stefan Bodewig 632c01d042 Only store the command's output with no decoration in sshexec's outputproperty if the command attribute is used. PR 48040 16 years ago
  Stefan Bodewig 98f78e19bd tar doesn't always recognize the target isn't up to date. PR 48035 16 years ago
  Stefan Bodewig a4445df988 properly indicate the oldgnu format for tar entries with long file names. PR 47653. Submitted by Lorenz Diener 16 years ago
  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 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
  Jan Materne 86377b86a4 note <property location="from" basedir="to" relative="true"/> 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 0d63880ccc filterchains leak classloaders, PR 45439 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 6e6aa3020f support nested text in <property>. PR 32917. Submitted by Alexey Solofnenko 16 years ago
  Stefan Bodewig abe9743630 Optionally enable caching for <path>. Should help in situations like PR 45696 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 6aa494cb3e UniqFilter is not only simpler if implemented as a TokenFilter, it is even more useful as well 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 4e4a359351 rowcountproperty for <sql>. PR 40923 16 years ago
  Stefan Bodewig cfb2e01084 errorproperty and warningproperty for <sql>. Submitted by Andrew Stevens. PR 38807 16 years ago
  Stefan Bodewig 934dd104d6 Text flow, some typos, uniform way of addressing Bugziall tickets 16 years ago
  Stefan Bodewig 52f34ecb83 resourceexists condition 16 years ago
  Stefan Bodewig de5e98ecea provide proper control over caching in <resources> 16 years ago
  Stefan Bodewig 0e645ceb67 document fix of 43574 16 years ago
  Stefan Bodewig 77024a43a2 allow Class-Path attributes to be merged and optionally be flattened. PR 39655 16 years ago
  Jan Materne 72939923a1 <propertyfile> now support deletion of entries 16 years ago
  Stefan Bodewig a7b64a73db the update attribute of the modified selector was ignored. PR 32597 16 years ago
  Stefan Bodewig 9244de5a11 zips and jars use / as separator, so weblogicdeploymenttool may fail on Windows. PR 35649 16 years ago
  Stefan Bodewig 083e036729 option to suppress FAILED lines in JUnit log output. PR 35073 16 years ago
  Stefan Bodewig f31845f71d Add a listfiles attribute to rmic. PR 24359 16 years ago
  Stefan Bodewig 818ddcf183 add a destdir attribute to rmic so generated stubs or whatever can be put into a different place. PR 20699. Submitted by Mark A. Ziesemer 16 years ago
  Stefan Bodewig 65c667d14c new islastmodified condition 16 years ago
  Stefan Bodewig 75126703fa allow setting of arbitrary JDBC connection properties. PR 33452 16 years ago
  Stefan Bodewig b38b45047d make ftp task compile against commons-net 2.0 and 1.4.1. PR 47669. Submitted by Alexander Kurtakov 16 years ago
  Jesse N. Glick 78f88a7c4a #43398 revisited: display full stack traces for non-BuildException's, even inside <ant>. 16 years ago
  Stefan Bodewig 0d2218167b fall back to java.vm.version if java.runtime.version cannot be found 16 years ago
  Stefan Bodewig 9ca903fd41 Use java.runtime.version instead of java.vm.version in Created-By manifest attribute. Submitted by Gilbert Rebhan. PR 47632 16 years ago
  Stefan Bodewig f00dea8ea7 fix NPE when logging an exception without message. PR 47623. 16 years ago
  Stefan Bodewig 44b6fcc184 use the same logic as getResource in getResourceAsStream. PR 44103 16 years ago
  Stefan Bodewig 5c6ae59fcc configurable number of retries in get, option to skip existing files. Submitted by David M. Lloyd. PR 40058 16 years ago
  Stefan Bodewig a1003b0b8e configurable display text and more control over progressbar in splash task. Submitted by Tomasz Bech. PR 39957 16 years ago