Stefan Bodewig
bd52e7b9b1
allow targets to deal with missing extension points. PR 49473. Submitted by Danny Yates.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957170 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
047941f031
don't warn about multiple versions of Ant if the CLASSPATH entries really point to the same JAR. PR 49041
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955909 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
3ac732f3fa
Support wildcards in CLASSPATH. PR 46842. Based on patch by Mike Murray.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955896 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
95a34b0a28
some more tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955633 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
befb30e400
Java 1.4
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955506 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
9cde786c6e
use a better approach to encode CDATA end markers in CDATA sections as suggested by Mark Lassau and Wikipedia. PR 49404
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955226 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
fb2d2b20ba
use a more robust approach that doesn't rely on stream redirections
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955166 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
3f4cb68def
resolve properties defined via -propertyfile against each other. PR 18732
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@954939 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
f8f45e9f02
unconditionally encode & as & in DOMElementWriter. PR 49404
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@954802 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
3209b4182f
allow file names to be 'fixed in case' on Windows. PR 41948
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@954785 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
458b692409
#49418 : produce HTML output for stdout/stderr from <junitreport> to declare encoding.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@954484 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
1e1f933a7f
Seems to be necessary to build ant-junit4.jar separately.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953840 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
6424390970
#49430 : trying to work around NIO bug in JDK 1.4.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953809 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
114d55869f
#34748 : run individual test methods.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953761 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
b0b920b08f
<javac> faild for long command lines on OS/2. PR 49425. Submitted by <dmik DOT for MINUS maillists AT hugaida DOT com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953594 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
d73ff2cc6f
remove redundant assertions, they are already contained in testantOnRemoteShare
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953381 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
d1e73735ee
test failed on Windows
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953375 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
af9defd74a
Test failed on Windows, don't know why I never noticed before
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953366 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
6a87b53fcb
don't scan directories that are excluded recursively - this used to be done everywhere except for the (most common) case where the directory itself was not explicitly included. PR 49420
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953281 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
436200f3e3
provide file name when you fail to delete the temporary file. PR 49419
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953261 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
7a1ed77a08
try a little harder when deleting temporary files in <junit>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953257 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
e052e5e8dc
some JUnit tests to verify/falsify http://mail-archives.apache.org/mod_mbox/ant-user/201006.mbox/%3C28829117.post@talk.nabble.com%3E
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953046 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
0accb98c9c
failing test for issue 49404
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@952674 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
35bcdc15f7
Use System.getenv where available. Faster and more reliable than /usr/bin/env and its ilk.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948853 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
af5b94e9d9
drop version check now that ant-nodeps.jar has been removed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948667 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
a341fc03e5
Merging ant-nodeps.jar into ant.jar.
Not at all sure that the POMs are now correct; very hard to tell with a monolithic source tree.
Consolidation in manual to follow.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948562 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
27bd9990f4
Apparent typo.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948561 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
c8902947aa
JMF no longer needed since javax.sound is in JDK; suggesting fetch.xml for nonstandard deps.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948558 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
18a4492f12
Can now compile against regular JDK.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948556 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
96d124bbb1
1.1.3 is the version currently downloaded.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@948555 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
f7d47f6b71
Continued spelling fix from 947340.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@947689 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jacobus Martinus Kruithof
c78b5d0baa
fix spelling error in var name
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@947340 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jacobus Martinus Kruithof
4fd2002344
pr 49326. Sun JVM tries to mmap the entire file during a copy. For large files this is not feasible. We now explicitly request to copy at most 16 MiB per request.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@947339 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
969aeca238
merge fix for PR 49296
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@945041 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
92663dfd6a
ftp download fails for certain setups. PR 49296. Based on patch by Kristof Neirynck
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@945039 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
3fb4745e70
<checksum>'s totalproperty doesn't work with repeated file names. PR 36748
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@945023 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jacobus Martinus Kruithof
17c956a192
Pr 49279, DemuxInputStream.read() should return unsigned values
(mandated by contract of InputStream)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943929 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
a26365ccc4
<xslt> ignores classpath when defaulting to TraX. PR 49271
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943143 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
fedabb5532
JDK 1.4
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943087 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
fdbe8c9fe5
try to make javamail use the specified port even when using SSL. Bugzilla Report 49267
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943074 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
8bc8b6357e
testcase for concat's overwrite attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943072 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
6b0cc9488e
wrong assignment after I renamed the parameter. Unfortunately there doesn't seem to be a testcase that catches the error
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943070 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
c83bf3257f
deal with read-only dest files in echo and concat.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943068 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
508bb0dae1
Make <move> behave consistently for read-only destinations. PR 49261
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@943056 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
35e9c976ac
be consistent when it comes to overwriting read-only files, add an option to do just that to <copy>. PR 49261
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@942752 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
c9c4a2ce8d
adapt to version change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@942680 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
b00f385f72
bump version
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@942284 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
63b2599798
testcase for PR 49261
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@942085 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jan Materne
da109667b5
typo; thanks to Jean-Baptiste Nivoit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@940377 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Antoine Levy-Lambert
9f96b52f96
preparation for ant 1.8.1 build
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@939839 13f79535-47bb-0310-9956-ffa450edef68
15 years ago