Gintas Grigelionis
|
bc5836f688
|
Synchronized fields ought to be final
|
7 years ago |
Matt Benson
|
b7d1e9bde4
|
java 5-8
|
8 years ago |
Stefan Bodewig
|
4cecc03af6
|
there simply is no better logger around
|
9 years ago |
Stefan Bodewig
|
70c93da9ae
|
a few more O(n) lookups where O(1) would be possible - optional tasks not checked, yet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910832 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Jan Materne
|
79c6e8371a
|
Use better constant names.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577765 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Peter Reilly
|
a914355da2
|
more magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577308 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
4f08eff5ea
|
no point in a public ctor to a package scope class; mention other JVMs in the javadocs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@498628 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Peter Reilly
|
f58d3967f0
|
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470130 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 |
Jesse N. Glick
|
9b29322cc4
|
Avoid a useless exception being (sometimes) thrown if a <java fork="true"> task is halted with Thread.stop().
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@429887 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Stefan Bodewig
|
49c52d18de
|
JDK 1.3-
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276499 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Stefan Bodewig
|
5e4408208a
|
Don't try to add or remove shutdown hooks while the hook is running. Remove a processes.wait that won't ever return as far as I can tell.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276489 13f79535-47bb-0310-9956-ffa450edef68
|
21 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 |
Stefan Bodewig
|
004045b1b6
|
Don't silently swallow exceptions when something is wrong, PR 23609
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275494 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Stefan Bodewig
|
fafd373901
|
notifyAll instead of notify
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274928 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Conor MacNeill
|
743a75153a
|
Ensure terminated processes are allowed to complete before finishing the
Ant shutdown
PR: 8510
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274821 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Conor MacNeill
|
7d752b579c
|
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274817 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Conor MacNeill
|
e580392c2d
|
More cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274776 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Stefan Bodewig
|
dec2963579
|
forgot to give credit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274191 13f79535-47bb-0310-9956-ffa450edef68
|
23 years ago |
Stefan Bodewig
|
198cca7aa6
|
Only register ProcessDestroyer when needed (and unregister it when no
longer needed).
PR: 17216
Submitted by: James Allers <jallers at advancedreality dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274187 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 |
Conor MacNeill
|
c4266e9250
|
Coding Standard
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272441 13f79535-47bb-0310-9956-ffa450edef68
|
23 years ago |
Conor MacNeill
|
c6c232893c
|
Various coding standard fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272418 13f79535-47bb-0310-9956-ffa450edef68
|
23 years ago |
Stefan Bodewig
|
84ca18779b
|
<keysubst> didn't close its streams. I know, this task is so
deprecated we don't even document it, but ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272396 13f79535-47bb-0310-9956-ffa450edef68
|
23 years ago |
Stefan Bodewig
|
03d2b1c05f
|
If running on JDK 1.3 register an exit handler that kills spawned
processes when the JVM exits.
PR: 5125
Submitted by: mnewcomb@tacintel.com (Michael Newcomb)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270117 13f79535-47bb-0310-9956-ffa450edef68
|
24 years ago |