Conor MacNeill
b5aa31ebd0
Wrong date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274655 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
b198322c41
Allow tasks to be defined on the fly using scripts
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274654 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ec0ed53362
Fix hopefully bug 18956.
The code has been tested on Linux by Adam Ambrose
P4HandlerAdapter will now delegate to PumpStreamHandler
PR: 18956
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274653 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
9a177657a6
license of XmlTask was wrong, corrected from GNU to Apache
following an email of Brian Agnew
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274652 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
ca38162280
Oops.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274651 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
225ceb0626
Starting with 1.6, Concat supports filterchain.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274650 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
cdf128015b
Fix for 20499:
When a proxied task throws a build exception, or other
exception, the taskadapter reports this at
error level. This is incorrect as the
intent of taskadapter is to transparently adapt
a task, the exception should be reported
at verbose level.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274649 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
709b693771
fixes NPE on iterator causing JXPath to fail with exception if expression returns no results
PR: 20272
Submitted by: Nick Chalko (nick at chalko dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274648 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
a15bea0557
Ignore the patch file and the temporary file when checking for Copyright.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274647 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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