Stefan Bodewig
51446ae680
Resources#toString relies on cache too much. PR 49588
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@963687 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
f92367d75e
regenerate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962988 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
7533471c83
add pointer to Commons Config Tasks - submitted by Nathan Dunn
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962987 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
056c4a96b4
remove author
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962984 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
4743b55ae0
move POM used by Gump to Gump's part of the ASF repository
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962492 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
87fe422628
multiple parallel mkdirs could make each other fail. PR 49572
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962483 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
a3b7ed9f76
JUnitTaskTest.testFailureRecorder failure (on JDK 1.4) after rev 960931.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@961380 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
cb33b4f823
Hackish way of making NetRexxC.jar available to the Maven build without using a public repo.
Easy enough to run fetch.xml during Maven build, but complicated by fact that
system-scope dependencies are checked for existence before plugins get a chance
to run. Also complicated a bit by the fact that adding a plugin dependency to
maven-antrun-plugin (on commons-net:commons-net:1.4.0) does not seem to suffice
to let Ant load the <ftp> task (which does not support nested <classpath>).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960950 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
8de81028e4
Fixing various dependencies, mostly from FindBugs, some from the NetBeans editor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960931 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
32c1f6a73f
JAI is in fact available in a nondefault public Maven repository, so use that.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960917 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
b9e6d155bd
relocation is causing different problems
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960770 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
28816bd67f
a POM to help Gump - Ant 1.6.5's POM lacks a dependency on ant-launcher
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960574 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
ce8969a8d1
simplify fix for PR 49373
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@959177 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
fe0fba57df
new handling of attributes breaks BWC
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@959176 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
0c20e94ffb
revert local change that should never have been committed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@959175 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
62c16a4a5d
address efficiency concerns
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@959173 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
f67b8649e8
reinstate prefix handling of property task at the expense of even more state in a thread-unfriendly class and with a new attribute on two tasks to make everybody happy. PR 49373.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@959019 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
9b19344ae6
properly encode whitespace in attribute values
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@958857 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Nicolas Lalevee
74f2e55f3c
make the flush of the error stream actually flush
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@958704 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Nicolas Lalevee
cf0368cc6d
Fix a perf issue with <restrict>: it now loads only necessary resources
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@958669 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
c531cbd6e9
Make 'mvn clean test-compile' finish, though tests when run still have a lot of failures.
(As usual, we suffer from a lot of complexity due to the monolithic source root;
include/exclude lists in POMs are surely still far from accurate.)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957607 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
1af339b70f
Added display names to POMs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957594 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
e30d3c24ff
Record location of Hudson job in POM.
(For example, NetBeans can use this to automatically display build results when project is open.)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957585 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
7e08650263
document <touch>'s limitations. PR 47821
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957444 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
2f588f517b
log a warning message if File#setLastModified fails. PR 49485
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957442 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
4276a308cb
Use FileUtils#setFileLastModified instead of File#setLastModified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957441 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
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
Jesse N. Glick
cc50116dde
Note about NetBeans 6.9.1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955610 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
8a079a7de2
attrib doesn't support parallel/maxparallel. On my Win7 box it looks as if the attrib command could deal with multiple files at once, though, could be a valid enhancement request.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955574 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
9d86eb6bec
typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@955266 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
ebb29d5bba
only ignore system classes if not running in Gump or similar environments. Hopefully fixes test-ant in Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@954887 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
e3463c1ff4
This is a text file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@954479 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
19509322ab
Dmitri A. Kuminov contributed the patch for PR 49425
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@954375 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
9c09fb0581
Mentioning #49430 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953821 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
d15c92db59
Build failure on JDK 1.4.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@953801 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