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
f7ef1e4b52
Make sure includeEmptyDirs attribute of <delete> does what it promises.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268828 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
74fcd3cad9
Make <chmod> work without a dir attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268827 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a6b06d7beb
request by Arent Gr�bner <arent@t-online.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268826 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6e99e27220
Make Thomas' "Nested Tasks" proposal a discussion point of its own.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268825 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
f71b0b0295
Define DTDs for the generic cae and not just the weblogic case
I took Robert's patch and refactored it a little to avoid
duplicating the code in the weblogic deployment descriptor.
Submitted by: Robert Watkins [robert.watkins@qsipayments.com ]
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268824 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
8a21be4984
Support setting of the ejbc compiler class.
I also added some code to determine the compiler to use based on the publicID
of the DTD referenced in the descriptor.
Submitted by: Ted Kandell [tkandell@verticalnet.com ]
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268823 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
fca57f83a2
Face lift - still trying to figure out what DTD Anakia uses.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268822 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
f3f19e6f73
added compatibilty section - to the best of my knowledge.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268821 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
0c0cce9b34
Added disclaimer. Added Anakia. Added contact information.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268819 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7ccd42b3ec
request by Scott Sanders <satan@totalsync.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268818 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6786b60dc3
requests by Steve Loughran <steve_l@iseran.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268817 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
89c8921b22
Incorporated a few more points. More coming soon...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268816 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
571c177da2
Change Chmod task so that the usage
<chmod dir="${build.dir}" perm="ug+rwx"/>
works. This was being used in the Alexandria project and seems
reasonable usage but was not in fact supported.
Catching this usage is somewhat messy however.
I factored out the code for executing the command into a final method
runExecute so that I could invoke it from chmod. This means ExecTask has
runExec and runExecute which may be confusing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268815 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
8d904286f0
Updated
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268814 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
metasim
2d4bfedfb6
Committed Nick Davis' patch to add action toggleability.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268813 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
37b3d25cc8
requests from Oliver Wieland <oliver.wieland@innoq.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268812 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
9783e6c8cc
Make Ant deal with non-String elements stored in system properties.
PR: 904
Submitted by: peter.holzwarth@io-software.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268810 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6c7334ca8a
forgot to add the list itself.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268809 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
9c7871e718
Start a simple listing of all external resources for Ant that we are
aware of.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268808 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
dbebd7ff8b
Make delete quiet when trying to delete non-existent files. The message
is now logged with verbose mode.
Reported by: Jon Stevens <jon@latchkey.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268807 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
2bc52047f2
Make <style> resolve the stylesheet file name the same way as all
other tasks do.
Try #2 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268806 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
dab0e37234
Make <antcall> and <ant> more Script-friendly.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268805 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
806fc38b4d
request by Paul Hammant <paul_hammant@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268804 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
d2440f4240
request from Stuart Halloway <stu@develop.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268803 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
96e0995d5a
requests by Chris Todd <chris.todd@home.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268802 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
28df4c5893
Some more distant memories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268801 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
216f279d65
Added requests by Alex Rosen <arosen@silverstream.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268800 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Sam Ruby
2870e59a51
Backing out change...
----------------------------------------------------------------------
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268799 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
a3db26c765
removed redundant condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268798 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
753b60552e
Make sure bootclasspath and extdirs attribute of <javac> get special
treatment if running JDK 1.1.
PR: 841
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268796 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
0cb9c2b221
Added request by Les Hughes <leslie.hughes@rubus.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268795 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3ef676d751
Documented default excluded of <vajexport>. Removed stray CRs.
Submitted by: David Rees <d.rees.l@usa.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268794 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
aed3a871a6
remove CRs from ant and antRun scripts in the dist targets.
PR: 837
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268792 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6c0b93ef1e
Make <style> resolve stylesheet filename as relative to the projects
base directory.
PR: 603
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268791 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
f0058821de
Added requests from bugzilla.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268790 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
4888955d63
Added requests by Jay Glanville <dickon@nortelnetworks.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268789 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1ee01780c4
clarify the term filterset
Suggested by: Barrie Treloar <Barrie.Treloar@camtech.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268788 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
4053c68fd7
Make antstructure ommit tasks it cannot load properly.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268786 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
Stefan Bodewig
3f45fc1d3e
Make the whenempty attribute of zip use an EnumeratedAttribute - alows
the DTD to be stricter.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268783 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
bb97500b49
Make sure javah's outputFile attribute will be resolved correctly.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268782 13f79535-47bb-0310-9956-ffa450edef68
25 years ago