Stefan Bodewig
7622aae8b5
clean out reference to ManifestFile
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270646 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7cbd5df017
Remove code that has never been used in any released version of Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270645 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1e01d1142c
Move responsibility for cleanup to the test themselves.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270623 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e6d08dfeb2
Skip SQLExecTest if the testcase and the <sql> implementation would be
loaded by different classloaders.
package private access is only allowed if the classes belong to the
same "runtime package", which is the fully qualified package name plus
the defining classloader. Enough reading of JLS and VMSPEC for me for
today 8-)
We probably could code around the problem by placing a subclass of
SQLExec into the same classloader as SQLExecTest and invoke methods on
this subclass.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270618 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
8f2d1efdae
file -> destfile in zip, jar calls
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270606 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
b9871e6a2d
Added LICENSE.txt to META-INF of distributable JAR's per jakarta-general suggestions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270596 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
ad5e0dc61c
Do not forget to exclude new starteams tasks from the build
Submitted by: Peter Janes <peterj@liberate.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270271 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ddc395dffa
Add some tests for manifest task - realized that empty manifest aren't
that empty.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270133 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e8f24b5abb
JDK 1.1 doesn't grok UTF16 8-(
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270122 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
5971a069cf
Properly exclude ejbjar unless BCEL is around
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270119 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
03d2b1c05f
If running on JDK 1.3 register an exit handler that kills spawned
processes when the JVM exits.
PR: 5125
Submitted by: mnewcomb@tacintel.com (Michael Newcomb)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270117 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2fedf3b92f
JDK 1.1 issues.
I'm sure the depend classes can be converted to not use JDK 1.2
collection classes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270115 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
28fb40a060
Add an etc directory to the distrib and copy some useful stylesheets to it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270065 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
dbec36ef5b
these things don't exist (any longer)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270052 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
114af4d393
Move dependency classfileset support code over to Apache BCEL
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270044 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Sam Ruby
15624f5e8f
Allow junitreport to be compiled independent of the presence of Xalan1.
The reason for this is that the Xalan1 team is strongly considering
removing Xalan1Compat from cvs...
No logic changes were made in this commit...classes were merely split out
into separate files, and the instance of Xalan1Executor is now created
using reflection APIs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270007 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
75970c6bfb
add bzip2 compressed tarballs to distribution target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269970 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1942efc118
add real tests fro the gzip and bzip2 tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269964 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
495b7c4688
Add testcase for <checksum>, clarify its documentation when used as a
condition and create checksums in Ant's distribution target.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269963 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
a6ed69b0f7
An initial cut at getting the RPMs for Ant to build as part of the
distribution build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269962 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
d1f286d911
Try not breaking the build with the Sitraka tests that requires regexp support and trax at some point
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269951 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
833baa0fbc
Perforce tests depend on ORO
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269917 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
52c0957b09
DTDs get copied over with property files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269897 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1e88913f66
Enable the commented out tests in TaskdefTest - they failed because
org.apache.tools.ant classes must live on the system classloader to be
loaded.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269892 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0735b01b58
Add in a completiong script for nt build files.
Submitted by: Mike Williams <mikew@cortexebusiness.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269889 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
2ab27c7552
Subclass of fileset which given a root class will return the closure of all
classes upon which that class depends.
Submitted by: Holger Engels <hengels@mercatis.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269884 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e95515fe4e
but it still depends on Xalan ...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269883 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
eebd295e98
AggregateTransformer depends on TraX, not so much on Xalan.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269882 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
d32a9abcb7
keep track of JAR version that heve been checked into CVS, acknowledge
JUnit's license.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269876 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
8c33cae423
Remove undesirable package dependency by making TaskdefsTest facilities
available to all Ant Tests in the BuildFileTest class. The next step is
to make current Taskdefs inherit directly from BuildFileTest and then
deprecate TaskdefsTest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269867 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
1161853a9f
TraXLiaisonTest needs TraX (what a surprise).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269866 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4eecbff517
I found myself compiling with 1.1 today ...
Notes:
(1) JUnitTestRunnerTest fails with an InvocationTargetException, I
don't have the time to investigate why this happens right now.
(2) I didn't modify ManifestFile as I couldn't figure out why Entry
implemented Comparator. Why doesn't this task use
org.apache.tools.ant.taskdefs.Manifest anyway?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269855 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
97ed3550cf
Crimson doesn't bundle the TraX classes any longer.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269842 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
93ee07ad35
Show that Ant is an Apache project.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269839 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
65c82879ee
Make <style> support Exolab's new Adaptx processor.
Submitted by: Arnaud Blandin <blandin@intalio.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269832 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
be53ecfdc2
Add testcases for the substitution methods (and make them work 8-)
Add testcase for <replaceregexp>, this task now works with ORO,
Jakarta Regexp and JDK 1.4 if you use \1 to refer to parens in the
regular expression.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269822 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ffea0a9f74
Rewritten part of the regexp stuff, adding substitution and options.
New optional replaceregexp tasks that takes advantage of it.
Submitted by: Matthew Inger <matti@sedonacorp.com>
This doesn't really work (but doesn't break anything either), but I
wanted to get the stuff committed now, I will put work into it
tomorrow. See mail to the list for details.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269820 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
fcd6548344
"Finally I managed to finish a new version of the VAJ tasks. The most
important new feature is the ability to execute VAJ tasks from the
command line by exploiting the Remote Tool Access feature of VAJ."
Submitted by: wolf.siberski@tui.de
Some patches look a lot larger as I had to remove stray CRs, I also
killed TABs wherever I stumbled over them.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269819 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
4d17795289
Change to distribution build. It now packages optional.jar into the
main binary distribution and splits src and bin into separate directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269790 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
35e92352f4
Revert to old gzip interface.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269714 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3d047d54a2
Reworked task to use files internall rather than strings so that the task doesn't have to try and resolve things internally.
Based on Daniel Hoppe <hoppe@sitewaerts.de> 's patch.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269697 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3c8d54da88
Remove name attribute from project.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269693 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e4957c5f19
Oops I used the wrong convention!!!
This patch corrects it so that the old zipfile attribute is now tofile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269692 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
8321d98f4f
Update ant build file so that it uses the new unified "file" attribute for all archive manipulation tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269690 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Nico Seessle
e88985ddda
Filtering was active during copying docs/images - bad results for our nice logos :-(
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269669 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
df14132289
Merge in 1.4 src changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269663 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
0acf3ce178
Dump some properties from Xalan to check for various XML/XSL/JAXP
information. Hopefuly this will give additional details when running GUMP
or running unit tests and figure out problems.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269618 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
545a78f825
Merge from Ant 1.4 Beta 2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269588 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
796db3811a
Main branch is now open for commits for 1.5alpha
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269532 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
043682556b
Copy the 2 JUnit stylesheets to the xsl directory in the junit package so that they can be loaded as a resource.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269508 13f79535-47bb-0310-9956-ffa450edef68
24 years ago