Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • e2bb645b6 Make <sql> ignore empty "statements". by Stefan Bodewig 2000-10-10 14:56:35 +0000
  • c23f0f5fa Synced the documentation for <javac> with the implementation. by Stefan Bodewig 2000-10-10 14:52:22 +0000
  • 843de6102 Make the system call a little bit more secure. by Stefan Bodewig 2000-10-06 12:49:08 +0000
  • cf33deb63 Updated the copy and merge task docs to include the includeEmptyDirs attribute. by glennm 2000-10-06 11:32:01 +0000
  • fd507cf2d Added an includeEmptyDirs attribute to Copy and Move tasks. The default action is to include empty directories in any copy and move action. It makes a lot more sense for Move, and seems reasonable for Copy. by glennm 2000-10-06 11:24:56 +0000
  • e13d92274 Documentation for the perforce task. Submitted by: Joe Walker <Joe.Walker@barclaycard.co.uk> by Stefan Bodewig 2000-10-06 10:54:09 +0000
  • 52f8d9c02 New optional task for the SCC system Perforce. Submitted by: Walker Joe <Joe.Walker@barclaycard.co.uk> by Stefan Bodewig 2000-10-06 07:57:44 +0000
  • d1c16d4c5 (Re)enable support for multiple CVS modules in a single cvs task. by Stefan Bodewig 2000-10-06 07:40:16 +0000
  • df7215b8f Don't assume it has been the build file if the parser throws a FileNotFoundException. Could be an external entity or a DTD file as well. by Stefan Bodewig 2000-10-06 07:35:54 +0000
  • 35195cb13 Fixed documentation for <antcall> Submitted by: Nico Seessle <nico@seessle.de>, Diane Holt by Stefan Bodewig 2000-10-06 07:32:49 +0000
  • c020a34a5 Fixed what looks like a typo in the error message. by Stefan Bodewig 2000-10-06 07:27:33 +0000
  • 9f766c7fa Removed dir attribute from Copy and Move tasks. Now you can only copy or move entire directories with nested FileSets. by glennm 2000-10-05 17:19:57 +0000
  • a06347279 Fixed type on jlink documentation. Submitted by: Steve Zindel <steve.zindel@semrev.ch> by Stefan Bodewig 2000-10-05 12:14:46 +0000
  • 47dce162e Allow the user to specify a classpath to <junit> even if fork="off". by Stefan Bodewig 2000-10-05 09:12:07 +0000
  • 6c40e0ca7 Let jikes use the temporary file solution if the total length of the command line exceeds 4k. by Stefan Bodewig 2000-10-05 07:58:06 +0000
  • 3858aba32 Make sure files are getting closed. Submitted by: Nico Seessle <nico@seessle.de> by Stefan Bodewig 2000-10-05 07:48:37 +0000
  • dfb50d12f Extended testcase for <filter> to show that Bug #38 (report #184) has already been fixed. Submitted by: Erik Meade <emeade@geekfarm.org> by Stefan Bodewig 2000-10-04 10:42:00 +0000
  • fc10e0487 Made sure that Project.resolveFile would always use the canonical path of a file. Submitted by: Adam Murdoch <adammurdoch@yahoo.com> by Stefan Bodewig 2000-10-04 09:57:55 +0000
  • 918b40a4f Fixed some testcases: by Stefan Bodewig 2000-10-04 09:46:04 +0000
  • 57fee8713 Fixed detection of duplicate entries in <jlink>. Submitted by: Matthew Kuperus Heun <matthew.k.heun@gaerospace.com> by Stefan Bodewig 2000-10-04 09:29:17 +0000
  • 1b6e91563 Made the old file handling tasks even more deprecated. Made Ant use the new tasks in its own buildfile. by Stefan Bodewig 2000-10-04 09:18:48 +0000
  • 38c1cabaa Consolidation of Copyfile, Copydir, Delete, Deltree, and Rename into Copy, Move, and Delete tasks. by glennm 2000-10-04 04:35:34 +0000
  • ccea99668 Patch to ensure a properties file is always closed after its read. Contributed by Nico Seessle. Some cleanup of field access levels, etc. by me. by glennm 2000-10-02 13:52:08 +0000
  • 33107ab10 - Add new attributes onerror= (continue, stop, abort) to <sql> - Add new nested element <transaction> to <sql> which allows executing multiple transactions, multiple files on the same connection. - Added documentation on sql.html - Modified AntClassLoader.java to send most of the "loading class..." messages to MSG_DEBUG instead of MSG_VERBOSE. So that it does not cluter debugging other tasks. - Add new attributes 'rdbms="product"' and 'version="release"' if those versions do not match what is returned by the connection, the task will be skipped. by Stefan Bodewig 2000-09-29 15:51:13 +0000
  • 37ed344b3 Enable redirecting either the output or error or both from a cvs command to a file. by Stefan Bodewig 2000-09-29 15:40:33 +0000
  • db6f84aa2 - Javac.getCompileClasspath(true) adds the correct runtime Zip files when running in the MS VM. It adds ${java.home}/packages/*.zip instead of ${java.home}/lib/classes.zip by Stefan Bodewig 2000-09-29 15:28:12 +0000
  • 63a3e9609 Documentation for the JavaCC task, changed the location where the generated file will be placed if no directory has been specified. Submitted by: Adam Murdoch <adammurdoch@yahoo.com> by Stefan Bodewig 2000-09-28 13:46:34 +0000
  • e47b4d5ac Make Execute work for arguments containing spaces under JDK 1.1 under Windows (where Runtime.exec() doesn't quote them properly). Submitted by: Adam Murdoch <adammurdoch@yahoo.com> by Stefan Bodewig 2000-09-28 13:44:53 +0000
  • 9bab4dab1 Class.forName("") throws an IllegalArgumentException instead of ClassNotFoundException in JDK 1.1. Make available behavior consistent by ignoring empty classname attributes. by Stefan Bodewig 2000-09-28 13:41:10 +0000
  • 0b508c328 Add a file attribute to echo to have a simple task that can create files on the fly. by Stefan Bodewig 2000-09-27 15:58:49 +0000
  • 3f2688a0e Added a refid attribute to property. Submitted by: Vincent Bergbauer <vincent_bergbauer@yahoo.com> by Stefan Bodewig 2000-09-27 15:08:53 +0000
  • 79903e422 Make sure the JDBC driver knows how to handle the URL. by Stefan Bodewig 2000-09-27 09:00:29 +0000
  • 6c4a81e3d Fixed typo that made the filtersfile attribute unusable. Submitted by: Gero Vermaas <Gero.Vermaas@sun.com> by Stefan Bodewig 2000-09-27 08:12:17 +0000
  • e6a52064b Allow the driver for <sql> to be loaded from a different CLASSPATH. Submitted by: Julian M. Savage <jsavage@fisci.com> by Stefan Bodewig 2000-09-27 07:42:23 +0000
  • dddcf551a Loading tasks from a ClassLoader other than the default one now works on JDK 1.1 as well. by Stefan Bodewig 2000-09-26 11:05:46 +0000
  • 67eceb37c Third try to fix a typo. Submitted by: Nico Seessle <nico@seessle.de> by Stefan Bodewig 2000-09-26 07:18:51 +0000
  • b4a550aaf Second try to fix a typo. Submitted by: Nico Seessle <nico@seessle.de> by Stefan Bodewig 2000-09-25 14:46:01 +0000
  • da89ca486 Make JavaCC use the correct path when checking whether the generated files are up to date. Submitted by: Adam Murdoch <adammurdoch@yahoo.com> by Stefan Bodewig 2000-09-25 14:39:29 +0000
  • f3a0918e1 Allow sub classes of Zip to hold their own filesets and not tell Zip about it. by Stefan Bodewig 2000-09-25 14:35:50 +0000
  • f688c57ce Include any inner classes in the generated Jar file. by Conor MacNeill 2000-09-24 11:50:18 +0000
  • b8d38ba07 Allow filters to be set from a file. by Conor MacNeill 2000-09-24 11:19:28 +0000
  • 2067d20b5 Allow sql task to write results to a file. Submitted by: Julian M. Savage <jsavage@fisci.com> by Conor MacNeill 2000-09-24 09:31:59 +0000
  • d4458b764 Only print messages from exceptions which are non-null by Conor MacNeill 2000-09-24 09:00:07 +0000
  • e5d53ff1e Fix minor typo Submitted by: Nico Seessle <nico@seessle.de> by Conor MacNeill 2000-09-24 08:52:33 +0000
  • 054a8aba2 Documentation update by Conor MacNeill 2000-09-24 08:45:54 +0000
  • 0f12933d9 Add the WLJspc task to the registered tasks by Conor MacNeill 2000-09-21 09:00:34 +0000
  • 78089779a Make <junit>s dir attribute work on JDK < 1.3 Reported by: Peter Nordlund <peter.nordlund@lentus.se> by Stefan Bodewig 2000-09-21 08:46:10 +0000
  • 6422ae65b Cosmetic changes. by Stefan Bodewig 2000-09-21 07:42:48 +0000
  • ad48a0d39 Make the handling of nested #PCDATA more predictable by not stripping anything. The older version depended upon the parser (does it invoke characters once per #PCDATA section or once per line). by Stefan Bodewig 2000-09-21 07:19:50 +0000
  • ba5b2b8d7 New task <native2ascii>. by Stefan Bodewig 2000-09-20 15:53:31 +0000
  • bcb96c9e9 Didn't know JUnit had its own website. by Stefan Bodewig 2000-09-20 15:22:00 +0000
  • 6b11d7b61 Improved output and error checking in <java>. Submitted by: Diane Holt <holtdl@yahoo.com> by Stefan Bodewig 2000-09-20 15:07:53 +0000
  • 20429db1c Make defaultlogger easier to extend. Submitted by: <mcclain.looney@webhelp.com> by Stefan Bodewig 2000-09-20 14:54:56 +0000
  • 683a5f143 New task <uptodate> that set's a property if a given target file is newer than a given set of source files. by Stefan Bodewig 2000-09-20 14:49:37 +0000
  • 7c231e500 Added unittests for a bunch of tasks. Submitted by: Nico Seessle <nico@seessle.de> by Stefan Bodewig 2000-09-20 13:38:52 +0000
  • 33100d85b Formatter would close System.out (preventing further output) by Stefan Bodewig 2000-09-20 12:41:09 +0000
  • 53b4dec9a extdir attribute/nested element of <javac> was broken when using jikes. PR: #137 (Bug #35) by Stefan Bodewig 2000-09-20 11:56:46 +0000
  • 640c3528b garbage again, sorry. by Stefan Bodewig 2000-09-20 11:31:43 +0000
  • 7ee8e30cd <ant> now copies the definitions of data types to the child project as well. Reported by: Jose Alberto Fernandez <JFernandez@viquity.com> by Stefan Bodewig 2000-09-20 11:31:13 +0000
  • a341406b2 Fixed a link. Submitted by: Diane Holt <holtdl@yahoo.com> by Stefan Bodewig 2000-09-20 11:13:57 +0000
  • 4a9c1fbf6 Added dir attribute to <junit> and documentation for the one of <java>. by Stefan Bodewig 2000-09-19 16:25:40 +0000
  • d36ee0d77 Added verbose and depend attributes to <javac> along with yet another undocumented magic property (YAUMP?) build.compiler.fulldepend that triggers Jikes' +F option. Submitted by: Sean Brandt <sean@fuzzymagic.com> by Stefan Bodewig 2000-09-19 16:13:51 +0000
  • fef46698f Make <war> use the .war directory layout. Don't ask me where my mind has been. by Stefan Bodewig 2000-09-19 14:29:44 +0000
  • 9490ce8f9 Ant will now scan for build.xml in the parent directory (directories) as well. by Stefan Bodewig 2000-09-19 09:09:23 +0000
  • 98d528797 Put the PATH obtained from extdirs between bootclasspath and userclasspath when using jikes or jvc to make them match javac's behavior. Submitted by: Robert Krueger <krueger@signal7.de> by Stefan Bodewig 2000-09-19 06:50:11 +0000
  • 2aaf152da Only set location in BuildException if the task didn't provide it before. by Stefan Bodewig 2000-09-18 15:38:38 +0000
  • 4727d20b8 Removed some garbage. by Stefan Bodewig 2000-09-18 14:05:42 +0000
  • 8c59db789 Allow tasks to be added at runtime and only fail if they cannot be found at runtime. by Stefan Bodewig 2000-09-18 14:04:59 +0000
  • 4fbcfdeda Treat OS/2 like Win NT with regard to <exec>'s dir attribute. PR: #126 (Bug #33) by Stefan Bodewig 2000-09-18 09:01:53 +0000
  • beee9e6a6 Make filtering of the copy tasks work with leading @ characters. PR: #129 (bug #32) by Stefan Bodewig 2000-09-18 08:50:08 +0000
  • f0282fd8b Various checks for required attributes and better error messages added. Submitted by: Nico Seessle <nico@seessle.de> by Stefan Bodewig 2000-09-18 07:55:01 +0000
  • 13eb95ae4 Fixed situation where Class.getClassLoader returns null for the bootstrap class loader - JDK 1.1.7 on Linux for example. by Stefan Bodewig 2000-09-18 07:50:44 +0000
  • bd02671bd Updated this task so that you can have <classpath> inside that tells the Available where to look for classes and resources. It is completely back compatible so should cause any harm to anybody. by Stefano Mazzocchi 2000-09-17 00:07:14 +0000
  • 472977c92 Updated WHATSNEW for <war> and <unwar>. PR: Obtained from: Submitted by: Reviewed by: by Stefan Bodewig 2000-09-15 11:41:58 +0000
  • 20a1e91d1 New tasks <war> and <unwar>. by Stefan Bodewig 2000-09-15 11:41:19 +0000
  • 6c89d5a7b Adapt <ant> to the fact that <property> does its work in execute() and not in init() now. by Stefan Bodewig 2000-09-15 07:37:11 +0000
  • aa71851fb When using the temporary file to hold the source file names (in jikes compilation on Windows) Ant included the command itself as well as all arguments as source files. PR: #74 (linked to bug #31) Submitted by: Nico Seessle <nico@seessle.de> by Stefan Bodewig 2000-09-15 07:10:58 +0000
  • 41509d641 Fixed message text when a class can not be found. Submitted by: Nico Seessle <nico@seessle.de> by Stefan Bodewig 2000-09-15 06:55:26 +0000
  • 34d011b22 Make <echo> accept #PCDATA. by Stefan Bodewig 2000-09-14 14:13:39 +0000
  • 002d084d5 Provide the SAXParser with the File instead of an InputSource to give it a chance to parse relative URIs. by Stefan Bodewig 2000-09-14 14:04:38 +0000
  • 4771d246a Make <javadoc> ignore .java files in directories containing a "-". by Stefan Bodewig 2000-09-14 13:36:45 +0000
  • b42831ce4 Added value attribute to <available>. Submitted by: Glenn McAllister <glennm@ca.ibm.com> by Stefan Bodewig 2000-09-14 10:49:55 +0000
  • 53ff5c314 <junit> now works again as it did before tasks started to be configured at runtime. by Stefan Bodewig 2000-09-14 08:49:39 +0000
  • 409b0917b Added usefile attribute to <formatter> to allow testoutput to be sent to stdout instead of a file. by Stefan Bodewig 2000-09-14 08:13:06 +0000
  • 6ecbe2421 Moved ${} expansion and task evaluation to runtime. by Stefan Bodewig 2000-09-14 07:19:52 +0000
  • 5b1dbf444 Updated Documentation on EJB tasks. Submitted by: John Hall <jhall@solant.com> by Stefan Bodewig 2000-09-13 06:29:23 +0000
  • 3aaf6e364 Removed some unused files and added a pointer to the mailing list archive at covalent.net. by Stefan Bodewig 2000-09-12 14:44:05 +0000
  • 6c26371a0 Task to perform JSP compiles using Weblogic's JSPC compiler. by Conor MacNeill 2000-09-12 12:28:51 +0000
  • 02bf23c46 Allow commands to be reused by clearing their arguments by Conor MacNeill 2000-09-12 12:26:46 +0000
  • b61e78e9a Changed -projecthelp to show targets that have a description before the other targets. Submitted by: Marcel Schutte <marcel@schutte.com> by Stefan Bodewig 2000-09-11 13:08:36 +0000
  • f6745b24f New task <jlink>. by Stefan Bodewig 2000-09-11 11:47:12 +0000
  • b95c44d8a Fixed broken link to <execon>. Reinstated alphabetical order of built-in tasks. Submitted by: Diane Holt <holtdl@yahoo.com> by Stefan Bodewig 2000-09-11 11:11:10 +0000
  • 77959a23a <replace> shouldn't change the timestamp of files if it doesn't actually replace anything. Submitted by: Scotte Zinn <szinn@patronix.com> by Stefan Bodewig 2000-09-11 10:45:16 +0000
  • 4be4d85ae CVS wouldn't work if you used the command attribute to specify additional arguments (like "update -d -P"). Reported by: Roger Bj�revall <roger.bjarevall@ideit.com> by Stefan Bodewig 2000-09-11 10:33:49 +0000
  • 5c185694a Add error reporting to copyfile and copydir. by Conor MacNeill 2000-09-11 10:15:00 +0000
  • 17fbe62a7 Changes to EJBJar task by Conor MacNeill 2000-09-09 11:48:11 +0000
  • a7988a63f Change the order parts are added to the CLASSPATH in bootstrap scripts. PR: Bug 24, Bug Report 75 Submitted by: Mason J Warner <mjw@novanews.com> by Stefan Bodewig 2000-09-08 15:40:38 +0000
  • 25fea2ba5 <project basedir=""> didn't work for absolute filenames. Reported by: Gardner, David <david_gardner@mentorg.com> by Stefan Bodewig 2000-09-08 07:20:57 +0000
  • a192c1f16 New task <fail> which does nothing but throw an exception. Submitted by: Nico Seessle <nico@seessle.de> by Stefan Bodewig 2000-09-07 11:09:03 +0000
  • 505d4a8c1 Removed <filesetref> and <patternsetref> everywhere, <fileset> and <patternset> support the refid attribute directly instead. by Stefan Bodewig 2000-09-07 09:51:02 +0000