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
8ccf522d81
JDK 1.1 memory must be set. Use ANT_OPTS and introduce new variable
for bootstrap's Javac usage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272231 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
42ee11e63e
NetRexx and iContract tasks require JDK 1.2 methods currently
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272230 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
b62d2557ae
temporarily(?) disable DependTest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272227 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
0705b27e50
Add my most important TODO items to the list, others are already
recorded in bugzilla.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272226 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
5cdce7b017
Changes to BCEL checking and some additional descriptions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272224 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
c213331f01
Document <classfileset>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272222 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
e3a3fe68b0
wrong year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272215 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
Conor MacNeill
e7f19f65db
Document the <classfileset> optional data type
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272213 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
cd31576162
Use the non-deprecated form to store properties tmove warning.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272212 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
664ecfc459
Remove the -ref construct from attributes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272211 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
1373656ec7
Un-finalize var to work around crappy compilers.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272210 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
d0d3f0d2b0
Dont use public specifier when it is redundent (and thus issues warnings).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272209 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7065a8369c
there is no TraX and really no Xalan2 dependency in these files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272208 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
94ff8bce4a
Added support for declaring extra attributes for main section of manifest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272207 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
132029ad61
Add in the first cut of a jarlib-manifest task that generates the manifest according to the Optional Package spec with dependencies included as included in fileset.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272206 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
d15e0c1121
Make library displayer more useful for debugging other extension/library related tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272205 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
Stefan Bodewig
f9d745ee48
Documentation for <cvs> changes
PR: 7433
Submitted by: stephan beal <stephan@wanderinghorse.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272202 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
Conor MacNeill
fd0e7d4927
Break up the packages into groups a little more focussed than at present
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272195 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
Conor MacNeill
b0dccfb367
Define created tag
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272192 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
Conor MacNeill
e16a4c7b1d
Minor cleanups
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272190 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