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
Peter Donald
7a58f9b7cf
Made the manifest for the optional package actually conform to the specification and put versions in dewey decimal format.
Also made optional package an extension.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272160 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
c4b35c99e8
Revert last change because I am a doppy bugger
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272153 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
2bb17f5dbb
Ant package and extension have same value so may aswell expand property ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272152 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
4402a1fb9b
Specification Version MUST be in DeweyDecimal notation with maximum 3 places (ie major.minor.micro).
Also made jar implement the org.apache.tools.ant extension (aswell as the specification for the package org.apache.tools.ant). As a consequence put Implementation-Version into dewey decimal form aswell.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272151 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Jon Skeet
c8cdd01197
Added @ant.datatype tag.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272050 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
03216f2caf
spashscreen task
Submitted by: Les Hughes <leslie.hughes@rubus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271943 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
792642344d
Refactor dependency analysis.
Add a DependencyAnalyzer interface
Currently supports BCEL based analyzers
Refactor ejbjar not to require BCEL to run.
More to come ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271856 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
afb946f51a
Removing the logos, moving artwork into images
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271853 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
2fd822fcf2
Update build file to copy across more of the useful xsl sheets.
Submitted by: "Ingmar J Stein" <stein@xtramind.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271845 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ae097cfbc9
JDK 1.1 fixes, second half.
Thanks Conor 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271814 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
732df7532e
JDK 1.1 fixes
incomplete in the case of XCatalog, I'll follow up on this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271811 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
073e27aa63
don't mangle artwork!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271806 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
50d4e58dfd
give conext classloaders in <junit> another try, catch Xalan errors in
TraxLiaisonTest.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271796 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
d0a3744305
cut out jspc testing unless jasper is around
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271793 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
f9c551b16e
Promote Filter Reader proposal to main trunk.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271759 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
aa62ef064a
JavaDoc now builds without warnings again - thanks Erik :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271719 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
4f7581e3df
attack of the tab police
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271645 13f79535-47bb-0310-9956-ffa450edef68
24 years ago