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
Erik Hatcher
26d9c6536e
oops, somehow got duplication
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272815 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
2c12227b57
move Tilly up, add JDwA
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272814 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4265a6fe9c
Add a:tdg
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272801 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
d076791934
Update jalopy entry.
Submitted by: Marco Hunsicker <development@hunsicker.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272738 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
2d85b462a2
Clean up front page - its beginning to look like the news page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272730 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
20bc8f2649
Add pointer to CVSGrab.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272722 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
6e20754044
Bring 1.5 Beta manual online
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272665 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
bd2ddfd03d
Announce 1.5 Beta 1 release in home page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272644 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
a87016010e
Bye-bye <do>...
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272628 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
0da1740420
Weblogic 7 updates
Document ejbcclass attribute
PR: 7871
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272623 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
82c53b9911
Add pointer to XmlTask.
Submitted by: Brian Agnew <brianagnew@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272610 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1f1c8ad52b
Add pointer to CleanImports
Submitted by: Tom Brus <tomb@euronet.nl>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272608 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
f09adc8427
Fix the links.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272600 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
f044914f98
Add out latest "winner" gif, and spread the news.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272599 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
04f4f5364c
Even though the enthusiasm (even to just vote) was a bit, ahem,
underwhelming, at least there weren't any overwhelming objections,
so...
Add the <do> task.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272595 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9fe0f5be4e
Directory based <javadoc>.
Two new nested elements, <packageset> and <fileset>. <packageset> is
a DirSet that points to directories which get translated into packages
if they contain .java sources, <fileset> points to sourcefiles.
<packageset> based on a patch by Daniel Ritchey <ritchey_49@hotmail.com>.
<fileset> allows you to select files in the default package as well.
PR: 6433
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272583 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
70fb06d172
Add contact info for WOProject
Submitted by: Andrus Adamchik <andrus-jk@objectstyle.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272582 13f79535-47bb-0310-9956-ffa450edef68
23 years ago