Stefan Bodewig
8b8ee0cc2f
Add FAQ contributed by Henri Gomez <hgomez at apache.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273343 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6f5a6677ff
Create FAQ on the Ant 1.4, Windows XP, JDK 1.4 problem and mention the
workaround confirmed by Curt Wilhelm.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273342 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
a224472075
Add pointer to Karthik Kumar's doxygen task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273341 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
de3b69c37a
typos in docs.
PR: 12906
Submitted by: dan at rollocos.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273336 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
c4b1bed3b6
rolling back feature support, but retaining the extra explanation text under existing examples
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273314 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2807b6e3f6
New <isreference> condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273309 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
2479f91a7a
Feature support from Nick Pellow, nick.pellow@mindmatics.de.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273307 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
d9128d1e5c
JUnit 3.8.1 has been released
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273303 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f0c70acd8f
Make cvstagdiff inherit from AbstractCvsTask
PR: 12119
Submitted by: Rob van Oostrum <rvanoo@xs4all.nl>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273295 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
fdc1b0264f
Add announcement of 1.5.1beta1 on main page, fix a typo in
replaceregexp docs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273293 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7f2af7960c
<tag /> ---> <tag/>
remove some stray CRs
fix some typos
Submitted by: Larry Shatzer <Larry.Shatzer@Spirent.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273291 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
2f4ff0ab93
Announce 1.5.1 Beta1 release in antnews
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273289 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c0287b1df8
Replace > with > where appropriate.
PR: 12193 and 12195
Submitted by: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273287 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
fbd0560ebc
fixed binary for those of you non-Mac OS Xers :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273278 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f2f144446e
Show all command line options of Ant and fix a typo.
Submitted by: Larry Shatzer <Larry.Shatzer@Spirent.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273277 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1259545cbe
Upgrade to JUnit 3.8 and Xerces 2.1.0.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273270 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
bc718c9348
Add a link to ant eater.
Submitted by: jefft@apache.org (Jeff Turner)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273251 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
130a54050b
Make <arg line="''"/> closer to what a shell would do.
PR: 5906
Don't use <arg line="..." />!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273209 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
a996eeb23b
MailLogger documentation patch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273201 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ba4dc28a81
add copyright line, remove stray ^Ms
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273198 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Bruce Atherton
71c6478591
Added a check on Property names using the "if" and "unless" attributes
23 years ago
Stefan Bodewig
f7cf153214
Fixing some typos - has been submitted as part of
PR: 11056
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273186 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e9029b083b
Shell snippet that autodetects Emacs' compile mode and then passes
-emacs as well as build.compiler.emacs to Ant.
PR: 11056, 11057
Submitted by: Ville Skytt� <ville.skytta@iki.fi>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273184 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1e5fa0492b
<war> and <ear> have the duplicate attribute, too.
Submitted by: Larry Shatzer <Larry.Shatzer@Spirent.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273182 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
af97c64cb1
Make <project>'s default attribute required to stop the sky from falling.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273163 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5c0429c7ac
Fix broken link.
Submitted by: Trevor Fields <fields_t@ociweb.com>
Add pointer to AntDoc.
Submitted by: Edouard Mercier <antdoc@noos.fr>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273151 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2db614f7f8
Add pointer to jMetra.
Submitted by: Todd Newton <Todd_Newton@notes.ntrs.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273148 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e69f35fd22
Merge changes from 1.5 branch to HEAD.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273143 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
fc6a4383fa
* Add encoding attribute to <loadproperties>
* Remove dependency of <loadproperties> on StringInputStream
* Modify StringInputStream to support encoding
* Note that StringInputStream is not being used by any other Ant classes - the sole consumer was LoadProperties which no longer uses it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273132 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
a7c30f4d0b
relocating Appendix E
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273119 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1c960e7c14
Allow target-less build files by
(1) making project's default attribute optional.
(2) don't run executeTarget(s) if not asked for one
Adapt documentation and <antstructure>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273111 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
98f202ddd0
Provide download for Cygwin-fixed ant wrapper script and announce it.
PR: 10664
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273109 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2b442b9b9f
merge from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273108 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
5fa2b3cd64
trax factory settings are now configured within a <factory> element.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273104 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
0dd749e0a9
PR: 10728
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273098 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5d7a971848
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273096 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
dad32bdae0
Typo.
PR: 10736
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273094 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
1e8307708d
Allow to specify a given factory implementation for the transformer
(xsltc, xalan, saxon...) and to specify processor specific settings.
TraxLiaison has been completely refactored because the factory
needed to be created once everything was set up.
I don't think it is final state since it might be better to specify factory attributes
and element in a <factory> element rather than how it is now.
XSLTProcess starts to bevery difficult to read with all the inner classes as well...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273089 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
395544ee50
Doc updates for announcing the 1.5 release.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273084 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
da5a13f8e4
Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273081 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ee204741ec
Pointer to PMD.
Submitted by: Tom Copeland <tom@infoether.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273040 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
8f81897343
Announce Ant 1.5 Beta3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273020 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
92ab6f09f8
AntRunner is now hosted at sourceforge
Reported by: dirk.schnelle@web.de (Dirk Schnelle)
PR: 9988
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273002 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
6bd8d6e938
Merge changes made to 1.5 Beta2.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272967 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
270394a09f
Extend the range of options ANTLR task is able to deal with
Submitted by:
Stephen Chin, aphid@versionablestore.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272941 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
244d3009de
License change for Eclipse
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272939 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b83132393d
Add entries requested by Susan Iwai <sjk_iwai@yahoo.com> and Brendan Humphreys <brendan@cortexebusiness.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272871 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2aad5f9f54
recursively expand filter tokens.
PR: 9378
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272867 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
5b320cdc20
Keith Wannamaker's classpath patches to jspc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272843 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
ca91f8cb7e
Merge changes made to 1.5 Beta1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
23 years ago