Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 35 (100.0%) | 406 (100.0%) | 11.6 |
src/main/org/apache/tools/ant/ | 6 (17.1%) | 145 (35.7%) | 24.1 |
webpage/docs/ | 8 (22.9%) | 83 (20.4%) | 10.3 |
/ | 4 (11.4%) | 65 (16.0%) | 16.2 |
src/bin/ | 2 (5.7%) | 35 (8.6%) | 17.5 |
docs/ | 5 (14.3%) | 22 (5.4%) | 4.4 |
src/main/org/apache/tools/ant/taskdefs/ | 2 (5.7%) | 21 (5.2%) | 10.5 |
src/script/ | 1 (2.9%) | 17 (4.2%) | 17.0 |
webpage/xdocs/stylesheets/ | 4 (11.4%) | 15 (3.7%) | 3.7 |
src/main/org/apache/tools/ant/types/ | 1 (2.9%) | 2 (0.5%) | 2.0 |
lib/ | 2 (5.7%) | 1 (0.2%) | 0.5 |
this makes ant work with jikes on OSX
i also generalized the case statement for figuring out the OS type
PR:
Obtained from:
Submitted by:
Reviewed by:
17 lines of code changed in:
rebuilt the site with the latest project.xml cleanup fixes
PR:
Obtained from:
Submitted by:
Reviewed by:
44 lines of code changed in:
more project.xml cleanup
PR:
Obtained from:
Submitted by:
Reviewed by:
9 lines of code changed in:
for some reason, Ant isn't using the jakarta-site2 site.vsl file. so, this
change brings it in line with the current file.
cleaned up the project.xml file
rebuilt the site
worked around the issue in Velocity with parsing #$id
PR:
Obtained from:
Submitted by:
Reviewed by:
45 lines of code changed in:
rolling back Josh's changes until he provides a better patch. :-)
-jon
43 lines of code changed in:
added ability to define the begin/end tokens for the filtering.
line wrapped ProjectHelper.java to 80 cols.
thanks to Josh Lucas <josh@stonecottage.com>
-jon
102 lines of code changed in:
patch by will stranathan will@thestranathans.com that fixes the path
separator to whatever the system one is.
2 lines of code changed in:
added patch by mariusz to fix NPE in UpToDate task
1 lines of code changed in:
remove unnecessary -f check cause -x does the job well enough
line wrap things to make it pretty.
9 lines of code changed in:
since we depend on JAVA_HOME/bin/java to exist later in the script,
then we should check to make sure we can actually see the file
correctly.
6 lines of code changed in:
fixed cdata examples
3 lines of code changed in:
do versioning the *right* way
3 lines of code changed in:
turn on filtering for the docs directory to allow the correct version
number to appear in the documentation.
2 lines of code changed in:
added myself
changed the version to be based on the Id tag
2 lines of code changed in:
added trailing slash to url
added documentation about quiet argument to the <delete> task
12 lines of code changed in:
removed requirement for JAVA_HOME to be defined, however,
you will still need to have "java" in your path if it isn't defined.
9 lines of code changed in:
added support for cygwin
re-organized things
fixed a couple bugs
correctly set environment variables
all in all, i can now build Ant under cygwin on win98.
26 lines of code changed in:
added support for cygwin
re-organized things
fixed a couple bugs
correctly set environment variables
correctly execute the building of the ant distribution
all in all, i can now build Ant under cygwin on win98.
48 lines of code changed in:
back out requirement for xerces. my mistake.
0 lines of code changed in:
added xerces.jar
1 lines of code changed in:
(2 more)