Peter Donald
65bbae5ae3
Made sure env vars are cleaned
Also added bootstrap jars to CLASSPATh because for some reason they were not being added otherwise ???
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268571 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
10bd38594c
Made sure env vars are cleaned and CLASSPATH is not decorated with extra " characters. It is expected that if CLASSPATH is set that it is valid and thus the extra "'s are uneeded.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268570 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
e5901560e7
Minor format change.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268569 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
63664a8786
Add support for untaring of GNU tar files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268568 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a7b657bd9a
Add in any jars in lib/optional when doing a build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268567 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
5566c88038
Handle classes which are on the classpath but which cannot be loaded due to
downstream dependencies.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268566 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
04024a63d1
Change buildException to always print nested exceptions when printing
its stack trace. Removed the equivalent code from DefaultLogger.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268565 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
c962f816db
Made it build on systems where CLASSPATH is not se by rearrangine CP entries.
Note this will still leave some java-runtimes broken but it should *mostly* work
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268564 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c01615380a
oops, forgot a file
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268563 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d1895cd5aa
New task <junitreport> and some improvements of DOMElementWriter
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268562 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
bd79701cef
<junit> wouldn't write to a file anymore.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268561 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
d44e0bc4ad
Build process tweaks. Source distribution now builds out of box on
Solaris.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268560 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
dfa3f12da4
Fixed Bug #378 .
ExecuteOn (and Apply) have a default-value of false for their parallel-attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268559 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c64c262ae4
perform property expansion on the patterns read from files specified
as includesfile or excludesfile attributes.
Suggested by: Jason Rosenberg <jason@squaretrade.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268558 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c30a74289e
Some additional enhancements to junit related classes.
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268557 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
e9117208e2
Test should be >= since we need space for the terminator.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268556 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
6ff2c8367d
Add support for long filenames in tar task. The tar task now takes an
attribute "longfile" which can take either the value "truncate" or the
value "gnu". If the attribute is omitted, an exception is thrown (the
current behaviour). Truncation is currently silent but willbe fixed to
give a warning.
Restored building of tar files in the distribution target.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268555 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
51516f38d5
Move constant strings from XMLJunitResultFormatter into a separate
interface - important for a new task that will follow.
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268554 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a9223a72db
Rename <transform> to <apply>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268553 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a12e3aa77b
Fixed javadoc of Zip.addZipfileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268552 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
0fec24953f
Fixed bug with looking up resources under windows.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268551 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d94e3888d7
Correctly clean up after testrun.
Reported by: Frank Wierzbicki <wierzbickif@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268550 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4887e48396
there ain't no bin dir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268549 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a6c64aa166
Make sure the watched process is running before we kill it.
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268548 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
58d96d54fb
Restore version resource
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268547 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
34f1e4e991
Make <fileset> inside <zip> a plain FileSet and add <zipfileset>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268546 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
8a40113487
Further tuning of the build scripts. The bootstrap now goes into
the bootstrap directory to minimise interference with the CVS lib
directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268545 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
05f470f1d0
Changes for Unix build process
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268544 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
da10e54de9
* Added <sysproperty> to <junit>
* fixed a bug that prevented <junit> from logging to logfiles with a
comma in its name in fork mode
* fixed some problems within ExecuteWatchdog
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268543 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
90380952be
Revert build process to old style for 1.3 release
Rewrote build.xml using most of the ideas from the new build process
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268542 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4fd9a820a0
Make ZipFileSet resolve srcfile relative to project's basedir.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268541 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
9aad740da0
Make the Bourne shell wrapper correctly deal with arguments that
contain spaces.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268540 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
06e53bdfb5
Copy the list of default datatypes as well.
Submitted by: Scott Stirling <sstirling@mediaone.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268539 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
6b264d41ec
Fix docs to reflect reality with respect to dist building
Submitted By: Andrew Sudell <asudell@Op.Net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268538 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
0cda4a725c
Fix for javadoc building.
Submitted By: Andrew Sudell <asudell@Op.Net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268537 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
9ab12cf578
Updated this to use the same approach as main wrt replacing constants in file .... strangely this one works
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268536 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
83dde256f5
Revert most of my last changes - one part has been wrong (pointed out
by Peter) and one part doesn't work anyway, so we can leave it as it was.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268535 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ce5785476b
Make <junit> work with JUnit 3.5 as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268534 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
46e21ab7d8
(1) Fix <copy> task to point to the "correct" source directory.
(2) I think there are a couple of superfluos @ characters in Constants.java.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268532 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
86aab868dc
Disabled copying of source into another tree and just copied the one required constants file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268531 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
88355d87fd
Changed source structure so that constants can be retrieved from a separate class built in alternate tree. This negates the need for multiple source trees.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268530 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
9b73d38e73
The Attribute sourcefiles of the javadoc-task takes comma-separated values,
not space separated.
Reported by: <jtfox@usa.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268529 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
18382ddec1
Update to "Ant in Anger" regarding importing XML
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268528 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
8911539f3b
Allow ant to handle parameters with spaces under Win systems
I added a few other things to Bill's patch, such as setlocal and
endlocal calls.
Submitted by: Bill Burton [billb@progress.com ]
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268527 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
736a4d2748
Support verbose-attribute for jvc (just for completeness)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268526 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
59e3705b08
Changed back to behaviour before rev1.4.
VSSGET does not work on many systems if working directory and version-arguments
get passed in as single arguments.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268525 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
35853eb145
Fix up register DTD calls.
Submitted by: Josh Lucas <josh@stonecottage.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268524 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
64c4989ed4
Reworking of ejbjar to support Weblogic 6. You can now specify
the location of arbitrary DTDs in the ejbjar task
<ejbjar ...>
<dtd publicId="foo"
location="file or resource"/>
</ejbjar>
This is not necessary for weblogic as the task "knows" the locations of the
ejb1.1 and ejb2.0 DTD within the weblogic classes for both 5.1 and 6.0
To avoid warnings under WL6, about classes in the system classpath,
the classpath is now split into two using a second nested classpath element
wlclasspath. Current build files will continue to function
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268523 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
bd2c472af4
Make sure task list is copied.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268522 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
3cd1384760
Corrected example for usetimestamp-attribute of get-task (by me)
and
Corrected examples for chmod-task
Submitted by: <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268521 13f79535-47bb-0310-9956-ffa450edef68
25 years ago