1020 Commits

Author SHA1 Message Date
Stefan Bodewig
435a6330e2 recommend useexternalfile="true" as first option to deal with javadoc problems. PR 41958.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@720139 13f79535-47bb-0310-9956-ffa450edef68
2008-11-24 09:20:44 +00:00
Stefan Bodewig
bee14ad0d4 allow chmod, chgrp, chown and attribute to be used outside of their native environment. PR 7624
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@714025 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 15:12:26 +00:00
Stefan Bodewig
193919c329 make sure prefix isn't set to project name in import. make sure it is set even when no target has been encountered in include.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713745 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 16:05:47 +00:00
Stefan Bodewig
c27376e220 document that <delete dir=...> doesn't play well with symlinks. PR 45742.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713671 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 07:44:31 +00:00
Stefan Bodewig
ebac984530 add an attribute that allows symbolic links to be deleted without following them. PR 36658.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713641 13f79535-47bb-0310-9956-ffa450edef68
2008-11-13 05:14:25 +00:00
Stefan Bodewig
6b2378c2e6 Make prefix separator configurable, nest prefixes in include
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713373 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12 13:53:57 +00:00
Stefan Bodewig
27b0172aac merge changes from import.html
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713354 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12 12:17:59 +00:00
Stefan Bodewig
02d1bce5d1 adapt to Dominique's feedback
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713353 13f79535-47bb-0310-9956-ffa450edef68
2008-11-12 12:16:27 +00:00
Jan Materne
f7cec58a60 Document Java bug 6442982 : javadoc crashes when finding annotations not on its classpath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713046 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 14:07:24 +00:00
Stefan Bodewig
32c6ef39e4 add an <import> variant named <include> that matches EasyAnt's <use>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713016 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 11:03:45 +00:00
Stefan Bodewig
dcf31da592 add 'as' attribute to <import> in order to control the imported target's prefixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@713005 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 09:36:51 +00:00
Jan Materne
586e5dc6ec additional example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@712948 13f79535-47bb-0310-9956-ffa450edef68
2008-11-11 05:54:58 +00:00
Stefan Bodewig
8da250af7a add some examples
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@708931 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 16:38:10 +00:00
Stefan Bodewig
47fda4e266 Add STARTTLS support to MimeMailer and use it in MailLogger and <mail>. Part of PR 46063.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@707368 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 13:13:36 +00:00
Stefan Bodewig
548fee43bf support for CVS tags as start/end in cvcchangelog. Submitted by Rob van Oostrum. PR 27419.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705646 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17 15:49:19 +00:00
Stefan Bodewig
80d45d8dbd add remote option to use rlog instead of log to cvschangelog. Submitted by Rob van Oostrum. PR 27419.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705639 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17 15:16:28 +00:00
Stefan Bodewig
ae202f6ff1 allow control over whether <concat> creates a file when there are no resources. Submitted by Mark Salter. PR 46010.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705626 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17 14:16:26 +00:00
Stefan Bodewig
a1853e2770 Make cvstagdiff work properly for multiple modules and modules with spaces in their name. Open for optimization. PR 33501.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705260 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16 15:29:42 +00:00
Stefan Bodewig
d85c862e9e support modules with space in their names in <cvs> and <cvschangelog>, will be supported in <cvstagdiff> once PR 35301 is fixed. PR 38220.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705256 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16 14:39:24 +00:00
Stefan Bodewig
ef94da3c23 allow cvstagdiff to ignore removed files. Submitted by Rob van Oostrum. PR 26257.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705241 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16 13:42:30 +00:00
Stefan Bodewig
c0fab21f2d cvs tasks don't work with arbitrary executables named cvs.exe. PR 39551.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705224 13f79535-47bb-0310-9956-ffa450edef68
2008-10-16 12:22:05 +00:00
Stefan Bodewig
1be216b5d5 Allow <mail> to ignore bad recipients. PR 36446.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704528 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 13:12:23 +00:00
Stefan Bodewig
5f81fd8011 javadoc fails if bottom/gead contain line breaks. PR 43342. Based on patch by Robert Streich.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703516 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10 16:20:54 +00:00
Stefan Bodewig
cc3962b0da Improve copy documentation, PR 45944.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703136 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09 11:29:17 +00:00
Stefan Bodewig
0a679803f0 Add a maxtime option to <get> to allow it to escape hanging downloads. PR 45181.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699324 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 13:55:26 +00:00
Stefan Bodewig
d51fbdd73d allow executable of signjar and verifyjat to be configured. PR 39189.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697133 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19 15:28:34 +00:00
Stefan Bodewig
e438a9bf89 add a fileOnError attribute to <patch>. PR 44772. Submitted by Michael Bayne.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695779 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16 09:01:21 +00:00
Stefan Bodewig
eb9ac0c388 document <ant>'s behavior when multiple nested <property>s set the same property. PR 45226.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@691102 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02 04:27:45 +00:00
Stefan Bodewig
246480ed2d allowNativeBasedir -> useNativeBasedir. Document it. PR 45711.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@690969 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01 13:40:18 +00:00
Scokart Gilles
6af68d2147 typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@690885 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01 07:37:10 +00:00
Stefan Bodewig
6a0be3bb10 Add "since 1.7.0" to pattern and format. PR 45712.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@690265 13f79535-47bb-0310-9956-ffa450edef68
2008-08-29 14:08:29 +00:00
Stefan Bodewig
c2838fbceb I think this is telling the truth now (modulo allowNativeBasedir), but does anybody understand it?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@689849 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 15:15:57 +00:00
Stefan Bodewig
46520b1e01 to be honest, there is yet another twist to basedir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@689846 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 15:06:17 +00:00
Stefan Bodewig
f70370a70a document the full beauty of how <ant> sets the basedir of the called project - related to PR 30569.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@689768 13f79535-47bb-0310-9956-ffa450edef68
2008-08-28 09:34:32 +00:00
Stefan Bodewig
ff1c8616d3 Add namespace support to echoxml. Based on patch by Joey Richey. PR 36804.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688091 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 15:18:17 +00:00
Stefan Bodewig
8aace6872e bad XML in example. PR 45668.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688050 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 10:57:37 +00:00
Stefan Bodewig
739c7e224a document backwards compatibility hack in chmod. PR 41054
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687765 13f79535-47bb-0310-9956-ffa450edef68
2008-08-21 13:58:19 +00:00
Stefan Bodewig
a9831bdcaf Add a new attribute to javadoc to allow URLs for location of offline links. PR 28881.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@687360 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 14:44:14 +00:00
Stefan Bodewig
834973f385 make sentence understandable. PR 45300.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@683953 13f79535-47bb-0310-9956-ffa450edef68
2008-08-08 12:40:30 +00:00
Jesse N. Glick
b13399b45c Fixing some broken links.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@678603 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 00:24:49 +00:00
Stefan Bodewig
53cdbd10e6 some notes on running Ant as a background process. PR 34461.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677899 13f79535-47bb-0310-9956-ffa450edef68
2008-07-18 13:09:30 +00:00
Stefan Bodewig
5019b99eb6 New attribute allows stripping of leading path spec from files before extracting them. PR 28911.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677878 13f79535-47bb-0310-9956-ffa450edef68
2008-07-18 10:51:30 +00:00
Stefan Bodewig
7d174c3426 Made up my mind on the fix for PR 35000. Empty != broken, so make it two separate use cases.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677870 13f79535-47bb-0310-9956-ffa450edef68
2008-07-18 10:13:28 +00:00
Stefan Bodewig
549fc1f687 don't trust permissions read from another ZIP file blindly. PR 42122.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677597 13f79535-47bb-0310-9956-ffa450edef68
2008-07-17 14:44:30 +00:00
Stefan Bodewig
4a1038e342 an empty central directory is fine for an empty archive
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677592 13f79535-47bb-0310-9956-ffa450edef68
2008-07-17 14:23:44 +00:00
Matthew Jason Benson
996b7048d9 tweak docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677386 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 19:25:06 +00:00
Matthew Jason Benson
37820a5018 <sql> "output" attribute now supports any Resource in addition to a file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677383 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 19:20:02 +00:00
Matthew Jason Benson
f587706860 <echo> supports an "output" Resource attribute as an alternative to "file".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677355 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 17:32:44 +00:00
Matthew Jason Benson
69d85ab035 propertyHelper info
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677346 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 17:18:02 +00:00
Matthew Jason Benson
bda4fe61b5 note on string trimming for length task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677345 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 17:17:19 +00:00