Conor MacNeill
3c6126f29b
Add nested filesets to tar through which file permissions can be set.
This is done through an octal mode attribute. The groupname and username
may also be set. See build.xml for an example usage.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268581 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
5c1e42a954
Added debug-attribute to rmic (Bug #224 )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268580 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a1edb69c09
Unix was alread correct.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268579 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
eac9c2d1b2
Copy - which is to save compiling files which have already been compiled
now goes to the right place.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268578 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
784d54ca48
Enhancements to SoundTask to allow a directory to be specified from which
a random sound will be chosen.
Submitted by: Diane Holt <holtdl@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268577 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
ba37bf7991
enhancement to the optional task PropertyFile.
Operations can now be applied to all types. The now and never operations
have become values for the = operation.
Submitted by: Thomas Christen <chr@active.ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268576 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
334ac128fe
Changes to wlstop and wlrun to work with weblogic 6.0
Use under 5.1 is unchanged. Under WL6.0, a number of new attributes
must be provided. An example of use under WL6.0 is
<target name="petstore">
<wlrun taskname="petstore"
classpath="${weblogic.classes}"
name="petstoreServer"
domain="petstore"
home="${weblogic.home}"
password="petstorePassword"
beahome="${bea.home}"/>
</target>
Thanks to Andrew Sliwkowski and Peter Cardimino of BEA for clarifying how
to get this to run under WL6.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268575 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
247d843943
Try to maintain the current compression setting rather than just avoiding
compression, since Weblogic 6.0 generates compressed jars whereas 5.1
generates uncompressed jars
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268574 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
559fe1af18
Fixes to AntClassLoader.
Changes AntClassLoader so it does not use the primordial class
loader for system classes. This is needed when the classloader itself was not
loaded with the primordial loader.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268573 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
7d7fc053b7
Documented if and unless attributes of the nested include and exclude
elements of PatternSet.
Reported by Peter Donald (from the openejb-dev-list)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268572 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
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