Peter Donald
a434be3618
Added name for icontract
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268719 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
16db28abfc
Added IContract task
Submitted By: <aslak.hellesoy@netcom.no>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268717 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
a6bebc97c6
Added Christoph Wilhelms' "depends" property editor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268700 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a6e0d48578
Increase timeout in ExecuteWatchdog test to improve its chance to
pass. The race condition is still there, this only masks the problem
that a Thread that sleeps for TIME_OUT/2 might not terminate within
TIME_OUT.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268698 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Nico Seessle
45524b0010
Disabled the testcases which really try to access a webserver. Not everyone
has one.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268695 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
7435b27b91
Merge 1.3 branch changes into MAIN
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268691 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
b5ad58c4d7
orphaned change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268677 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
41f7afa119
Merge in my patches from the 1.3 branch.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268676 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
2479bd9a12
Merge back Tar changes so they can be tested with Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268655 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
5337488612
Merge of 1.3 branch changes into the main branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268652 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
867ec77b0d
Add a warn on longfile mode
----------------------------------------------------------------------
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268627 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
ed654080ab
Just changed some parameters to conform to ant standard
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268623 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
83113cb68c
Applied Chris Wilhelm's change to provide a clear log button, and not
to clear the log by default. Also added date to the start and end
build messages.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268618 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
db81fa173d
Applied patch from Deryk Sinotte that fixes problem with discontiguous
selections of multiple targets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268615 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
614d36db8a
Fix up the location where the toplink element looks for descriptors.
Thanks to much persistence by Cyril Bouteille <CyrilBouteille@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268583 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
a04d664714
Make antlr test file a little better, but it still fails to pass its
junit tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268582 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
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
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
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
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
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
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
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
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
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
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
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
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