[root]/src/main/org/apache/tools/ant/loader
checkstyle
3 lines of code changed in:
checkstyle
1 lines of code changed in:
copy2license.pl
6 lines of code changed in:
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:
#27285: simplify AntClassLoader by removing reflection hacks
(and separate ACL2) only needed for JDK 1.1 support.
3 lines of code changed in:
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:
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
0 lines of code changed in:
Copyright owner is The Apache Software Foundation
1 lines of code changed in:
Remove trailing spaces in all java files
in order to make checkstyle happy
2 lines of code changed in:
Switch to Apache Software License 2.0
12 lines of code changed in:
use a static map of jarfile->manifest classpath entry
40 lines of code changed in:
style
49 lines of code changed in:
Add manifest encoding options to control the encoding used to read in
manifests
PR: 17634
2 lines of code changed in:
Remove Jakarta Project from license
1 lines of code changed in:
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:
Fix possible ClassCastExceptions due to use of ZipEntry rather than JarEntry
2 lines of code changed in:
Include jars from the manifest's classpath into the classloader
PR: 6921
154 lines of code changed in:
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: