Jesse N. Glick
|
84abb27b2f
|
#52621: restore default behavior from #42046 for compatibility, but make it configurable.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292985 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Jesse N. Glick
|
2d89206b92
|
Some tests which failed when run with CWD not equal to ${basedir}.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292935 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
eb3adb5c76
|
adapt test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1241376 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
6aa0a70ff7
|
make sure Project#createTask has read defaults.properties. PR 50788
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1240669 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
82ab7bf6e5
|
help dealing with the case where BSF is there but JavaScript support is not - the current build failure in Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1238354 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
ec4f345742
|
also set -source implicitly if -target uses 5 rather than 1.5 etc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1237421 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
7a0427656d
|
either Java 1.5 accepts -source 1.2 or it doesn't, be consistent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1237420 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
e3e9dc0112
|
avoid classloader issues when not forking
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1237419 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
54ea4a4a0c
|
tests for javac internal modifications of -source attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1237203 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
132fb32522
|
OpenJDK8 snaphot works, I have found a new class in java.lang.reflect and OpenJDK's javac defaults to -source 8. No, I don't like the code in DefaultCompilerAdapter either.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1236803 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Jesse N. Glick
|
fe829a9d0f
|
#52382: <xslt> with redirect broken on JDK 7 when a SecurityManager is set.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1222724 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Jesse N. Glick
|
4495b959d9
|
Should not throw an error if the temp dir does not yet exist.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1222711 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
0e150acfd4
|
ZipFile doesn't work properly for archives using unicode extra fields. Port of fix for COMPRESS-164 by Volker Leidl
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1210522 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
8786be5f23
|
trying to narrow down transcoding error of exec test on Ubuntu. Looks like ReaderInputStream was working just fine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1210066 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
7d1ecbc1bb
|
don't expand properties twice in attributes of macrodef'ed tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1204961 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
3d53a476cd
|
this test actually fails but Bug 41400 hides it
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1203226 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
e995f38a73
|
make packagemapper take handledirsep into account. Submitted by Anthony Wat. PR 51086
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1203181 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Jesse N. Glick
|
61ade34e43
|
#51049: <junitreport> mishandled ${line.separator}.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1199931 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Jesse N. Glick
|
b31adfe835
|
JUnitReportTest.testStackTraceLineBreaks was failing for me.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1199924 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
5ecf92bf58
|
add an option to suppress the artifical package-info.class files created by <javac>. PR 52096
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1190243 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
28c651a95a
|
Empty package-info.class is created in wrong directory if no destdir is specified. PR 51947
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1178820 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Jesse N. Glick
|
735f3fca3e
|
#51668: JAXP regression preventing <junitreport> from working in JDK 7 w/ SecurityManager.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1158470 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Jesse N. Glick
|
ed37e77d9e
|
Fails to reproduce https://netbeans.org/bugzilla/show_bug.cgi?id=201022 but might as well leave it here.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1158454 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
d121ce11a1
|
never filter out the first line of the exception stack trace in junit so the failure message is preserved
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1154551 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
087f028977
|
JUnit's filtertrace swallows the assert failure message if it contains the word 'more' as reported on the user list - http://mail-archives.apache.org/mod_mbox/ant-user/201107.mbox/%3CCAPsH_EDFnhkW4Y4r87U2jmN2gKPAyK6ZJX5F-4ohC6tJ9rXi6Q@mail.gmail.com%3E
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1154190 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
82642e35eb
|
when working on resources <sync> forgot about the source resources that are not out-of date. PR 51462
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1151386 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
6f56a47261
|
support multiple resource collections in sync. PR 51462
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1151369 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Nicolas Lalevee
|
309943afdb
|
BR 41986
- add a quiet attribute to the copy task to not print warning messages
Thanks to Timoteo Ohara
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1150331 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Antoine Levy-Lambert
|
ab38cf7504
|
tweaking tests affecting by having made flush a no-op in fixing bug 50507
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095768 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Stefan Bodewig
|
171a1f35e3
|
raise a more useful error when a class cannot be loaded because of a SecurityException in the hasmethod condition. PR 51035.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095270 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Antoine Levy-Lambert
|
1369b7ee39
|
creating test for bugrep 50507 Exec task may mix the stderr and stdout output while logging it
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095222 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Matthew Jason Benson
|
314d4d7ba7
|
Bug 51044 - Allow a <propertyset> in an <expandproperties> filter
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090431 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Matthew Jason Benson
|
17520fdfdd
|
add basic functionality test for expandproperties filter
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090366 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Matthew Jason Benson
|
5909b77dc4
|
add a basic resources test, plus a failing test demonstrating that propertysets with mappers don't function properly wrt returning resource iterators
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090350 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Matthew Jason Benson
|
778d54d381
|
move propertyset test to antunit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090340 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Matthew Jason Benson
|
5ba5cd0725
|
add (failing) testcase that exposes a current weakness of fileResource
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090323 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Matthew Jason Benson
|
48c55de75f
|
allow to specify name when using concat as a resource
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1090317 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Nicolas Lalevee
|
9fb3d4fa86
|
BR 50960. Use autoflush so that content get pushed to the forked application
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1086741 13f79535-47bb-0310-9956-ffa450edef68
|
14 years ago |
Nicolas Lalevee
|
edaa68e6de
|
Bug #50866:
- the prefix was not propagated to imported resources within included resources.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1079580 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Antoine Levy-Lambert
|
20372c38fa
|
fixing test for gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1077973 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Antoine Levy-Lambert
|
4634eae4e2
|
testCompilerNotFound is not relevant if the class folder containing the adapter is on the system classpath like in Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1077809 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Antoine Levy-Lambert
|
ad08d0cbc9
|
testAdapterNotFound was failing in gump because the adapter in the gump environment is systematically on the classpath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1077808 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Antoine Levy-Lambert
|
039e4fa404
|
antunit-base.xml was not imported from this file, but needed to define some properties like
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1076106 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Antoine Levy-Lambert
|
e9c2dc92e8
|
intervert execution order of tearDown and antunit-base.tearDown
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1076104 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Stefan Bodewig
|
d65fcc7056
|
redirect makes test fail on my machine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1075735 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Stefan Bodewig
|
564de6c5fb
|
sync with build.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1075705 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Stefan Bodewig
|
ff69b5124b
|
consistency
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1075703 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Stefan Bodewig
|
e466d8e0bd
|
redundant delete
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1075702 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Stefan Bodewig
|
3d5e58186f
|
try a bit harder to delete used jars
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1075701 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |
Antoine Levy-Lambert
|
bfce233a2f
|
changes in order to get tests to pass under gump; resources paths used have to be standardized
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1075664 13f79535-47bb-0310-9956-ffa450edef68
|
15 years ago |