Stefan Bodewig
b16a773dea
Add a value attribute to <uptodate>
Submitted by: Tim Dawson <tdawson@wamnet.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268899 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e6e450dc16
Make <touch> work on <fileset>s
Submitted by: Michael J. Sikorsky <mj@servidium.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268897 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d10d01a97a
add description attribute to <p4change>
Submitted by: Bob Cheek <RCheek@Verbind.com>
patch looks a lot bigger than it is - I removed a ton of tabs from
this file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268865 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d6e5c9e816
Make <tar> handle empty directories.
PR: 552
Submitted by: William Webber <william@live.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268862 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ff38a6188b
Add support for Weblogic's rmic.
PR: 959
Submitted by: Takashi Okamoto <toraneko@kun.ne.jp>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268860 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
5cc29f61e6
Make <rmic> a factory task just like <javac> already is. Support
Kaffe's rmic.
Submitted by: Takashi Okamoto <toraneko@kun.ne.jp>
Catch arbitrary Exceptions thrown when trying to verify a class.
PR: 222
Support extdirs.
PR: 893
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268852 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
06656c4a97
Move TraXLiaison from optional.jar to ant.jar.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268848 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
76c6de74b0
Make <delete quite="true"> handle non-existing dirs in filesets gracefully.
Suggested by: Jon Stevens <jon@latchkey.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268831 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b0f1f9cab7
Defer sanity checks of dir attribute to the point where the fileset
will be used for the first time. This will enable things like
<project default="main">
<fileset dir="tmp" id="tmpfiles">
<target name="prep">
<mkdir dir="tmp" />
</target>
<target name="main" depends="prep">
<copy todir="foo">
<fileset refid="tmpfiles" />
</copy>
</target>
</project>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268830 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
93df9d29a1
Make sure includeEmptyDirs attribute of <delete> does what it promises.
forgot to save this file - again.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268829 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7b485798bb
revert <style> to old behavior - make its style attribute interpreted
as relative to the basdir attribute. Make sure it works when handed an
absolute path.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268820 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
25ad85c0cb
Admit that the patch to <style> breaks backwards compatibility.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268811 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ed5b426eab
javac has been fixed for 1.1.
Save, then commit, tss.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268797 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a7df8b599f
cloudy with some hard rain from time to time
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268793 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1c11031843
update list of fixed bugs in <antstructure>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268787 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e65f093c8c
Make <antstructure> deal with EnumeratedAttribute attributes whose
values don't match the NMTOKEN production.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268785 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1dbdb41c51
record what I've been doing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268784 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
239b313fa1
Update to Jaxp 1.1
Also - handle spaces in classpaths
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268755 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
c54e268ac6
Further merges now that CVS is going a little faster
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268749 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
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
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
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
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
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
3848061ead
Update to new build scripts
Correct version string
call bootstrap.bat
Introduce an install-lite target
Move building of distributions files out of dist target
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268514 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4ca5683c2a
<javac> rewritten to use a factory.
Submitted by: Jay Glanville <jayglanville@home.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268444 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
113e9e7644
Fix some testcases.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268416 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
77ed2ceec5
Changed <available> to resolve relative resource names the same way as
<property> does.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268415 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d42256bf54
Add classpath attributes and elements to <property> to specify a
classpath to load resources from.
Submitted by: Diane Holt <holtdl@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268414 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
4791ccae3f
General documentation update.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268400 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
a290cb16d7
Added doc for new trax support for the <style> task. Also minor reflowing
of lines in WHATSNEW to fit into 80 columns.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268399 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
e92741fae9
Add some error checking to new TSTAMP format element
Documentation fro tstamp and javac changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268397 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
5ccd2bcf73
Throw a BuildException when an attempt is made to use a property which has
not been set. Any build files which rely on non-set properties being passed
through untranslated will now break.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268322 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c563ee7eba
Documentation for the nested <srcfile> element of <execon>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268287 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e888cc1fc8
Documentation of <mapper>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268285 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
193ff8a349
Make sure, Taskdef.execute doesn't get called before the nested
elements have been configured.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268281 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ecfa6b9a0c
Handle multi line responses of SMTP servers.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268279 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d2d785c408
Tasks for ClearCase support.
Submitted by: Curtis White <soaro77@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268277 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
758b225e9a
Various changes to <rmic>.
* uses home brewed FileNameMapper that will do verifications as well.
* improved logging - includes redirecting the rmic output.
* It won't try to compare the timestamp of the file to compile with
some corresponding _Skel file anymore if stub version is 1.2. This bug
resulted in all files being rmic'd on every pass - reported by Elardus
Viljoen <elv@ucs.co.za> on ant-user.
* Doesn't require you build directory to be in the CLASSPATH to use
the verify feature anymore. This has been reported by somebody, but
I've forgotten the name, sorry.
* Improved some setter methods to accept File arguments and use
Commandline instead of a String[] of precalculated size.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268267 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6c00c7d906
New task <javah>.
Submitted by: Richard Beton <richard.beton@roke.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268261 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
06c94f2108
New attribute "autoresponse" for <vssget>.
Submitted by: Alan Zall <alan@inskey.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268256 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
0a79e33439
Updated WHATSNEW
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268234 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
02b669458c
Forgot the implementation of <transform> with my last commit.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268228 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
d08dc16c87
Describe changes to the EJB related optional tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268212 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3b1f2fca74
Added logging to SourceFileScanner.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268192 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a9cc5fd794
Make the buildfile searching only start on demand, introduced a new
command line argument -file.
Suggested by: Jose Alberto Fernandez <JFernandez@viquity.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268167 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
bd8fc7d5c8
New tasks csc and ilasm for Microsoft's .NET SDK.
Submitted by: Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268165 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
fdb394b4a7
Updated documentation for cvs task.
Submitted by: Julian M. Savage <jsavage@fisci.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268162 13f79535-47bb-0310-9956-ffa450edef68
25 years ago