Magesh Umasankar
e7113e29d0
Remind submitters to include the ASF copyright on new files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274646 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
b1eae8e54c
ok, we all Cut 'n Paste :-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274645 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
e0afa9b0aa
Suggest using Ant to generate a patch file for Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274644 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
6784b0c0e1
Added requirement for jsse.jar for SMTP over TLS/SSL
PR: 19180
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274643 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
b91587431f
Make sure that javac source files in lists passed to external compilers
are always quoted in the default external compiler implementations
Also replace backslashes with slashes in path names containing spaces
PR: 10499 17683
Submitted by: Joe Boon (joe dot boon at cdcsolutions dot com) and
Anne Kinsella (anne dot kinsella at iona dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274642 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c5e1c21947
Revert logic that performs the <os family="win9x"/> check from "I know
all that are not win9x" to "I know all thar are win9x".
Note that the list is as authoritative, complete and real-world-tested
as my knowledge on said platform. ;-)
PR: 16611
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274641 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f82a8c58db
Log all statements in <sql>
PR: 20309
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274640 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
2f8193c6bb
config attribute added to set the location of a specific PVCS .cfg file
PR: 9752
Submitted by: Jon Dickinson (dickinson dot j at ucles dot org dot uk )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274639 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
85b2032078
changed email address of Rob van Oostrum to rob at springwellfarms dot ca
PR: 14709
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274638 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
202be1f5e1
Adds functionality that makes jboss element look for jbosscmp-jdbc.xml
descriptor if ejbjar has cmpversion="2.0" set
PR: 14709
Submitted by: Rob van Oostrum (rvanoo at xs4all dot nl)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274637 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
2bbb06868a
Support for SMTP over TLS/SSL in the mail task
PR: 19180
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274636 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
abf3432912
PR: 19897
22 years ago
Stefan Bodewig
07119705a3
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274634 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
4e2a4f9c95
fix for bug 20306 - regex handling of $ in replace string
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274633 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2ab437be31
This is supposed to be sorted ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274632 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
bca445f362
Followed Peter Reilly's suggestion and added support for the selectors
<different> and <type> in SelectorContainer and MatchingTask.
This type of changes will soon become history.
PR: 20220
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274631 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Erik Hatcher
2b980517fb
Apply patch from #20270 - adds if/unless clause to junit formatters. Submitted by Eli Tucker
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274630 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
e1fc0ae7ec
Remove dependency to JavaMail for MailLogger by using the Mailer class
and Class.forName() instead of the MimeMailer class directly
Also remove another bug in the MailLogger which would have forbidden to send plain mail
PR: 5969
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274629 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cf50c9f624
MailLogger has compile time dependency on JavaMail - at least for now
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274628 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
3de2b29bee
add peter reilly to contributors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274627 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Bruce Atherton
918f0f6af7
Finally added some documentation on the Selectors Test Framework
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274626 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
568d1d1c89
had forgotten to submit manual pages, oops
PR: 5969
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274625 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
35a33fd9bb
Implementation of SMTP-Auth for MimeMail, available through <mail/>
and MailLogger.
PR: 5969
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274624 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
ab7c90fc67
Remove split System.arraycopy that is a leftover from times where we
forced the -jar argument to be the first on the command line.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274623 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3e61552036
fix the completely broken clone() implementations.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274622 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b5bd5af059
Add a nested <bootclasspath> to <java>.
Submitted by: W. Craig Trader <craig dot trader at lmco dot com>
Do the same for <junit>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274621 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
38130f9ff1
Update documentation to reflect change in inline manifest regeneration
policy
PR: 20179
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274620 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cf93d8dfd2
There is a visible homepage for Ant-Contrib now
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274619 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
44c504d4c6
Copyright line fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274618 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
3732442442
new selector <type> allowing to sort files only or directories only
can be extended to support selecting
- is file readable
- is file writeable
- file exists
- file is hidden
PR: 20222
Submitted by: Jeff Turner (jefft at apache dot org)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274617 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
7c323045ae
Add comments about the last changes concerning the <different> selector
PR: 20205
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274616 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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