Stefan Bodewig
eeda02e875
provide magic properties to control javac
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@393282 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
935d76e2f4
sp
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@391068 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d4aa8885bb
sp
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@391056 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
dcd356a92b
PR:39027 Request to change 1.5 check to java.net.Proxy for compatibility with GNU Classpath.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@388909 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jacobus Martinus Kruithof
f4824b8ae0
38914
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@385654 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
ca49e8ec2b
make packagenames optional
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@382928 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
f2078ba20b
#38811 : support for JUnit 4.0.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381780 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
9af46a2ca0
#38799 : <junit> task should work so long as junit.jar
present in <classpath> even if not among Ant libs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@381467 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
926dbff1ab
pr38465 improved recursion detection to allow the same token on one line multiple times.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@374544 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
9a988bb81b
38458 removed log implementation of Task to allow logging from tasks outside a project. The base class has the logging behaviour we need. This does not guarantee that (all) tasks are working outside an project, but at least will not break just because of logging.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@374482 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
bd8be1a39f
make sure classloader cleans up resources in any case, PR 38260, submitted by Stephan Michels
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@373714 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
724483eec5
Bugzilla 37426
Submitted by Maarten Coene
<junit> task doesn't print all the Test names when using forkmode='once'
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@370591 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
b13256ba3a
bug #38245 ; sql broken on Ant1.7; added expandProperties attribute to expand properties in SQL statements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368466 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
c141e2c273
support failonerror when file locked or similar issue. Bugzilla report 38175.
Submitted by Georges-Etienne Legendre.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@367316 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
9a672c0324
A bug in SQLExec would prevent the execution of trailing,
non-semicolon-delimited statements. Bugzilla Report 37764.
Submitted by Dave Brosius.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@360155 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
7917d87521
#38056 : NPE when using presetdef under obscure circumstances.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@359329 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
2ddb16472e
added the inline handler element to the input task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@359317 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
3fb7be5f43
added the onmissingfiltersfile attribute to filterset. Bugzilla report 19845.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@359262 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
2c04265ceb
add the resourcesmatch condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358863 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
bc6cf071ab
add textfile attribute to filesmatch condition.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358828 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
89dda67cd7
document GreedyInputHandler
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@358635 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
a5e27b42aa
document fix for 37958
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@357713 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
4e7f82aede
<echo> gets encoding support. I cannot believe we never noticed this was missing. Wherever I have been echoing out XML, I have been creating encoding bugs waiting to surface.
Also, echoxml closes its file handles.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@356356 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
b2e7f775de
Added PR 37777 and 37765 in WHATSNEW
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@354216 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
596831cb7f
Fix for Bugzilla 13655. Thanks to Simon Law. Proper return code for ant.bat
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@354209 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
03d6016910
fix setMapper method. PR# 37760
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@354190 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
5c23d3d1ca
new task loadresource
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348914 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
39e2e62655
EmailTask was eating SMTP error messages. Bugzilla report 37547.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348538 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
db060df3c3
add filenamemapper support to <xslt>.
Bugzilla 37604. Submitted by Maarten Coene.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348509 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Dominique Devienne
29435d2c47
Add new manifestclasspath core task. Make BuildFileTest call tearDown target automatically in build file test if one is defined.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348500 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
c16fd3f130
> 1 ssh invocations to a given host would fail. Bugzilla report 36207.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348465 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Dominique Devienne
317a5f4565
Wrap to 80 cols and re-indent.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@348461 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
f6af37217e
PR 37546:
Use alternative names for the compiler argument line.
(If modern is specified in javac and javac1.5 is used,
and for javac1.5 a command line is specified, but no
command line is specified for modern, the javac1.5
command line will be used, if no javac has been specified
and javac 1.4 is used and a comman line is specified for
modern, the command line specified for modern will be used,
etc.)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@345766 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
c4ad42ed39
fix for bug report 37348
encode non ascii characters in FileUtils.toURI()
this allows to process XML documents with System entities
housed in non ASCII paths.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@345141 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
f3eed91811
update of library releases
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@332494 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
2569671598
Fix for 37341
cache of filterHash must also be invalidated if a file is read, not only if a single filter is added.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@330652 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
642fd3b8ce
bugzilla 37184: multiple calls to addlistener for introspection helper objects
reporter: Frank Harnack
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@328081 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
c6e453b42b
solve problem refering jars specfied by Class-Path attribute in manifest of a ant task jar file, when this ant task jar file is located in a directory with space. Bugzilla Report 37085.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@327062 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
65d50bad90
Bugzilla 30962. cvschangelog problem with CVS version >= 1.12.x
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326723 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
c936bb8dc2
Updated reference to cvs website bugrep 36854
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@292956 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
edc401befe
Document fix for:
PR: 36302
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278546 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
4806c26862
Incorrect argument used for version label in PVCS task
PR: 36359
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278544 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
c5c26543a4
bug #36171 ; -noclasspath crashes ant if no system classpath is set.
submitted by Benjamin Burgess
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278540 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
2b1c5eb896
updated
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278533 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
84bb23262f
bugrep 36226 : error and failure pages.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278523 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
b31c3d79f0
Add java1.5 system proxy support, as per bug 36174.
I do not see any evidence of this working on my kde/linux system; I will check out and test on Windows.Other tests on other platforms welcome.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278520 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
760ab74bbb
Because I got fed up of trying to remember when I last ran a build from a particular command line. Did some constant extraction on the commons/log4j listener while I was in the directory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278517 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
95f1ef12ab
missing quote and a missing change.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278473 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
0472359545
PR:35824
Adding removed public methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278470 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
44564adf2b
-breakiterator has been promoted, PR 34580
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278458 13f79535-47bb-0310-9956-ffa450edef68
20 years ago