Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 320e41bc8 Fixed problem when an empty tag was supplied. by Arnout J. Kuiper 2000-05-24 06:45:05 +0000
  • bab2dd7c2 fix shell equality operator by Sam Ruby 2000-05-23 13:15:43 +0000
  • f52e2fa29 allow explicit specification of ANT_HOME by Sam Ruby 2000-05-23 13:01:29 +0000
  • 07dbc9caf Support JDK 1.3 (a.k.a. "modern") compiler. Submitted by: Robin Green <greenrd@hotmail.com> by Sam Ruby 2000-05-23 12:08:17 +0000
  • d086264f3 Fixed inconsistency between docs and build.xml by Arnout J. Kuiper 2000-05-20 11:07:10 +0000
  • d180ff4e6 Added a "compress" attribute to the Zip and Jar task. by Arnout J. Kuiper 2000-05-20 10:58:17 +0000
  • b9c9d1a29 Hack to make clear that Modern compiler isn't yet implemented. Of course, a real solution is needed, but I didn't want to see any more unneeded confusion over this. by James Duncan Davidson 2000-05-10 23:01:07 +0000
  • 1b5eae223 Properly set the "ant.java.version" property. by Arnout J. Kuiper 2000-04-28 08:45:21 +0000
  • 1aa72f21b Initial versions of a build script that will create nightly distribution files of Ant (and optionally install them on the Jakarta web server) that include the JAXP reference implementation JAR files ("jaxp.jar" and "parser.jar") that are redistributable. by Craig R. McClanahan 2000-04-27 20:26:10 +0000
  • fd5bec819 The previous fix was not sufficient when executing Ant's build.xml as a subtask. Apparently the base directory for Javadoc is set to the "outer" Ant's base directory, instead of the "inner" one. This fix works around that problem by relying on the (undocumented?) fact that the "basedir" property is set automatically by Ant. by Craig R. McClanahan 2000-04-27 19:52:52 +0000
  • 56d3c00da Make the src.dir property relative to the execution base directory without a pseudo ${basedir} target (consistent with src.bin.dir). by Craig R. McClanahan 2000-04-27 19:39:23 +0000
  • c08c5158e Added convenience for JDK 1.2+ users Submitted by: Conor MacNeill <conor@m64.com> by Sam Ruby 2000-04-27 13:53:14 +0000
  • 462279a7e Let's see if I get this right this time... thx Craig! by Sam Ruby 2000-04-26 22:42:53 +0000
  • a773e14e4 Cleanup things missed with JAXP/SAX 1.0 fixes by Sam Ruby 2000-04-26 21:21:04 +0000
  • fe4a5cb02 Support JAXP and SAX1.0 Submitted by: Matt Foemmel by Sam Ruby 2000-04-26 19:09:17 +0000
  • 6b3d8a029 Initial checkin of core spec. There's still pieces that need to be filled in that I know about. The big on is the task reflection stuff. by James Duncan Davidson 2000-04-21 12:46:25 +0000
  • 299bd9742 Ant should not depend on tasks unless they are used. PR: 217 by Sam Ruby 2000-04-12 16:20:53 +0000
  • 1b4714d04 Now make it work with JDK1.2.2. Thanks Craig for bringing it to my attention! by Sam Ruby 2000-04-01 22:35:25 +0000
  • 08789e9fd Explicitly copy support files, in anticipation of this function being removed from the javac task. by Sam Ruby 2000-04-01 15:17:29 +0000
  • 9fd8da35d JavaDoc doesn't use basedir for sourcePath PR: 61 Obtained from: will+ant@cs.cmu.edu by Sam Ruby 2000-04-01 14:25:07 +0000
  • 9207ca8a5 Support UNC filenames (\\server\path\file) on Windows platforms PR: 131 Submitted by: wolf.siberski@tui.de by Sam Ruby 2000-04-01 13:48:04 +0000
  • d3ee9a755 <available file="name"> doesn't work PR: 95 Submitted by: mdaniel@scdi.com by Sam Ruby 2000-04-01 13:42:56 +0000
  • 4461e98f8 Restore the ability to define properties and taskdefs outside the scope of any target. by Sam Ruby 2000-04-01 12:44:50 +0000
  • 888d09c10 Allow java classes to be called with no arguments PR: 133 by Sam Ruby 2000-03-29 17:13:31 +0000
  • e14600612 Added "output" parameter to Ant - it will allow the redirection of output. by Costin Manolache 2000-03-28 20:40:18 +0000
  • 7f57b308d Documented optional tasks to my knowledge Submitted by: dIon Gillard <dion@multitask.com.au> by Sam Ruby 2000-03-27 00:46:34 +0000
  • 7d169b415 Add a rename task Submitted by: Thomas Haas <thomas.haas@softwired-inc.com> by Sam Ruby 2000-03-23 03:40:32 +0000
  • 354956278 fixed comments and error message Submitted by: dIon Gillard <dion@multitask.com.au> by Sam Ruby 2000-03-20 15:45:34 +0000
  • 19515e578 Add new tasks to the list... by Sam Ruby 2000-03-20 01:51:21 +0000
  • 945b6d36d Allow names to be used as id references by Sam Ruby 2000-03-19 20:27:44 +0000
  • e525cc224 NetRexxC and supporting taskdefs. by Sam Ruby 2000-03-19 17:57:03 +0000
  • e9f55d77d Added an *OPTIONAL* task which will allow a script, embedded or external, to be executed. by Sam Ruby 2000-03-19 03:35:48 +0000
  • a15d6eedc Provide a reasonable message when only an exception is provided. by Sam Ruby 2000-03-19 01:22:23 +0000
  • c7806a87f Stopped the script from blowing away the JAVA_HOME/JAVA/JAVAC/CLASSPATH values. Without this fix it didn't work on my NT JDK 1.3b system. I've tested the current script on JDK 1.3b and JDK 1.2 and it now respects JAVA_HOME. by Jason Hunter 2000-03-17 23:15:35 +0000
  • 580a0125d Old bootstrap.bat did not work. by preston 2000-03-17 15:22:08 +0000
  • 98d8de794 Initial checkin of Utah Design Guide. by James Duncan Davidson 2000-03-16 21:04:49 +0000
  • f2471de48 Fixed copydir attributes in example. Submitted by: Michael Smith <michael@sneakerlabs.com> by Arnout J. Kuiper 2000-03-05 19:43:47 +0000
  • fd6adf10c Fixed examples for writing your own task. by Arnout J. Kuiper 2000-03-05 09:19:46 +0000
  • 8428504db Allow subclasses to extend scanDir functionality Submitted by: Jorgen Thelin <ant-dev@sw-technologies.com> by Sam Ruby 2000-03-04 20:07:02 +0000
  • 48d22bcec Make attribute names in the documentation match the code Submitted by: Fotis Jannidis <Fotis.Jannidis@lrz.uni-muenchen.de> by Sam Ruby 2000-03-04 16:47:01 +0000
  • ef962a9a0 called "javadoc" directly to avoid classpath problems that bugged many cocoon devs (it didn't happen to me because was setting tools.jar in my autoexec.bat... now I have a clean classpath and everything works fine on both 1.2 and 1.1 by Stefano Mazzocchi 2000-03-03 14:15:42 +0000
  • efbabaf84 (Possibly temporary) Fix for getting Taskdef in build files to actually work. Fixing this because watchdog is broken. by akv 2000-03-02 20:40:04 +0000
  • 847348d80 Remove the portion of MatchingTask that duplicates logic present in the Available task. This isn't Perl - we want only one clean way to do things here. by Sam Ruby 2000-02-29 02:59:57 +0000
  • 30d8dc80a Remove special processing for init. by Sam Ruby 2000-02-28 14:10:46 +0000
  • 6eca61f31 Removed references to old "init" task. by Arnout J. Kuiper 2000-02-28 11:24:35 +0000
  • f400b0cf3 First installment on \x/ill Uther's changes. by Sam Ruby 2000-02-28 02:17:57 +0000
  • e3f938229 Issue a warning if a java source is found to be modified in the future relative to the clock on the current machine. by Sam Ruby 2000-02-27 19:13:56 +0000
  • f7ac20202 Emulate extdirs feature with Jikes compiler. by Sam Ruby 2000-02-27 01:47:46 +0000
  • 5a53146bb Added a new property to task: "description". It can be used to add a short description of what the particular instance of the task is doing - instead of/in addition to xml comments. by Costin Manolache 2000-02-24 21:57:20 +0000
  • 2787a0ad8 better backwards compatibility by Sam Ruby 2000-02-24 18:26:49 +0000
  • 617c63c01 - Fixed ( workaround) Deltree - didn't worked on taz or any machine with /home sym-linked. by Costin Manolache 2000-02-24 01:34:45 +0000
  • e3dd337f5 - Get will try 3 times and has an option to ignore the errors by Costin Manolache 2000-02-24 00:57:43 +0000
  • b50aeba8b Use createProperty instead of addProperty. by Costin Manolache 2000-02-23 21:54:32 +0000
  • c4815378e Change design pattern for nested elements from "addBar" to "createBar" based on a suggestion by Costin. by Sam Ruby 2000-02-23 21:11:17 +0000
  • b7258ab79 - added "deep" properties to <ant> - you can now set properties for the called antfile by Costin Manolache 2000-02-23 20:46:53 +0000
  • 653124c46 This is a simple patch which adds an attribute "classname" as an alias for the "class" attribute in various taskdefs. This is required for use under JDK 1.3 (RC1) due to changes in the way introspection works. Don't know about the final version of 1.3 but changing to "classname" is probably a good idea in any case. By leaving the setClass method in place, current build files can continue to be used under JDKs prior to 1.3. It also allows time for build files to be migrated. Eventually setClass should be removed. by Sam Ruby 2000-02-16 14:31:45 +0000
  • 7f93c6c46 Accept include and exclude nested XML elements. Also allows for the conditional inclusion/exclusion of paths based on the absence/presence of specified classes in the class path. by Sam Ruby 2000-02-16 03:24:44 +0000
  • 8de96cafd add support for nested properties by Sam Ruby 2000-02-15 03:58:19 +0000
  • 08e4c1a81 updated filtering docs by Stefano Mazzocchi 2000-02-14 14:18:57 +0000
  • 764d1e985 improved filtering granularity... now all tasks that use copyfile can turn filtering on and off on a task granularity level, useful to avoid binary corruption by filtering by Stefano Mazzocchi 2000-02-14 12:19:27 +0000
  • 8d02bfc70 remove debugging code by Sam Ruby 2000-02-13 21:44:00 +0000
  • e0ad7527a don't rebuild zip/jar files if they are up to date already by Sam Ruby 2000-02-13 21:43:34 +0000
  • ae16bb711 Several changes: by Stefano Mazzocchi 2000-02-13 18:24:18 +0000
  • ab202c98a Error assigning char data to a byte (Blackdown JDK 1.2.2). Fixed by casting the char to a byte. Submitted by: Daniel Rall <dlr@finemaltcoding.com> by Sam Ruby 2000-02-12 22:19:18 +0000
  • e75231b54 Add a task to convert a text file to local OS conventions. Can also be used to adjust tabs and spaces. See documentation for details. by Sam Ruby 2000-02-12 16:59:26 +0000
  • da0b4ab0b The Tstamp task uses incorrect formatting strings for DSTAMP & TSTAMP: by Sam Ruby 2000-02-11 16:17:03 +0000
  • f14490977 updated latest changes by Stefano Mazzocchi 2000-02-11 01:33:31 +0000
  • ba22b3de5 Added the init() method to Task by Stefano Mazzocchi 2000-02-11 01:32:54 +0000
  • 3c26912e5 Added "available" task that sets a property in case a file|class|resource is present in the system by Stefano Mazzocchi 2000-02-11 01:31:24 +0000
  • bf94e2fb0 added Tar task + implementation classes by Stefano Mazzocchi 2000-02-10 18:04:29 +0000
  • 064d126d4 better abstraction on the includes/excludes by Stefano Mazzocchi 2000-02-09 20:52:42 +0000
  • 876938476 Javadoc improvements Submitted by: Daniel Rall <dlr@finemaltcoding.com> by Sam Ruby 2000-02-09 02:01:33 +0000
  • 2b24bb0d5 Shell portability fixes Submitted by: Andrew Sudell <asudell@Op.Net> by Sam Ruby 2000-02-08 23:45:48 +0000
  • e1104262a make sure that bootstrap builds bin directory by Sam Ruby 2000-02-08 03:43:09 +0000
  • 7c5a10925 Now that javadocs are part of the dist, antRun needs to be included in the boostrap by Sam Ruby 2000-02-07 01:15:26 +0000
  • d0660478f eliminate deprecated usage of items attribute by Sam Ruby 2000-02-06 21:29:23 +0000
  • 35c0faa1a 1) Correct potential infinite loops when parsing invalid Java source 2) Correct Stefano's mailing address 3) Correct handling of escaped quotes in strings 4) Return exit code from the exec'd process as it may be useful by Sam Ruby 2000-02-06 21:16:57 +0000
  • 1af1e04ee Fixed javadoc so that it doesn't go into an infinite loop on lines such as: by Sam Ruby 2000-02-06 19:28:54 +0000
  • 956f4eec6 remove reference to obsolete antRun.bat by Sam Ruby 2000-02-06 17:39:32 +0000
  • 2869feaa9 Added some comments to some examples. Fixed the name ordering I broke with the previous checkin. by Arnout J. Kuiper 2000-02-06 17:06:19 +0000
  • ea918a10c Updated the manual to contain info on the pattern based directory scanning. by Arnout J. Kuiper 2000-02-06 16:26:53 +0000
  • 1844a85f5 Made tasks able to use the new pattern based directory scanning, while retaining backwards compatibility. by Arnout J. Kuiper 2000-02-06 16:16:29 +0000
  • 23a03fcf1 Initial checkin by Arnout J. Kuiper 2000-02-06 16:13:55 +0000
  • 110a40d71 Credit where credit is due. I see some content here that I can trace back to Duncan's original documents. <p>Names are in alphabetical order. by Sam Ruby 2000-02-06 13:09:46 +0000
  • d84932f8b Restore support for > 9 parameters on exec calls on Windows by Sam Ruby 2000-02-06 01:17:23 +0000
  • 5d4e93228 Merge classpath+sourcepath for jdk 1.1 by Sam Ruby 2000-02-06 00:26:57 +0000
  • ad0ebdf6e Place dist in the same place as the other jakarta projects. by Sam Ruby 2000-02-03 03:29:13 +0000
  • b9bd3705f JDK 1.1.8 apparently doesn't like self referencial imports by Sam Ruby 2000-01-31 14:09:14 +0000
  • 8c796fb38 More ant.home cleanup by Sam Ruby 2000-01-30 17:15:32 +0000
  • d904d0c09 Ensure quoted strings for javadoc are interpreted properly by the shell by Sam Ruby 2000-01-30 16:20:24 +0000
  • b0bde5550 Added TaskAdapter - allows use of external Beans, without requiring them to extend Task or have any ideea that Ant will use them. by Costin Manolache 2000-01-27 04:43:52 +0000
  • f1ac33a12 transformed tabs into spaces... by Stefano Mazzocchi 2000-01-27 03:57:32 +0000
  • 1ee4709de used the new boolean method by Stefano Mazzocchi 2000-01-27 03:54:43 +0000
  • b4bb2d2fb transformed tabs into spaces for more portable look by Stefano Mazzocchi 2000-01-27 03:54:15 +0000
  • 4e7ce7833 added ability to fork the JVM for those processes that call System.exit(), also added the JVM arguments by Stefano Mazzocchi 2000-01-27 03:53:24 +0000
  • 65d02e393 cleaner use of the Java API and added the "TODAY" stamp, used mainly in documentation by Stefano Mazzocchi 2000-01-27 03:51:55 +0000
  • c697c4d2d updated task list by Stefano Mazzocchi 2000-01-27 03:51:14 +0000
  • f5a5cef90 new task: delete single file (strangely it was missing) by Stefano Mazzocchi 2000-01-27 03:50:58 +0000
  • d4110f6b4 centralized and more generic method for evaluating boolean attributes by Stefano Mazzocchi 2000-01-27 03:50:24 +0000
  • bcc17b93f removed these: mixing the GPL with BSD is bad, no matter what... by Stefano Mazzocchi 2000-01-27 03:49:21 +0000