JDK 1.1.8 apparently doesn't like self referencial imports
0 lines of code changed in:
More ant.home cleanup
2 lines of code changed in:
Ensure quoted strings for javadoc are interpreted properly by the shell
7 lines of code changed in:
Added TaskAdapter - allows use of external Beans, without requiring them to
extend Task or have any ideea that Ant will use them.
The only requirement is to have a
void execute() throws Exception
That allows Tomcat ( and other projects) to define normal Beans and still
be able to script them.
The usage is identical with normal Task-extending Beans.
Also fixed bootstrap.sh.
122 lines of code changed in:
transformed tabs into spaces...
BTW, Sam, my tests show the pumping threads
slow down the process to half of its original speed,
we should use a better method for this...
38 lines of code changed in:
used the new boolean method
16 lines of code changed in:
transformed tabs into spaces for more portable look
242 lines of code changed in:
added ability to fork the JVM for those processes that call System.exit(), also added the JVM arguments
38 lines of code changed in:
cleaner use of the Java API and added the "TODAY" stamp, used mainly in documentation
23 lines of code changed in:
updated task list
1 lines of code changed in:
new task: delete single file (strangely it was missing)
82 lines of code changed in:
centralized and more generic method for evaluating boolean attributes
8 lines of code changed in:
removed these: mixing the GPL with BSD is bad, no matter what...
0 lines of code changed in:
small cleanups
0 lines of code changed in:
MUCH! improved documentation (also up-to-date with latest changes)
1546 lines of code changed in:
some nice intro (preparing for a decent distro)
128 lines of code changed in:
new build file (hopefully better)
112 lines of code changed in:
Simultaneously consume both the stdout and stderr during exec calls
(StreamPumper code based on org.apache.jasper.compiler.JikesJavaCompiler)
75 lines of code changed in:
Better support for jdk1.2, keep the generated source files and put them in
a separate folder
Submitted by: Ludovic Claude <lc@websitewatchers.com>
142 lines of code changed in:
Main: fixed a pb with the -D parameter
Project: prints the os as well as jdk version
taskdefs.Exec: Fixed issues with Win95
Submitted by: Ludovic Claude <lc@websitewatchers.com>
42 lines of code changed in:
Added the ability to dump everything to a file.
75 lines of code changed in:
new javadoc task now extends exec and spawns another JVM to go around the system.exit() problems
679 lines of code changed in:
removed security manager
278 lines of code changed in:
updated readme
0 lines of code changed in:
Copydir shouldn't warn that it is doing what is requested
Submitted by: Glenn Twiggs <Glenn_Twiggs@bmc.com>
2 lines of code changed in:
Allow jakarta-ant to be build into an "ANT_HOME" structure in place.
Move implicit tasks into an explicit init target
24 lines of code changed in:
Misc doc, scoping, style and error recovery issues
Submitted by: Kare Nuorteva <kare@satama.com>
82 lines of code changed in:
Make system self contained, bootstrapable, and buildable on both
Windows and Unix platforms.
6 lines of code changed in:
initial checkin
5298 lines of code changed in:
Really just a test of notifications
0 lines of code changed in:
Flesh out readme and testing putback notifications
53 lines of code changed in:
Initial revision
1 lines of code changed in: