Stefan Bodewig
aea2b0caa4
Make sure bootstrap.sh runs in a clean environment by removing build/classes.
bootstrap.bat already had this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268849 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
bdc051741e
documentation for the optional <starteam> task.
Submitted by: Matthew Di Iorio <MDiIorio@iss.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268847 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
52d6ae21d8
requests by Thomas Leonhardt <leonhardt@informatik.tu-darmstadt.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268846 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
19ac8e9bb5
requests from Tim Vernum <Tim.Vernum@macquarie.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268845 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Peter Donald
e92e092944
Added request for sequence functionality in depends.
Submitted By:
"Alexey N. Solofnenko" <trelawny@pacbell.net>
and
Tim Vernum <Tim.Vernum@macquarie.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268844 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
1d920d92e8
Changes to the Forte entry.
Submitted by: Jesse Glick <Jesse.Glick@netbeans.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268843 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
5e6db292fe
Add Martin's Configure Task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268842 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
b31472d21f
Make the AntClassLoader load resources in the same order as it currently
loads classes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268841 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ad4c56763e
removed TODO - three of four points have already been implemented and
the remaining one falls into the TaskExecutionEngine category of
requested-features.txt.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268840 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
020e9c358a
request by Thomas Leonhardt <leonhardt@informatik.tu-darmstadt.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268839 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
879c6ac9ba
request by Marvin Greenberg <MGreenberg@Eidea.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268838 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
70415e6407
request by Rob Oxspring <roxspring@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268837 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
9ce79a37c1
Task request by Lutz Epperlein <epperlein@opix.de> and
Julian gosnell <Julian.Gosnell@ubsw.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268836 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
26c549d47d
requests by Kenneth Albert Liu <kenliu@lucent.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268835 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
9378601a45
adapt to new Anakia version
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268834 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
8df265fd9f
Changed the <chmod>s and <fixcrlf>s.
(1) Make the files and directories we create accessible to anybody on Unix.
(2) Change permissions for the Perl script as well, so that it becomes
executable.
(3) Add or remove CRs from Perl script and .java files according to
the current paltform.
PR: 698 - for part (1)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268833 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b806dbf97e
Added "" - the basedir itself - to the list of included directories,
if it matches.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268832 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
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