606 Commits

Author SHA1 Message Date
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
2004-08-23 14:15:06 +00:00
Jan Materne
df70b2b9e0 Clearify the availability of nested <param>/<property> elements in <ant>/<antcall>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276767 13f79535-47bb-0310-9956-ffa450edef68
2004-08-11 09:12:37 +00:00
Steve Loughran
85f05e8b8d more tests; 'default' compiler and "" has a well defined behaviour.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276757 13f79535-47bb-0310-9956-ffa450edef68
2004-08-05 17:13:43 +00:00
Steve Loughran
fdf4bba148 rmic gets a fork option.
Most of the changes here are actually adding tests, which was surprisingly hard work.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276755 13f79535-47bb-0310-9956-ffa450edef68
2004-08-04 22:03:47 +00:00
Antoine Levy-Lambert
2d057f8007 typo
Submitted by: Yuji Yamano yyamano at kt dot rim dot or dot jp


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276717 13f79535-47bb-0310-9956-ffa450edef68
2004-07-27 05:54:51 +00:00
Matthew Jason Benson
98fd377b3b Pre-formatted comments
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276657 13f79535-47bb-0310-9956-ffa450edef68
2004-06-29 14:53:27 +00:00
Stefan Bodewig
62320f7892 turn visual markup into at least a little structural information
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276655 13f79535-47bb-0310-9956-ffa450edef68
2004-06-29 09:04:59 +00:00
Stefan Bodewig
72ebccc092 How to resolve files in imported build files by Ivan Ivanov
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276654 13f79535-47bb-0310-9956-ffa450edef68
2004-06-29 09:01:53 +00:00
Matthew Jason Benson
ad05cd8c7a Okay, maybe I was a little ambitious.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276631 13f79535-47bb-0310-9956-ffa450edef68
2004-06-24 19:37:37 +00:00
Matthew Jason Benson
c672e8778e Added multiple targets to <ant> and <antcall> using nested <target> elements.
PR: 5270, 8148, 17071, 6368, 29623


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276629 13f79535-47bb-0310-9956-ffa450edef68
2004-06-24 19:30:03 +00:00
Matthew Jason Benson
5e2008922a Merged ignoremissing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276628 13f79535-47bb-0310-9956-ffa450edef68
2004-06-24 19:22:20 +00:00
Peter Reilly
9f8254794f delete.html: add example of deleting a directory
Obtained from: Ivan Ivanov


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276597 13f79535-47bb-0310-9956-ffa450edef68
2004-06-22 14:39:36 +00:00
Matthew Jason Benson
00b218efe5 Add status attribute to <fail>. Idea/design by Aurele Venet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276588 13f79535-47bb-0310-9956-ffa450edef68
2004-06-17 20:33:13 +00:00
Matthew Jason Benson
5f9698fab4 Add ignoremissing attribute to <apply>.
PR:  29585


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276587 13f79535-47bb-0310-9956-ffa450edef68
2004-06-16 16:41:38 +00:00
Peter Reilly
9aa711ca63 Add deleteonexit attribute to <delete>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276546 13f79535-47bb-0310-9956-ffa450edef68
2004-06-08 16:19:27 +00:00
Matthew Jason Benson
2c4b09e15f Changed default tempdir to java.io.tmpdir instead of user.dir.
PR: 29391, 4590


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276532 13f79535-47bb-0310-9956-ffa450edef68
2004-06-04 18:29:57 +00:00
Peter Reilly
9ce9807430 Add a binary flag to the concat task
PR: 26312


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276496 13f79535-47bb-0310-9956-ffa450edef68
2004-05-31 08:21:02 +00:00
Peter Reilly
278074659b add implicit element to macrodef
PR:  25633


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276490 13f79535-47bb-0310-9956-ffa450edef68
2004-05-27 14:38:46 +00:00
Peter Reilly
97263e1fed macrodef manual page: the text element was described twice
also the element name description was a little confusing


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276487 13f79535-47bb-0310-9956-ffa450edef68
2004-05-26 12:25:20 +00:00
Stefan Bodewig
cd12d21761 Push fix for PR#22150 to 1.6.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276484 13f79535-47bb-0310-9956-ffa450edef68
2004-05-25 12:12:39 +00:00
Stefan Bodewig
1efa389be2 Push fix for PR#17934 to 1.6.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276482 13f79535-47bb-0310-9956-ffa450edef68
2004-05-25 11:48:20 +00:00
Stefan Bodewig
f10dfc61e6 Add docs for <indexjars>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276451 13f79535-47bb-0310-9956-ffa450edef68
2004-05-13 07:05:02 +00:00
Stefan Bodewig
a2c25511f2 Assertions require fork
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276443 13f79535-47bb-0310-9956-ffa450edef68
2004-05-11 11:46:49 +00:00
Matthew Jason Benson
f4d97c3b55 Fix echotest example.
Submitted by:	Yuji Yamano


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276437 13f79535-47bb-0310-9956-ffa450edef68
2004-05-07 18:00:43 +00:00
Jan Materne
fd7bc94892 Link Check
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276433 13f79535-47bb-0310-9956-ffa450edef68
2004-05-06 09:08:43 +00:00
Matthew Jason Benson
7665bc264e Restore Task inheritance to Exit/<fail>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276428 13f79535-47bb-0310-9956-ffa450edef68
2004-04-29 21:25:40 +00:00
Peter Reilly
1f6f45aebb Describe relative file behaviour in <import> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276426 13f79535-47bb-0310-9956-ffa450edef68
2004-04-29 10:13:17 +00:00
Matthew Jason Benson
64556cb111 <fail> accepts nested conditions.
PR: 19220


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276425 13f79535-47bb-0310-9956-ffa450edef68
2004-04-28 18:08:47 +00:00
Jan Materne
dde5818806 Missing '<' in @text-example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276411 13f79535-47bb-0310-9956-ffa450edef68
2004-04-27 05:14:40 +00:00
Matthew Jason Benson
0b7caf230a Don't tell people what you're not giving them;
it only makes them feel cheated.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276395 13f79535-47bb-0310-9956-ffa450edef68
2004-04-23 14:44:43 +00:00
Matthew Jason Benson
b6298168c9 Add resource support to <loadproperties>.
PR: 28340


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276365 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 19:29:56 +00:00
Matthew Jason Benson
4985cd8913 Removed v1.14 conflict indicator.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276362 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 17:41:27 +00:00
Matthew Jason Benson
4f4e3cc30d Add nested text support commentary to HEAD.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276360 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 15:42:34 +00:00
Matthew Jason Benson
5d9b37c5b2 Typo correction.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276359 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 15:26:39 +00:00
Jan Materne
919e3d3e56 Document the use of @{attributes} inside <attribute/> definition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276356 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 14:45:26 +00:00
Stefan Bodewig
ffce0c7253 Various typo fixes by Jesse Glick, PR: 28480
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276352 13f79535-47bb-0310-9956-ffa450edef68
2004-04-20 12:48:43 +00:00
Matthew Jason Benson
6720b4e6a5 Replaced "The".
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276338 13f79535-47bb-0310-9956-ffa450edef68
2004-04-16 22:48:18 +00:00
Matthew Jason Benson
2765e2f09f More cleanup.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276336 13f79535-47bb-0310-9956-ffa450edef68
2004-04-16 22:43:27 +00:00
Matthew Jason Benson
7287e7e704 Clarify use of the depends attribute with regard to overridden targets.
PR:  27116


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276335 13f79535-47bb-0310-9956-ffa450edef68
2004-04-16 21:21:50 +00:00
Stefan Bodewig
6dbabcb776 Add nested mappers to xslt, PR: 11249
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276322 13f79535-47bb-0310-9956-ffa450edef68
2004-04-16 08:36:01 +00:00
Stefan Bodewig
cf1b1d6359 Add RedHat S/390 hint submitted by Jack Woehr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276295 13f79535-47bb-0310-9956-ffa450edef68
2004-04-13 10:36:42 +00:00
Stefan Bodewig
c92c5c3633 Document build.clonevm
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276282 13f79535-47bb-0310-9956-ffa450edef68
2004-04-06 14:09:25 +00:00
Stefan Bodewig
adde2729f2 Clarify that antstructure isn't really that useful, PR: 27735
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276280 13f79535-47bb-0310-9956-ffa450edef68
2004-04-06 13:48:22 +00:00
Matthew Jason Benson
b0507d4451 Add <redirector>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276257 13f79535-47bb-0310-9956-ffa450edef68
2004-03-27 21:22:59 +00:00
Matthew Jason Benson
8671950c6a Added examples of using the line.separator system property in the message.
PR:  27953


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276253 13f79535-47bb-0310-9956-ffa450edef68
2004-03-25 19:18:31 +00:00
Peter Reilly
e3ce39634b Allow setting of uid and gid in a tarfileset - in addition or in place
of user and group.
PR: 19120
Reported by: Dale Sherwood


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276236 13f79535-47bb-0310-9956-ffa450edef68
2004-03-15 14:36:21 +00:00
Matthew Jason Benson
6a67ee10da Add "since" for nested <mapper>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276230 13f79535-47bb-0310-9956-ffa450edef68
2004-03-12 17:30:41 +00:00
Matthew Jason Benson
be5097ce72 Add <nice> to the manual.
PR: 26637


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276229 13f79535-47bb-0310-9956-ffa450edef68
2004-03-12 15:11:35 +00:00
Peter Reilly
c619bba33f doc fixes for javadoc
PR: 27284
Obtained from: Jesse Glick


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276206 13f79535-47bb-0310-9956-ffa450edef68
2004-03-09 15:57:31 +00:00
Matthew Jason Benson
c860131f75 Minor cleanup.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276190 13f79535-47bb-0310-9956-ffa450edef68
2004-03-03 15:03:22 +00:00