summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure a BuildException thrown inside a <script> doesn't getStefan Bodewig2000-10-121-3/+9
* Throw an exception if the zip/jar/warfile attribute has been omittedStefan Bodewig2000-10-121-0/+4
* Documentation change, javac.destdir is no longer required.Stefan Bodewig2000-10-121-2/+2
* Make <javac> use the value of srcdir as destdir if the latter has notStefan Bodewig2000-10-121-3/+6
* Made AntClassLoader always add java.* and javax.* to the list ofStefan Bodewig2000-10-121-5/+4
* Throws BuildException if it tries to resolve a path whichglennm2000-10-101-1/+5
* Make <sql> ignore empty "statements".Stefan Bodewig2000-10-101-2/+5
* Synced the documentation for <javac> with the implementation.Stefan Bodewig2000-10-101-5/+5
* Make the system call a little bit more secure.Stefan Bodewig2000-10-061-8/+9
* Updated the copy and merge task docs to include the includeEmptyDirsglennm2000-10-061-20/+29
* Added an includeEmptyDirs attribute to Copy and Move tasks. The defaultglennm2000-10-062-15/+116
* Documentation for the perforce task.Stefan Bodewig2000-10-064-19/+173
* New optional task for the SCC system Perforce.Stefan Bodewig2000-10-062-0/+195
* (Re)enable support for multiple CVS modules in a single cvs task.Stefan Bodewig2000-10-061-1/+1
* Don't assume it has been the build file if the parser throws aStefan Bodewig2000-10-061-1/+1
* Fixed documentation for <antcall>Stefan Bodewig2000-10-061-4/+2
* Fixed what looks like a typo in the error message.Stefan Bodewig2000-10-061-2/+2
* Removed dir attribute from Copy andglennm2000-10-054-49/+46
* Fixed type on jlink documentation.Stefan Bodewig2000-10-051-3/+3
* Allow the user to specify a classpath to <junit> even if fork="off".Stefan Bodewig2000-10-058-20/+56
* Let jikes use the temporary file solution if the total length of theStefan Bodewig2000-10-051-9/+8
* Make sure files are getting closed.Stefan Bodewig2000-10-052-7/+22
* Extended testcase for <filter> to show that Bug #38 (report #184) hasStefan Bodewig2000-10-044-1/+79
* Made sure that Project.resolveFile would always use the canonical pathStefan Bodewig2000-10-041-2/+9
* Fixed some testcases:Stefan Bodewig2000-10-045-17/+18
* Fixed detection of duplicate entries in <jlink>.Stefan Bodewig2000-10-041-1/+1
* Made the old file handling tasks even more deprecated. Made Ant useStefan Bodewig2000-10-047-35/+46
* Consolidation of Copyfile, Copydir, Delete, Deltree, and Rename intoglennm2000-10-049-79/+813
* Patch to ensure a properties file is always closed after its read. Contributedglennm2000-10-021-18/+25
* - Add new attributes onerror= (continue, stop, abort) to <sql>Stefan Bodewig2000-09-293-40/+281
* Enable redirecting either the output or error or both from a cvs command to a...Stefan Bodewig2000-09-293-15/+108
* - Javac.getCompileClasspath(true) adds the correct runtime Zip files whenStefan Bodewig2000-09-291-16/+49
* Documentation for the JavaCC task, changed the location where theStefan Bodewig2000-09-283-26/+188
* Make Execute work for arguments containing spaces under JDK 1.1 underStefan Bodewig2000-09-283-102/+351
* Class.forName("") throws an IllegalArgumentException instead ofStefan Bodewig2000-09-282-2/+4
* Add a file attribute to echo to have a simple task that can createStefan Bodewig2000-09-273-7/+55
* Added a refid attribute to property.Stefan Bodewig2000-09-272-2/+30
* Make sure the JDBC driver knows how to handle the URL.Stefan Bodewig2000-09-271-0/+5
* Fixed typo that made the filtersfile attribute unusable.Stefan Bodewig2000-09-271-1/+1
* Allow the driver for <sql> to be loaded from a different CLASSPATH.Stefan Bodewig2000-09-274-34/+128
* Loading tasks from a ClassLoader other than the default one now worksStefan Bodewig2000-09-263-7/+18
* Third try to fix a typo.Stefan Bodewig2000-09-261-1/+1
* Second try to fix a typo.Stefan Bodewig2000-09-251-1/+1
* Make JavaCC use the correct path when checking whether the generatedStefan Bodewig2000-09-251-2/+35
* Allow sub classes of Zip to hold their own filesets and not tell ZipStefan Bodewig2000-09-251-1/+1
* Include any inner classes in the generated Jar file.Conor MacNeill2000-09-242-0/+49
* Allow filters to be set from a file.Conor MacNeill2000-09-241-6/+46
* Allow sql task to write results to a file.Conor MacNeill2000-09-241-1/+86
* Only print messages from exceptions which are non-nullConor MacNeill2000-09-241-1/+4
* Fix minor typoConor MacNeill2000-09-241-1/+1