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
22 years ago
Stefan Bodewig
a9659b5c2e
spam-protect Martin Landers per his request
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274586 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
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
22 years ago
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
22 years ago
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
22 years ago
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
22 years ago
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
22 years ago
Stefan Bodewig
741b777b46
Add new builtin attribute to <propertyset> that selects certain
predefined propertysets.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274576 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9e79f648a4
Make <echoproperties> support nested <propertyset>s.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274575 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6e91f1d969
Doucument format attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274574 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5f705b8fd7
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274573 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
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
22 years ago
Stefan Bodewig
6e883af17b
Regenerate docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274570 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
8b5e371c7b
Add <rexec> to accompany <telnet> and/or <sshexec>.
PR: 19541
Submitted by: Fran�ois Rey <francois dot rey at capco dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274566 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
fc6592d9ea
Make <rpm> deal with RedHat 8+'s rpmbuild command.
PR: 14650
Submitted by: Ville Skytta <ville dot skytta at iki dot fi>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274565 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
ba33a3ed69
Add pointer to idldepend task.
Submitted by: Luis dot Pena at ses dash astra dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274563 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
3776178403
Fix broken image links
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274559 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cf0cc8dc4e
Spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274558 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
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
22 years ago
Stefan Bodewig
7cd7c4e5f8
Big VAJ changes, in particular if they have ever worked for anybody,
they probably won't do so any longer.
Make the servlets work by using IBM's servlet classes
PR: 10016
URL-encoding in <vaj*port> didn't work properly.
The VAJ tasks now support a haltonfailure attribute to conditionally
keep building even if they fail.
It is now possible to use the latest (versioned or unversioned)
edition in <vajload> by using special wildcard characters.
PR: 2236.
Submitted by: Martin Landers <landers at in dot tum dot de>
Francois Rey <francois dot rey at capco dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274553 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
adb10aa72e
Pointer to Java2HTML, submitted by Jason Shattu <jason dot shattu at java2html dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274552 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d3f2f2b687
Provide control over EOL conversion via a new attribute.
PR: 18884
Submitted by: Steve Cohen <scohen at apache dot org>
Aaron DeForest <aaron underscore deforest at rosettabio dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274541 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
373a1b8070
New German language book on Ant.
Submitted by: Jan Materne <Jan dot Materne at rzf dot fin dash nrw dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274522 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
6010455796
add a link to zipfileset in the section about types supporting references
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274520 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d8521f4685
fix a typo equivalent not euqivalent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274519 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
45cd51ce6e
Fix broken link
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274513 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
078e8aaeaa
Improve OS/2 support:
* Apparently the vmlauncher in OS/2's JDK 1.3 doesn't work properly,
disable it.
* Add REXX scripts to run Ant.
* Add OS/2 specific notes to the docs.
Submitted by: Zdenek Wagner <wagner at cesnet dot cz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274507 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Magesh Umasankar
e596d350ae
filter readers modify lineendings.
PR: 18476
Submitted by: peter.reilly@corvil.com (peter reilly)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274499 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
8ecbea1eba
Update Antenna's description.
Submitted by: Joerg Pleumann <joerg at pleumann dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274496 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
52303f0a54
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274495 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Antoine Levy-Lambert
255e1d8e86
adding index entries for subant bugrep 19181
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274486 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Jesse Stockall
9cd1c82f96
StarTeam performance enhancement
PR: 15730
Submitted by: Steve Cohen
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274485 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
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
22 years ago
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
22 years ago
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
22 years ago
Conor MacNeill
6a23425d96
Updated 1.5.3 download to remove spurious junit.jar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274476 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3f56c62d15
Documentation for the image task.
PR: 19055
Submitted by: Jan Mat�rne <jan at materne dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274472 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6476a432f0
Typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274471 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
069868a7cd
The contributors list is supoosed to be sorted - I think the locale
for collation is en_US, not sure ;-)
regen site to give Jesse and Antoine a chance to appear on the web
(you need to run ant -f docs.xml after changing the XML sources).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274470 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Christoph Wilhelms
accade670e
Changing employers again. Trying to avoid spam... Added Wolf and myself (after more then 2 years passed 8-)) to manual credits.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274469 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
52eb4a6130
Make breadcrumbs work on IE 5 for MacOS.
Submitted by: fritz <fritz at lateral dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274461 13f79535-47bb-0310-9956-ffa450edef68
22 years ago