Properly set the "ant.java.version" property.
Submitted by: Justyna Horwat
1 lines of code changed in:
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.
Prerequisites for the successful execution of this script are listed in
the comments. Because the script is intended to run from a "cron" job on
the Jakarta server, no Windows version is provided.
0 lines of code changed in:
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.
1 lines of code changed in:
Make the src.dir property relative to the execution base directory without
a pseudo ${basedir} target (consistent with src.bin.dir).
1 lines of code changed in:
Added convenience for JDK 1.2+ users
Submitted by: Conor MacNeill <conor@m64.com>
1 lines of code changed in:
Let's see if I get this right this time... thx Craig!
2 lines of code changed in:
Cleanup things missed with JAXP/SAX 1.0 fixes
117 lines of code changed in:
Support JAXP and SAX1.0
Submitted by: Matt Foemmel
407 lines of code changed in:
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.
0 lines of code changed in:
Ant should not depend on tasks unless they are used.
PR: 217
2 lines of code changed in:
Now make it work with JDK1.2.2. Thanks Craig for bringing it to my
attention!
2 lines of code changed in:
Explicitly copy support files, in anticipation of this function being
removed from the javac task.
6 lines of code changed in:
JavaDoc doesn't use basedir for sourcePath
PR: 61
Obtained from: will+ant@cs.cmu.edu
8 lines of code changed in:
Support UNC filenames (\\server\path\file) on Windows platforms
PR: 131
Submitted by: wolf.siberski@tui.de
2 lines of code changed in:
<available file="name"> doesn't work
PR: 95
Submitted by: mdaniel@scdi.com
1 lines of code changed in:
Restore the ability to define properties and taskdefs outside the scope
of any target.
57 lines of code changed in: