jkf 2004/12/11 02:49:01
Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
Parallel.java
Log:
Sync
Revision ChangesPath
No revision
No revision
1.24.2.6 +23 -5 ant/src/main/org/apache
jkf 2004/12/09 15:06:47
Modified:src/main/org/apache/tools/ant/taskdefs Parallel.java
Log:
Checkstyle updates.
(removed trailing spaces just added, updated javadoc, removed an undocumented
BuildException
which was neither thrown according to interface nor according to method
jkf 2004/12/09 14:17:24
Modified:src/main/org/apache/tools/ant/taskdefs Parallel.java
Log:
In bug 32566 someone asked about the thread safety requirements in Ant.
This made me perform a quick check on the main flow of the Ant project
from a threading perspective. The only cau
peterreilly2004/04/01 05:07:34
Modified:.Tag: ANT_16_BRANCH WHATSNEW
src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH
Parallel.java
Log:
sync with HEAD
Revision ChangesPath
No revision
No
peterreilly2004/04/01 05:06:45
Modified:.WHATSNEW
src/main/org/apache/tools/ant/taskdefs Parallel.java
Log:
: failonany was tested even if the task succeeded.
PR: 28122
Reported by: Oliver Dungey
Revision ChangesPath
1.578 +2 -0 ant/WHA
conor 2003/07/25 04:02:53
Modified:.WHATSNEW
docs/manual/CoreTasks parallel.html
src/main/org/apache/tools/ant/taskdefs Parallel.java
Log:
Add element to to start threads which
continue to run after the task has completed.
Revision
conor 2003/04/14 04:58:04
Modified:.check.xml
src/main/org/apache/tools/ant IntrospectionHelper.java
Project.java RuntimeConfigurable.java
src/main/org/apache/tools/ant/filters BaseFilterReader.java
E
conor 2003/04/07 07:47:02
Modified:src/main/org/apache/tools/ant/taskdefs Parallel.java
Log:
Remove duplication in Parallel
Revision ChangesPath
1.16 +19 -82ant/src/main/org/apache/tools/ant/taskdefs/Parallel.java
Index: Parallel.java
===