Stefan Bodewig
ab8c553cfc
initial JDK 1.1 fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273416 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
41feb573c0
Make use of nested <manifest> for ant-bootstrap.jar instead of using
separate files that need to be kept in sync.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273401 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
d303ffde27
Remove Class-Path from Ant's manifest and provide an ant-bootstrap.jar
for people who'd like to run Ant via java -jar.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273393 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
d928ea97f2
conditionally exclude JUnitReportTest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273364 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
86d0884a68
XmlValidate no longer needs 1.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273315 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c2731f64d1
XMLValidate now depends on JDK 1.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273308 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7f2af7960c
<tag /> ---> <tag/>
remove some stray CRs
fix some typos
Submitted by: Larry Shatzer <Larry.Shatzer@Spirent.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273291 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
3353768080
Make sure Python and Perl scripts get only included once in -bin.tar.
Submitted by: Jim Wright <JimWright@quick.cz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273274 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
9dd88b23e5
More patches (+ test cases!) from Eric Pugh on the <image> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273260 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
e0c04a3b27
Fix PDF mangling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273248 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
dca8d020b7
Put JspcTest at the end to ensure we run all other tests in Gump.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273192 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
9d2f4ca3b2
Fixed bootstrap when JAI not present
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273180 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
4a0fa32119
Build changes to optionally include/exclude the JAI <image> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273178 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
706007fa7f
Move all top level elements to an implicit target named "" and make
all othere targets depend on that one.
As a side effect, <description> is now handled by ProjectHelperImpl,
the data type has become unused.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273116 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2e823e15ba
Kaffe has ThreadLocal but no swing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273093 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
da5a13f8e4
Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273081 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
6bd8d6e938
Merge changes made to 1.5 Beta2.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272967 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
ca91f8cb7e
Merge changes made to 1.5 Beta1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c0ddb31137
JDK 1.2 compatibility.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272670 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
6243b5ffe4
Main branch is now open for commits for 1.6alpha
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272631 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
ed1abbaa01
Include Recursive search for java files to be excluded unless JDK 1.2.
Submitted by: Rob Oxspring <roxspring@imapmail.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272629 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9fe0f5be4e
Directory based <javadoc>.
Two new nested elements, <packageset> and <fileset>. <packageset> is
a DirSet that points to directories which get translated into packages
if they contain .java sources, <fileset> points to sourcefiles.
<packageset> based on a patch by Daniel Ritchey <ritchey_49@hotmail.com>.
<fileset> allows you to select files in the default package as well.
PR: 6433
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272583 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
affdc94099
remove RPM building stuff from distribution.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272572 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
908959b441
There is some non-optional stuff in util/regexp
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272571 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
28b202be02
oops... typo!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272561 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
b868e985c2
Commons Logging listener
Gump alert: to get this built we need to have commons-logging.jar available, but without the bulid should work fine.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272559 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
aa300fc40b
fixed XMLValidate task and test - see the kind of trouble we can get into using String for filename parameters?! :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272530 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
934a2268c7
Generate MD5 checksums for 'rpm's as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272516 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
6858be5cce
Search $PATH to see if rpm is available if it is not present in normal locations.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272515 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
3b97333121
Add an extra exclude for extension package unless jdk1.2+
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272507 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
f3506a0751
Replace <filterset> with <filterchain>, primarily to spread the word.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272488 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
edc61f6a06
Do not calculate MD5 checksums for .asc and .md5 files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272474 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
ab37fb7c6e
Fix something that should not make it into cvs..
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272470 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
61fa51aff2
Moving from Crimson 1.1.3 to Xerces 2.0.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272469 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
784f04c929
org.apache.tools.ant.taskdefs.cvslib.CvsTagDiff
The goal of this task is to give a list of differences between two tags or
dates. It produces an xml report like the changelog report of the CvsChangeLog
task. The output gives the list of modified files, removed files and new files.
The proposed task name is cvstagdiff.
PR: 8086
Submitted by: fred@castify.net (Frederic Lavigne)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272429 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
9d14a1f313
added exclusion of tests we know which break. This lets us add tests into the system before we have a fix for them; you just have to run them individually for now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272424 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
ee24cd7547
info on dotnet availability tests only printed in verbose mode.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272391 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
c31017e566
dont run the .net tests unless CSC and WSDL are found
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272388 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1f992c596b
rework inheritance tree for DirSet and FileSet, they are not
interchangeable.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272294 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
5b95034bfc
Add changelog.xsl to distribution and also make sure it is documented.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272249 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
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
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
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
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
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
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
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
Peter Donald
96a0bcf388
Speclling would be a great skill ... or so they tell me.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272161 13f79535-47bb-0310-9956-ffa450edef68
23 years ago