April 2000 Commit Log

Number of Commits:
16
Number of Active Developers:
4
arnout 2000-04-28 08:45

Properly set the "ant.java.version" property.



Submitted by: Justyna Horwat

1 lines of code changed in:

craigmcc 2000-04-27 20:26

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:

craigmcc 2000-04-27 19:52

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:

craigmcc 2000-04-27 19:39

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:

rubys 2000-04-27 13:53

Added convenience for JDK 1.2+ users

Submitted by: Conor MacNeill <conor@m64.com>

1 lines of code changed in:

rubys 2000-04-26 22:42

Let's see if I get this right this time... thx Craig!

2 lines of code changed in:

rubys 2000-04-26 21:21

Cleanup things missed with JAXP/SAX 1.0 fixes

117 lines of code changed in:

rubys 2000-04-26 19:09

Support JAXP and SAX1.0

Submitted by: Matt Foemmel

407 lines of code changed in:

duncan 2000-04-21 12:46

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:

rubys 2000-04-12 16:20

Ant should not depend on tasks unless they are used.

PR: 217

2 lines of code changed in:

rubys 2000-04-01 22:35

Now make it work with JDK1.2.2. Thanks Craig for bringing it to my

attention!

2 lines of code changed in:

rubys 2000-04-01 15:17

Explicitly copy support files, in anticipation of this function being

removed from the javac task.

6 lines of code changed in:

rubys 2000-04-01 14:25

JavaDoc doesn't use basedir for sourcePath

PR: 61

Obtained from: will+ant@cs.cmu.edu

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Exec.java (+8 -5)
rubys 2000-04-01 13:48

Support UNC filenames (\\server\path\file) on Windows platforms

PR: 131

Submitted by: wolf.siberski@tui.de

2 lines of code changed in:

rubys 2000-04-01 13:42

<available file="name"> doesn't work

PR: 95

Submitted by: mdaniel@scdi.com

1 lines of code changed in:

rubys 2000-04-01 12:44

Restore the ability to define properties and taskdefs outside the scope

of any target.

57 lines of code changed in:

March 2000 »

Generated by StatSVN 0.3.2-SNAPSHOT