677 Commits

Author SHA1 Message Date
Antoine Levy-Lambert
944ad04200 Removed ignoremissingbuildfile, following a remark of DD (Dominique Devienne)
in bugzilla.
fileset(s) should be used in the case where some directories do not contain a build file.
PR: 18715


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274606 13f79535-47bb-0310-9956-ffa450edef68
2003-05-22 07:27:51 +00:00
Stefan Bodewig
ecf85b3eb6 Update docs of tasks that inherit new features of <apply> - PR: 20079
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274602 13f79535-47bb-0310-9956-ffa450edef68
2003-05-21 08:55:35 +00:00
Antoine Levy-Lambert
ea42c65bec changes in subant mainly concerning iterations done inside a dirset
new attributes ignoremissingbuildfiles and genericantfile
genericantfile allows to run the same build file with different base dirs
it is not compulsory any more to set the attribute target to quote quote to run the default target
PR: 18715
Submitted by: Andreas Ames (Andreas dot Ames at tenovis dot com)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274600 13f79535-47bb-0310-9956-ffa450edef68
2003-05-21 07:27:26 +00:00
Stefan Bodewig
194f9cafed Make <copy>'s failonerror attribute swallow exception while copying as
well.
PR: 12999


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274594 13f79535-47bb-0310-9956-ffa450edef68
2003-05-19 15:37:31 +00:00
Stefan Bodewig
0d7f1ce40f You can now limit the parallelism of <apply> and <chmod> by using the
new maxparallel attribute.
Submitted by:	Frank A. Hunleth <fhunleth at cs dot wustl dot edu>
used in build.xml to fix PR: 17640

With the new addsourcefile attribute, you can make <apply> ommit the
source file names from the command line.
PR: 13654

<apply> and <chmod> now support nested <filelist>s as well.
PR: 15929

<apply> and <chmod> will display a summary if you set the new verbose
attribute to true.
PR: 19883


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274587 13f79535-47bb-0310-9956-ffa450edef68
2003-05-19 12:18:08 +00:00
Stefan Bodewig
ae4c060035 Skip <input> if it is asked to set a property that has already been set.
PR: 19967


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274585 13f79535-47bb-0310-9956-ffa450edef68
2003-05-16 09:22:29 +00:00
Stefan Bodewig
f0c61ad2f5 <javac>'s executable attribute can now also be used to specify the
executable for jikes, jvc, sj or gcj.
PR: 13814

<javac> has a new attribute tempdir that can control the placement of
temporary files.
PR: 19765

A new magic property build.compiler.jvc.extensions has been added that
can be used to turn of Microsoft extensions while using the jvc
compiler.
PR: 19826
Submitted by:	Joseph Walton <joe at kafsemo dot org>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274584 13f79535-47bb-0310-9956-ffa450edef68
2003-05-15 12:44:01 +00:00
Antoine Levy-Lambert
27b9f24bf2 implemented replyto in the EmailTask and the MailLogger.
I have implemented it similarly to the other lists of email addresses (To, CC, Bcc)
because it might actually be easier that way
We might still need a generic parameter collection for other header elements
PR: 19141
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274582 13f79535-47bb-0310-9956-ffa450edef68
2003-05-15 11:30:27 +00:00
Antoine Levy-Lambert
8d0a7dc50a added an example usage of subant with propertyset - request of Dominique Devienne
PR:19181


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274581 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 20:19:14 +00:00
Antoine Levy-Lambert
409a78c704 change the example provided in the subant documentation to subant on a
fileset without failonerror, rather than a subant on a dirset
Submitted by:	Dominique Devienne


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274579 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 15:04:07 +00:00
Stefan Bodewig
05a1f53cbd Similar to PR: 10499, filenames passed in via @argfile needs to be
quoted if they contain spaces in JDK 1.4's javadoc.
PR: 16871

Enable usage of standard tags in <tag> by making description optional.
PR: 18912

Support the -noqualifier switch.
PR: 19288

