Antoine Levy-Lambert
88e204df81
Make ignoreFileTimes default to true in DifferentSelector to preserve backward compatibility
in the behavior of the selector and also make the selector more user friendly.
One expects that most users want to ignore file timestamps.
PR: 20205
Submitted by: Jeff Turner (jefft at apache dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274615 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
cc260a7562
Allow to nest the DifferentSelector using the tag <different/> directly inside filesets
PR: 20220
Submitted by: Jeff Turner (jefft at apache dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274614 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
2649f00fd4
added new task p4labelsync
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274613 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
750031ae84
New p4labelsync task - update in documentation of Perforce tasks
PR: 18431
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274612 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
cbab0d07f9
While reviewing this contribution, I saw that the original test in line 120
of DifferentSelector.java :
if(sameDate && !ignoreFileTimes) {
return true;
}
was wrong. I changed it to if (!sameDate) {
return true;
}
Also, DifferentSelector has no Junit test yet, this should be done.
PR: 20205
Submitted by: Jeff Turner (jefft at apache dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274611 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
bbb51e6d34
pull in Antoine's comments on cygwin from 20144 as they were too profound to not add to the docs :)
Note also this is my first commit from my new Linux box and SmartCVS, so it may not work first time.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274610 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
223af50bbc
simplify patch a little further
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274609 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
bd578f489a
Load formatter from user specified classpath - even in the timeout case.
PR: 19953
Submitted by: Mariano Benitez <mariano at fuegolabs dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274608 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ed475344e7
NonStop Kernel is Unix as far as Ant is concerned.
<attrib> doesn't like to be called with parallel.
<chgrp> and <chown> should also disable the addsourcefile attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274607 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
8a2fee91ba
What has been -traceTreeWalker in ANTLR 2.7.0 has become
-traceTreeParser in 2.7.2
PR: 20020
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274605 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
c87d8a40d4
Update proposal to remove RfR and add subproject creation clause
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274604 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
aa84db80b7
Add pointer to CMSDeploy.
Submitted by: Maso Gato <rgato at soluziona dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274603 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
3f994d24f6
New signature by ct magazine that may give my sig more trust with German users 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274601 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
84bb508794
Fix self assignment - PR: 19288 - Submitted by: Thierry Lach
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274599 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
75c69a9d33
spam-protect Francois Rey per his request
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274598 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Bruce Atherton
9a7b3b191c
Fixed typos and made capitalization more consistent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274597 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b3e94490f5
removeLeadingPath didn't work as expected when trying to remove a path
from itself.
PR: 19979
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274596 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5670f30a85
revert funny reformatting accidentially introduced with last commit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274595 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 years ago
Stefan Bodewig
f24b9340dd
Remove directories explicitly matched with includes.
PR: 11732
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274593 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c9f232a4f9
Don't remove basedirectories of <fileset>s that just happen to be
matched completely.
PR: 18886
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274592 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
48b5c5c2b5
Actually, the test for 18886 was supposed to work as is, this is a better test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274591 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6349d03555
Disable currently failing move tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274590 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
651d6a52eb
Demonstrate bug 18886
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274589 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f8269f189b
Demonstrate bug 11732
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274588 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
Stefan Bodewig
f6aee884e9
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274583 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
Stefan Bodewig
c8a0d86217
fix @since tag
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274580 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
2e6fb28f46
Provide more feedback while <get>ing in verbose mode
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274577 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
Antoine Levy-Lambert
a571a7b97b
modified Project.java and ComponentHelper.java in the antlib proposal to
reflect the last changes in the main branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274568 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
1783eaa89e
documentation about the antlib proposal and related questions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274567 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