Stefan Bodewig
d463563bef
timeout support for <java>
PR: 5299
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272237 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
69b83f3213
Re-enable DependTest - no longer uses touch
Update many checks to handle optional tasks which require JDK 1.2+
Problems remain for builds with ORO present
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272236 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
0d7515e6c3
refactor ExecuteWatchdog - extract a more generic timer. Preparation
to allow timeout attribute in <java fork="false">
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272235 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6258074cd0
Add append attributes to <exec>, <java> and <sql>
PR: 3234, part of 5299
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272234 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c0c176e892
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272233 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
8bd72d6533
Add taglets support to javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272232 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
ae694da658
Tedious workaround for JDK 1.1 compilation issues
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272229 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
ac7d747c92
iJDK 1.1 has trouble with inner class variable access - use method instead
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272228 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9fca9a56a5
JDK 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272225 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
7196c156c9
Disable second half of this test for now. I'm not sure why you can't pass
a <dirset> to a <fileset> by reference.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272223 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
ac65e76ac6
Test case for <classfileset>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272221 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
c588308c64
Minor improvement to error message
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272220 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
caa574d58e
Remove check which prevents fileset subclasses being passed by reference
where a fileset is expected.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272219 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
bb34e52397
Fix up operation of classfileset to behave more like a normal fileset in
terms of what it returns. Also, do not ignore the <include> elements, etc
but allow it to control the basic set of classes which are examined.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272218 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
c0a3bacdf9
Test cases for <depend> task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272217 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
f52471ba80
Minor typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272216 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8d7dea7d25
Add class for collection utilities, implement emulation of
Vector.equals, use it in Manifest.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272214 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
ba6d89f244
Fix up date parsing to pick up time aswell
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272204 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1f3caa57f6
New attribute for <replace> that allows all properties of a given
property file to be used as replacefilter.
PR: 7320
Submitted by: Wolfgang.Jakel@lutzwolf.de
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272203 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
3694e92869
Fixed the following bug;
processGetPreviousRevision method sets the status to GET_COMMENT but it should set it to
GET_DATE otherwise the date information gets put in the comment and as the author is
escaped using a CDATA, you finally get a CDATA inside a CDATA...
Submitted By: Frederic Lavigne <fred@castify.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272201 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2e62a659cb
Make sure locale argument is the first one in javadoc
PR: 4984
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272200 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
656bd7e92a
Move CDATA escaping to the writer to make it harder to get a CDATA in another CDATA
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272199 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ea60c3f749
Make tag and date attributes of <cvs> work again as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272198 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
a4f5be6a2d
Compile before commiting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272197 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
382e03e5cc
Process the standard error in a separate thread hopefully to alleviate blocking.
Reported By: Frederic Lavigne <fred@castify.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272196 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7d0968a529
fix infinite loop bug in netrexxc, add a bunch of new attributes and
allow all attributes to be set to default values by properties.
PR: 7732
Submitted by: Patric Bechtel <bechtel@ipcon.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272194 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
62a2e7a759
If package attribute has been set, <cvs> would place it in front of
the command - which is wrong.
Reported by: Ovidiu Predescu <ovidiu@apache.org>
Updated cvs example to point to something usable.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272193 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2510d3d6d4
Tabs, rats!
"It wasn't me."
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272191 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
242af53651
Add nested <commandline> elements to <cvs>
PR: 7433
Submitted by: stephan beal <stephan@wanderinghorse.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272189 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
3fce5ce014
testcase for AbstractCvsTask
Submitted by: stephan beal <stephan@wanderinghorse.net>
As you need a CVS client and must run this test in an Ant source tree
checked out from CVS, this test does not run by default, you need to
enable it via
ant test -Dhave.cvs=1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272188 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
284e7904db
close streams in junitreport.
PR: 6852
Make XalanExecutor independent of Xalan2 so one can compile
Xalan1Executor without Xalan2.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272185 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5047e00183
<uptodate> extends MatchingTask for no reason, it completely ignores
the implicit fileset it is supposed to support.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272184 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
98d509c6f8
reimplement DirSetTest as subclass of FileSetTest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272183 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
af0dbb6ef2
reimplement DirSet as subclass of FileSet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272182 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
274da33012
Add tests fro DirSet and the new DirSet/FileList support in Path.
Step one of planned DirSet refactoring.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272179 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
66bf648316
zap tabs, propagate exception so it gets into the log the way it should
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272177 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
13102c5cfb
Add XML declaration to output generated from <cvschangelog>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272175 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
97bb19005e
changelog -> cvschangelog
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272174 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
78e67d392b
allow srcfile to be combined with a mapper in <uptodate>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272173 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6a182bf836
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272172 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4488376868
Add testcase for <ant>'s logfile placement, fix NPE in <ant>.
If <ant> should ignore the dir attribute, we only have to change the
locations of test3.log and test4.log.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272171 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5e93b0b89f
Simplify pathconvert, support OS/2 as well, fix some indentation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272168 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
742f2da5b7
improve error reporting in buildnumber task a little.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272167 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b32ff5e9c4
only warn if override changes the value of a reference.
PR: 5161
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272166 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5594451580
New task <concat>
Submitted by: Derek Slager <derek@activate.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272165 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
0de17bca25
Log errors rather than ignoring them.
Submitted by: dion@multitask.com.au via "Vincent Massol" <vmassol@octo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272158 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f7c0a7741d
Add method to FileUtils that emulates File.createNewFile (well, sort
of) and use it in Touch as well as BuildNumber.
Various JDK 1.1 issues.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272157 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1d4c24c80f
regenerate HTML version of TODO list
The usual 2002 cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272156 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
fd7d23a011
patch supplied by bechtel@ipcon.de (Patric Bechtel) PR 7657
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272155 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
e2ca50cce1
Allow 'dirsep' and 'pathsep' to contain multi-character values.
(Submitted by M. Kerkhoff, PR 6543)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272149 13f79535-47bb-0310-9956-ffa450edef68
23 years ago