Add nested <arg> as a more convenient alternative to additionalparams.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274578 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 15:01:12 +00:00
Stefan Bodewig
5f705b8fd7 typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274573 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 11:58:18 +00:00
Stefan Bodewig
f24fd222dd failonerror in <copy> has learned some new tricks a while ago
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274572 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 11:53:41 +00:00
Stefan Bodewig
3f301fd4e5 Remove *encoding attributes from <sync> as they are meaningless when
we are not filtering in <copy>.

Add documentation for <sync>.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274571 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 11:52:08 +00:00
Antoine Levy-Lambert
91a4658afb added a merge point in xdocs for SubAnt and regenerated corresponding manual page
PR:19181 docs of subant task


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274569 13f79535-47bb-0310-9956-ffa450edef68
2003-05-14 09:57:38 +00:00
Stefan Bodewig
1b88e53674 Add documentation for propertyset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274564 13f79535-47bb-0310-9956-ffa450edef68
2003-05-12 15:19:18 +00:00
Stefan Bodewig
cf0cc8dc4e Spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274558 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 13:41:04 +00:00
Stefan Bodewig
06880eabdd outputencoding and fixlastline attributes for <concat>
PR: 12511
Submitted by:	Peter Reilly <peter dot reilly at corvil dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274557 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 13:32:07 +00:00
Stefan Bodewig
f1bc629e34 A new task that allows users to modify the list of default excludes.
PR: 12700
Submitted by:	Gus Heck <gus dot heck at olin dot edu>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274554 13f79535-47bb-0310-9956-ffa450edef68
2003-05-09 12:10:36 +00:00
Antoine Levy-Lambert
295ea16dac allow to set a property with the exit code of java bugrep 19099 submitted by Donal Quinlan (donal at savvion dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274500 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 22:12:53 +00:00
Stefan Bodewig
51fa6c6e41 Some improvements on "you need cvs in your PATH".
Submitted by:	Chris Reeves <chris.reeves@mindspring.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274497 13f79535-47bb-0310-9956-ffa450edef68
2003-04-22 15:31:03 +00:00
Jesse Stockall
112f211279 Syntax error
PR: 19186
Submitted by: Chris Reeves


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274487 13f79535-47bb-0310-9956-ffa450edef68
2003-04-21 07:07:08 +00:00
Antoine Levy-Lambert
bddaffe76d allow to define ZipFileSet(s) outside of Zip task bugrep 17007
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274481 13f79535-47bb-0310-9956-ffa450edef68
2003-04-18 22:02:59 +00:00
Antoine Levy-Lambert
416d46165b add international support for mailtask - bug report 15434
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274480 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 17:09:35 +00:00
Stefan Bodewig
39b1929142 Add linksource attribute to Javadoc.
Submitted by:	<smagoun at mac dot com>

Add breakiterator attribute to Javadoc.

PR: 11569


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274479 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 13:41:25 +00:00
Stefan Bodewig
80bf50a177 Add destfile attribute to <gzip> and <bzip2>.
PR: 11102


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274478 13f79535-47bb-0310-9956-ffa450edef68
2003-04-17 13:09:19 +00:00
Stefan Bodewig
ee260aac02 Indicate default for update attribute, Bug 18949
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274433 13f79535-47bb-0310-9956-ffa450edef68
2003-04-11 13:31:18 +00:00
Stefan Bodewig
5877089485 Fix <signjar>'s documentation (jar attribute is not required).
PR: 18876

At the same time fix the broken "do I have fileset child elements"
check and warn users if nested filesets are ignored.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274427 13f79535-47bb-0310-9956-ffa450edef68
2003-04-10 06:37:57 +00:00
Stefan Bodewig
2652cf805d Clarify docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274421 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 14:31:47 +00:00
Stefan Bodewig
e4041a1245 Provide user control over Statement's escape processing.
PR: 18822


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274417 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 13:15:31 +00:00
Stefan Bodewig
d9ac8e5986 Document <input>'s defaultvalue attribute.
PR: 18717
Submitted by:	Jan Mat�rne <jan at materne dot de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274406 13f79535-47bb-0310-9956-ffa450edef68
2003-04-07 16:05:57 +00:00
Stefan Bodewig
b719b19b85 Sync docs with new functionality.
Submitted by:	Rob Anderson <Anderson dot Rob at vectorscm dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274394 13f79535-47bb-0310-9956-ffa450edef68
2003-04-04 08:50:07 +00:00
Stefan Bodewig
5e0752cf2f merge from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274346 13f79535-47bb-0310-9956-ffa450edef68
2003-03-28 15:03:55 +00:00
Stefan Bodewig
2864cede94 files attribute splits at spaces as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274345 13f79535-47bb-0310-9956-ffa450edef68
2003-03-28 15:02:53 +00:00
Stefan Bodewig
88dcebf815 Various <concat> enhancements.
PR: 18166
Submitted by:	Peter Reilly <peter dot reilly at corvil dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274341 13f79535-47bb-0310-9956-ffa450edef68
2003-03-28 12:41:01 +00:00
Stefan Bodewig
c84425e271 Add outputencoding attribute to <copy> and friends.
PR: 18217


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274328 13f79535-47bb-0310-9956-ffa450edef68
2003-03-27 16:32:19 +00:00
Stefan Bodewig
4f509c65b0 Not only the absolute paths
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274325 13f79535-47bb-0310-9956-ffa450edef68
2003-03-27 13:22:33 +00:00
Stefan Bodewig
21eb88b560 Add a forwardslash attribute to <apply>
Submitted by:	Zdenek Wagner <wagner at cesnet dot cz>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274322 13f79535-47bb-0310-9956-ffa450edef68
2003-03-27 13:14:31 +00:00
Steve Loughran
3bf298063b manual insertion of xdocs pages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274316 13f79535-47bb-0310-9956-ffa450edef68
2003-03-26 17:55:37 +00:00
Stefan Bodewig
98e20365eb 2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274304 13f79535-47bb-0310-9956-ffa450edef68
2003-03-24 08:05:42 +00:00
Conor MacNeill
709e8bb7a2 Add manifest encoding options to control the encoding used to read in
manifests

PR:	17634


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274301 13f79535-47bb-0310-9956-ffa450edef68
2003-03-22 09:39:46 +00:00
Stefan Bodewig
ee990e4e82 Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274298 13f79535-47bb-0310-9956-ffa450edef68
2003-03-20 09:14:41 +00:00
Stefan Bodewig
1bfbc041c7 Merge fix for bug 14697 from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274282 13f79535-47bb-0310-9956-ffa450edef68
2003-03-19 09:11:57 +00:00
Stefan Bodewig
4bfc6d0dff Merge fix for bug 17293 from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274280 13f79535-47bb-0310-9956-ffa450edef68
2003-03-19 08:54:08 +00:00
Stefan Bodewig
d02db89e8b Merge fix for bug 17952 from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274276 13f79535-47bb-0310-9956-ffa450edef68
2003-03-19 08:33:27 +00:00
Stefan Bodewig
49cd2040d5 Merge fix for bug 18053 from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274273 13f79535-47bb-0310-9956-ffa450edef68
2003-03-19 08:26:58 +00:00
Stefan Bodewig
f624f1bf4d Add support for HP's NonStop Server (formerly known by several names,
including Tandem).

Submitted by:	Mirko Zeibig <Mirko dot Zeibig at t dash systems dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274262 13f79535-47bb-0310-9956-ffa450edef68
2003-03-14 16:01:04 +00:00
Steve Loughran
c3e4e83956 point out that CVS is a requirement
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274214 13f79535-47bb-0310-9956-ffa450edef68
2003-03-10 07:04:24 +00:00
Stefan Bodewig
39939945cc Fix ambiguity in the manual
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274210 13f79535-47bb-0310-9956-ffa450edef68
2003-03-07 14:48:52 +00:00
Erik Hatcher
96cf0f7848 #17142 - enhance Javadoc tag element to allow a fileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274196 13f79535-47bb-0310-9956-ffa450edef68
2003-03-05 03:03:11 +00:00