Ant Developers: craigmcc

Login name:
craigmcc
Total Commits:
4 (0.0%)
Lines of Code:
2 (0.0%)
Most Recent Commit:
2000-04-27 20:26

Activity by Clock Time

Activity by Hour of Day for craigmcc

Activity by Day of Week for craigmcc

Activity in Directories

Directory Changes Lines of Code Lines per Change
/ 4 (100.0%) 2 (100.0%) 0.5

Activity of craigmcc

Most Recent Commits

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:

Generated by StatSVN 0.3.2-SNAPSHOT