Steve Loughran
c8d28da5f8
Manifest task logs warnings: PR32190
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277015 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
6ce66f32e3
Comments about Java versions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277012 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
09966b4c39
Adjust to reality
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276998 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
b5252dc951
Adjust to reality
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276995 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
e4160c6fe5
PR: 32066: exec favours .exe over . com. Yes, it does.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276993 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
b90c4f8eca
Deprecate defaultexcludes; consistency.
PR: 31834
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276991 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
0a9a3cc1f8
ApacheCon
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276985 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
fdc903238f
Patch in PR# 21996
add a flatten to unzip.
I actually only patched in the mapper nested element support; with that the flatten attribute can only introduce inconsistency (what if you spec a mapper and flatten=true).
And the patch was modified to keep the attributes private, with a getMapper() operation for subclasses (like untar) to get when needed.
Did a bit of cleanup -especially of the unzip tests- while at it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276981 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
52045d8f59
Some words of warning - always specify -target and -source or you are lost with JDK 1.5
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276974 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
40f66c43db
Updates link to JDEE
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276960 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
7228bef97c
add failall value for onerror attribute of <typedef>
PR: 31685
Obtained from: steve morin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276950 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
49253c6238
Typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276946 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
ba92c99509
Add pointer to Antlion
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276943 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
00a70173b2
Apt docs. Also flipped the nocompile flag in name and meaning
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276939 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
c0bda1b4cc
Fed up with complaints about rmic generated code not having its source files found. Now you can turn it off.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276935 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
c3c765a2b6
Documentation fixes for PVCS task.
PR: 31582
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276927 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
68ec6c3b56
document classpathref for <typedef>
PR: 31555
Reported by: Nathan Robertson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276913 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
40cfb498fd
clarify conditional target execution logic
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276909 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
194c0d761b
update for groovy 1.0 beta 7
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276892 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
4b2db7c0ca
Add alwayslog attribute to <redirector>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276889 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e7e3a35529
Manual page for cvsversion contained incorrect attributes and did not say since 1.6.1
PR: 31408
Reported by: Andy Wood
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276883 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1c824926f4
add dependencies to external page
PR: 31367
Obtained from: Russ Gold
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276879 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
610157017c
update eclipse bundling information
PR: 31280
Obtained from: Darin Swanson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276878 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
17f55de7cf
It is a good idea to look for a different version of Ant before reporting a bug
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276876 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
e358dd716f
add in ruby examples and another groovy example
example from Cedric Beust's blog
http://beust.com/weblog/archives/000181.html
with a conversion to groovy from Sam Pullara
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276870 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Conor MacNeill
1bf93eb283
This is a FAQ by any measure.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276866 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4b7be3b84f
script doc: add judoscript example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276865 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
53d2428cb8
typepo: snipnet -> snippet
Obtained from: Jan
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276864 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
07f24b0382
script doc: Add groovy, beanshell and jython examples
Modify echo example so that it does not modify ant's task structure
(This is not a usecase we want for script).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276863 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
6e96130580
Doc for groovy jars installation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276861 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
1ef0cd4f53
update SQLC infos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276857 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
95687de294
Update netbeans bundling info
PR: 30607
Obtained from: Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276851 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
82269200f5
opps got ids mixed up in faq
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276850 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
1e6b276526
Added searchpath attribute to <exec> for searching path
variables when resolveexecutable = true. Thanks to Stefan
for having already written the path-searching code.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276847 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
961cb53ce8
docs for PR 16539
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276845 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1ddab2c141
add xmlcatalog nested element to the xmlproperty task
PR: 27053
Obtained from: David Crossley and Dave Brondsema
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276840 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6c2201f309
Clarify that the file attribute can refer to a directory as well.
PR: 31113
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276836 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4bf7ca1528
Add an example to InstantiationException
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276832 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
70b487e7b2
Add the InstantiationException: org.apache.tools.ant.Main error to the FAQ
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276831 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
9f82a6d393
Add pointer to XRN, submitted by Edouard Mercier
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276827 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
6d5ce0b168
Added SQLC to external page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276825 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Antoine Levy-Lambert
bec0971777
add a caveat concerning jython.jar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276822 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Conor MacNeill
2f92f5e232
Apply Matt's contrib changes and update Cortex to Cenqua
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276819 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
e9044f6278
Complex example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276813 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
284174e86e
Refactored Target invocation into org.apache.tools.ant.Executor
implementations.
PR: 21421, 29248
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276809 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
84bfc9dabe
Allow <move>'s file attribute to rename a directory.
PR: 22863
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276806 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
51f92f3d6d
checksum fileext property doc wrong
PR: 30787
Obtained from: Howard M. Lewis Ship
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276798 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
81b8729960
article about extending <input>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276776 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Conor MacNeill
402c918992
Missed closing tag
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276775 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Conor MacNeill
062527700b
Current Nightly builds are a little, um, stale. Don't get people's hopes up
for now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276774 13f79535-47bb-0310-9956-ffa450edef68
21 years ago