Directory src/main/org/apache/tools/ant/launch/

Directory Created:
2003-06-27 11:19
Total Files:
4
Deleted Files:
0
Lines of Code:
885

Browse with ViewVC

[root]/src/main/org/apache/tools/ant/launch

Lines of Code

src/main/org/apache/tools/ant/launch/ Lines of Code

Developers

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

Most Recent Commits

peterreilly 2006-12-10 22:58

refactor Launcher#run to reduce its line count

85 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Launcher.java (+85 -47)
peterreilly 2006-11-18 18:15

checkstyle

2 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+2 -2)
antoine 2006-11-15 11:33

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:

peterreilly 2006-11-01 23:00

checkstyle

13 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+13 -12)
peterreilly 2006-11-01 00:13

some checkstyle changes

3 lines of code changed in:

antoine 2006-10-22 13:55

Launcher should not depend upon parent package

3 lines of code changed in:

bodewig 2006-09-01 18:49

copy2license.pl

24 lines of code changed in:

stevel 2006-08-22 23:04

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:

jglick 2006-08-18 20:07

Some Javadoc corrections.

1 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+1 -1)
stevel 2006-07-13 11:11

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:

peterreilly 2006-04-24 14:15

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:

jkf 2006-04-21 21:47

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:

peterreilly 2006-04-19 16:31

change name of Locator.encodeUri to Locator.encodeURI



5 lines of code changed in:

peterreilly 2006-04-19 14:11

compete toUri code for launcher

6 lines of code changed in:

peterreilly 2006-04-19 10:50

escape none URL characters

20 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+20 -2)
kevj 2006-04-17 01:07

revert back to while loop after discussion over prior change

3 lines of code changed in:

kevj 2006-04-14 01:24

slight tweak while -> for (reduce scope of variable to just loop)

3 lines of code changed in:

bodewig 2006-04-06 19:30

untabify

2 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+2 -2)
bodewig 2006-04-06 19:00

find tools.jar even if it is distributed with the JRE, submitted by Nick Crossley, PR 38500

6 lines of code changed in:

  • src/main/org/apache/tools/ant/launch: Locator.java (+6 -1)
jkf 2006-03-25 21:27

Improved use of MagicNames for ant internal properties

7 lines of code changed in:

(56 more)

Generated by StatSVN 0.3.2-SNAPSHOT