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

Directory Created:
2003-01-24 14:18
Total Files:
1
Deleted Files:
0
Lines of Code:
31

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 473 (100.0%) 26.2
conor 6 (33.3%) 398 (84.1%) 66.3
peterreilly 4 (22.2%) 44 (9.3%) 11.0
antoine 3 (16.7%) 15 (3.2%) 5.0
bodewig 2 (11.1%) 7 (1.5%) 3.5
jkf 2 (11.1%) 6 (1.3%) 3.0
jglick 1 (5.6%) 3 (0.6%) 3.0

Most Recent Commits

peterreilly 2006-11-04 22:50

checkstyle

3 lines of code changed in:

peterreilly 2006-11-01 23:00

checkstyle

1 lines of code changed in:

bodewig 2006-09-01 18:49

copy2license.pl

6 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.

3 lines of code changed in:

jglick 2005-03-29 19:56

#27285: simplify AntClassLoader by removing reflection hacks

(and separate ACL2) only needed for JDK 1.1 support.

3 lines of code changed in:

jkf 2005-01-06 12:05

Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files.

Also removed unused/* imports along the way.

3 lines of code changed in:

peterreilly 2004-03-09 16:49

remove authors from files

PR: 27177

Obtained from: J.M. (Martijn) Kruithof

0 lines of code changed in:

antoine 2004-02-09 21:05

Copyright owner is The Apache Software Foundation

1 lines of code changed in:

antoine 2004-02-04 20:38

Remove trailing spaces in all java files

in order to make checkstyle happy

2 lines of code changed in:

antoine 2004-02-03 22:44

Switch to Apache Software License 2.0

12 lines of code changed in:

peterreilly 2004-01-19 16:48

use a static map of jarfile->manifest classpath entry

40 lines of code changed in:

conor 2003-07-17 10:36

style

49 lines of code changed in:

conor 2003-03-22 09:39

Add manifest encoding options to control the encoding used to read in

manifests



PR: 17634

2 lines of code changed in:

bodewig 2003-02-10 14:15

Remove Jakarta Project from license

1 lines of code changed in:

conor 2003-01-26 23:43

Actually may as well use ZipFile/ZipEntry since not using the JDK

manifest class - it cannot handle multiple Class-Path entries

5 lines of code changed in:

conor 2003-01-26 22:59

Fix possible ClassCastExceptions due to use of ZipEntry rather than JarEntry

2 lines of code changed in:

conor 2003-01-25 15:03

Include jars from the manifest's classpath into the classloader



PR: 6921

154 lines of code changed in:

conor 2003-01-24 14:18

Add support for Package information to the ClassLoader



Rather than using reflection I have created a JDK 1.2+ specific

subclass of the AntClassLoader. This has necessitated replacing

direct construction of the classloader with a factory method in

Project. This factory method will attempt to create the new

class loader dynamically and then fall back to the current version if

the new loader is not available.



Existing users who construct the classloader directly will continue to

work as at Ant 1.5 - i.e. no package information is created. All Ant

code (except classloader) uses the new factory method



PR: 11196

186 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT