Matthew Jason Benson
629a2649e8
Obtain subproject instance from Project to satisfy the remote chance
of Project having been subclassed.
PR: 17901
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278363 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
2c68e6ab60
Add subproject Executor to Executor interface + its use to Project & Ant task.
Move keep-going awareness to Executors.
PR: 22901
Submitted by: Alexey Solofnenko
Reviewed by: Matt Benson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278114 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
9c29344dc2
Avoid hypothetical memory leak by not holding a strong reference to the thread or thread groups used as keys to
report task associations.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278077 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
67c71a89e9
#27285 : simplify AntClassLoader by removing reflection hacks
(and separate ACL2) only needed for JDK 1.1 support.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278074 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
704e2490d3
removed lines with $Revision: x.y $ lines (after verification)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277845 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
88b40e16d0
renamed parameters to avoid hiding,
reduced visibility of member methods of inner class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277776 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a73b14d3ca
s/ANT/Ant/
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277555 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c840aef9fd
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277554 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e53070ba35
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277454 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
e76559e2f3
Silently ignore messages being written to System.err/out while a Listener is processing a different message
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277362 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
2e3455f4e6
Minor update to remove jdk1.1 workaround
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277332 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
257dadeaf0
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277295 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
f5ba6b2b7a
lower-case HTML tags
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277204 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
db48fbb829
Various checkstyle violations
Submitted by: Larry Shatzer
And some
(untabify (point-min) (point-max))
on some files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277063 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3f31dc8f7a
Make Jikes happy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277030 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
29b76e0c01
These are all patches to stop java1.5 whining about varargs.
In java.15 some of the reflection APIs are overloaded to be
usable via varargs, so untyped things cause confusion. These
are everywhere that bootstrap complains.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277008 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
39868ef368
Properties.propertyNames() should be used instead of .keys():
fix for previous fix - use getProperty() and not get()
fix for PropertySet
PR: 27261
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276971 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7e145de4f1
Properties.propertyNames() should be used instead of .keys().
PR: 27261
Obtained from: Mike Murray
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276969 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Conor MacNeill
f314cb489c
Indicate the message that causes the loop
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276814 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
284174e86e
Refactored Target invocation into org.apache.tools.ant.Executor
implementations.
PR: 21421, 29248
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276809 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c692a67a30
Try to get the dependency analysis right this time while preserving BC.
PR: 29977
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276715 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Antoine Levy-Lambert
e0b5c60458
Javadoc fixes for RuntimeConfigurable, Project, Location
PR: 30160
Submitted by: Jesse Glick (jglick at netbeans dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276709 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c672e8778e
Added multiple targets to <ant> and <antcall> using nested <target> elements.
PR: 5270, 8148, 17071, 6368, 29623
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276629 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
a22c8c09c8
Follow Conor's and Jose Alberto's advice - improved fix for PR 8689
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276622 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c6c726e16b
Tiny refactoring.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276501 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
fb77359665
Purge of many (but not all) the if-java-1.1 tests in the ant code. I left those in the tests in, and I left the javac and javadoc tests in, as they are more complex. This is the simple set.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276382 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
122c6ddd9e
A new uptodate test that includes granularity. the
intent is to move all date tests to this single place, to eliminate inconsistencies.
The only place I use it is signjar, which, by virtue of the fact there is no signjar test, means I know it wont break the tests.
Also, cleaned up the reflection hacks for 1.1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276381 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e4209b284c
filterset used by filtertask doesn't respect loglevel
PR: 27568
Obtained from: Marcel Schutte
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276250 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
7cbf740ee0
Quick refactoring.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276245 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
Peter Reilly
6356d19ab4
better reporting of linkage error in checkTaskClass
PR: 26332
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275955 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4f26039254
2004
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275916 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c9ee19786b
Fix for ant -keep-going a b
where target a fails
PR: ?
Obtained from: Darin Swanson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275902 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
53ebb817e9
Change level of std error message from ERR to WARN
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275799 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
bc2e7b5dbf
In addReference, remove calling tostring on the references being added.
The tostring can be a very expensive operation, and causes
massive slowdown when used in conjuction with antcall.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275769 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
74f58bf0f8
Typos
Submitted by: Larry Shatzer (larry dot shatzer at servent dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275232 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
03d8b12829
Catch another simple to detect case of infinite antcall loops
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275186 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jan Materne
70ba81f024
Let Project.toBoolean(String) handle null as argument.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275179 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9f7f90efe4
remove must be synchronized, too. Thanks Antoine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275139 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
24179ae7dd
Switch BuildListener management from "copy on each event" to "copy on
add/remove".
Suggested by: Sylvain Wallez <sylvain dot wallez at anyware dash tech dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275138 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3ca7c90999
Fix inconsistent synchronization
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274933 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
12383504ac
References not passed by antcall
PR: 21724
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274884 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
1f71acf427
Coding conventions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274856 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
4ac04f30c2
Ensure all generated output gets through the output system to the
generating task
PR: 21636
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274840 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
b7c2f5f643
Add make's keep-going feature into ANT.
PR: 21144
Obtained from: Alexey Solofnenko
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274834 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
7573ef75f7
Ensure logging message flag is reset
Reported By Darin Swanson
PR: 21386
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274789 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
c02865f72e
checkstyle changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274788 13f79535-47bb-0310-9956-ffa450edef68
22 years ago