[root]/src/main/org/apache/tools/ant/launch
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 101 (100.0%) | 1557 (100.0%) | 15.4 |
conor | 17 (16.8%) | 760 (48.8%) | 44.7 |
antoine | 21 (20.8%) | 269 (17.3%) | 12.8 |
peterreilly | 25 (24.8%) | 240 (15.4%) | 9.6 |
stevel | 8 (7.9%) | 88 (5.7%) | 11.0 |
mbenson | 8 (7.9%) | 65 (4.2%) | 8.1 |
bodewig | 12 (11.9%) | 62 (4.0%) | 5.1 |
ddevienne | 1 (1.0%) | 37 (2.4%) | 37.0 |
jkf | 4 (4.0%) | 25 (1.6%) | 6.2 |
kevj | 4 (4.0%) | 10 (0.6%) | 2.5 |
jglick | 1 (1.0%) | 1 (0.1%) | 1.0 |
refactor Launcher#run to reduce its line count
85 lines of code changed in:
checkstyle
2 lines of code changed in:
do not uppercase systematically drive letters in FileUtils#normalize
append drive letter to absolute paths in Locator#fromURI
make FileUtilsTest pass under JDK 1.3
5 lines of code changed in:
checkstyle
13 lines of code changed in:
some checkstyle changes
3 lines of code changed in:
Launcher should not depend upon parent package
3 lines of code changed in:
copy2license.pl
24 lines of code changed in:
change error code of the launcher. We could change it from 2, its now in a constant where we can tune it.
12 lines of code changed in:
Some Javadoc corrections.
1 lines of code changed in:
This is a little bit of fun; something asked for on the mail list. You can now use -main to specify a new entry point for ant, so if you override ant.Main with a subclass, you can switch to that.
It has a side effect of making ant a generic launcher of things; anything that implements AntMain.startAnt.
30 lines of code changed in:
Bugzilla Report: 39295
Reporter: Waldek Herka
extract the fileToURL code
use it for tools jar as well as the other paths
26 lines of code changed in:
indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future.
1 lines of code changed in:
change name of Locator.encodeUri to Locator.encodeURI
5 lines of code changed in:
compete toUri code for launcher
6 lines of code changed in:
escape none URL characters
20 lines of code changed in:
revert back to while loop after discussion over prior change
3 lines of code changed in:
slight tweak while -> for (reduce scope of variable to just loop)
3 lines of code changed in:
untabify
2 lines of code changed in:
find tools.jar even if it is distributed with the JRE, submitted by Nick Crossley, PR 38500
6 lines of code changed in:
Improved use of MagicNames for ant internal properties
7 lines of code changed in:
(56 more)