Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 206 (100.0%) | 5314 (100.0%) | 25.7 |
src/main/org/apache/tools/ant/taskdefs/ | 79 (38.3%) | 2152 (40.5%) | 27.2 |
src/main/org/apache/tools/ant/taskdefs/optional/ | 15 (7.3%) | 1165 (21.9%) | 77.6 |
src/main/org/apache/tools/ant/ | 33 (16.0%) | 721 (13.6%) | 21.8 |
docs/ | 11 (5.3%) | 667 (12.6%) | 60.6 |
src/main/org/apache/tools/ant/taskdefs/optional/junit/ | 6 (2.9%) | 261 (4.9%) | 43.5 |
/ | 49 (23.8%) | 229 (4.3%) | 4.6 |
docs/manual/ | 2 (1.0%) | 57 (1.1%) | 28.5 |
src/main/org/apache/tools/ant/types/ | 3 (1.5%) | 49 (0.9%) | 16.3 |
docs/manual/CoreTasks/ | 1 (0.5%) | 7 (0.1%) | 7.0 |
src/bin/ | 5 (2.4%) | 5 (0.1%) | 1.0 |
src/main/org/apache/tools/ant/listener/ | 1 (0.5%) | 1 (0.0%) | 1.0 |
src/main/org/apache/tools/ant/taskdefs/optional/ejb/ | 1 (0.5%) | 0 (0.0%) | 0.0 |
Replace unprintable character (x'a0') with a space
1 lines of code changed in:
Fix compilation errors
3 lines of code changed in:
Add support to for XSLT output types. This maps to TraX's:
transformer.setOutputProperty(OutputKeys.METHOD, type);
Background/rationalle: I'm looking into spliting Gumps gen.bat and gen.sh
scripts into a minimal bootstrap and a normal Ant "build.xml". In order
to achieve this, I need access to the functionallity that Xalan supports
from the command line via the -text parameter.
I've provided an implementation to seed the discussion on how this should
be supported. I am by no means wedded to this approach - if others see a
better way, either let me know or directly make the change.
50 lines of code changed in:
Sheesh. In restructuring, I made only one line of code change, and I
managed to screw it up. ;-)
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
1 lines of code changed in:
Seems silly to produce the same log message for every file, particularly
as this message was already issued previously...
1 lines of code changed in:
Allow junitreport to be compiled independent of the presence of Xalan1.
The reason for this is that the Xalan1 team is strongly considering
removing Xalan1Compat from cvs...
No logic changes were made in this commit...classes were merely split out
into separate files, and the instance of Xalan1Executor is now created
using reflection APIs.
266 lines of code changed in:
Bootstraps are not cleaning up after themselves.
3 lines of code changed in:
Fix syntax error - leftover line
0 lines of code changed in:
Avoid NPE's - seen when running JUnit on Win2K
3 lines of code changed in:
Prep for JDK 1.4.
Note: I did a complete scan of the code. Mostly it the version checks are
safe (e.g., things not supported with 1.1). The only place where it wasn't
obvious to me was RMIC, but it seemed OK.
4 lines of code changed in:
Fix an ArrayIndexOutOfBoundsException when building dom4j on Windows
6 lines of code changed in:
Fails on Windows
1 lines of code changed in:
Fix for NPE when getClasspath is called before setRmic
3 lines of code changed in:
Backing out change...
----------------------------------------------------------------------
2 lines of code changed in:
Enable bootstrap to be executed multiple times without prompting on
Windows. Does not appear to be a problem on Unix.
----------------------------------------------------------------------
2 lines of code changed in:
Delinquent change to the documentation to document build.sysclasspath.
THis is only the first installment. Next I'm going to go into each task
affected and document the default and provide a link to this text.
57 lines of code changed in:
Dump configuration information along with test output.
Based on a suggestion from Stephane Bailliez.
15 lines of code changed in:
Add a warn on longfile mode
----------------------------------------------------------------------
33 lines of code changed in:
Remove debug statement - oops!
0 lines of code changed in:
Restore the default to "last". Add a warning message if an invalid value
is specified.
14 lines of code changed in:
(84 more)