Stefan Bodewig
008f1c8be5
embrace StringUtils#getStackTrace
9 years ago
Jan Matèrne
bf6026a147
organize imports
11 years ago
Jesse N. Glick
13000c1a46
sconnolly advises using TODO rather than XXX in comments.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1504315 13f79535-47bb-0310-9956-ffa450edef68
12 years ago
Stefan Bodewig
e04ff4d52c
make all classes use the same AntClassLoader constructor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796614 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
d8922d6d2d
deprecate reverse attribute. PR 45845.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699251 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
e0d63af0cb
only add classpath elements to existing loaders, not to a freshly created one. PR 45847.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698943 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
b6aa5cb51b
make log more usefull. PR 45841.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697116 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
0a5cf98f65
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@476580 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
2e897819a8
copy2license.pl
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439418 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
c885f56836
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276208 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
278781dcd6
Copyright owner is The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276065 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
66555ca10d
Remove trailing spaces in all java files
in order to make checkstyle happy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276017 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ca1513552f
Switch to Apache Software License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276010 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
3396e7c321
Remove direct call to deprecated project, location, tasktype Task field,
replaced by an accessor way into tasks.
Remove too some unused variable declaration and some unused imports.
PR: 22515
Submitted by: Emmanuel Feller ( Emmanuel dot Feller at free dot fr)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275133 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
6ee5317ca3
Fix a few checkstyle errors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274775 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
52303f0a54
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274495 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
1d1f2da180
Import cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274483 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1dc8a07905
Remove Jakarta Project from license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274040 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
359855b65f
Few fixes, AntClassLoader uses parentFirst, Classloader was using reverse.
Make them consistent
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273719 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
4edeb27347
Use classpath instead of path.
Allow more convenient specification of the classpath.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273694 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
c69730f54f
Add the <classloader> task.
It'll create a new loader or add paths to an existing loader.
The main use is for the core loader - used to load ant regular
and optional tasks.
This is similar with embed, but 90% of the code is not needed for
ant1.6 ( due to the delayed task creation ).
For both import and classloader I changed the name of the class
so embed can still compile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273688 13f79535-47bb-0310-9956-ffa450edef68
23 years ago