Peter Reilly
1771ff0102
add comment on change to logging level of reference override
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@464022 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
707e6f329b
Reduce to verbose message of overridding properties.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463868 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
aded98e62b
allow . /etc/ant.conf if ant_home is /usr/share/ant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463867 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
875d44b517
"Move" test object to inner class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463712 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
7644e8f54a
Deactivate EnumeratedAttributeTest_Factory as JUnit test before Gump cries. ... until better solution.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463690 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
cd38ba42ac
Forgot the license header.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463605 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
94f6a31817
Factory method for easier instantiation.
Bug 14831
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463601 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
eb35cf8fdf
use -x instead of -f
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463485 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
c7e4024d63
place the OPT_JAR_LIST in the correct place
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463483 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
49f611c10c
mention proxy settings here.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463473 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
911c5901fc
opps: restore correct behavour for setting basetest attributes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463447 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
1cddc5e638
fix failures
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463287 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
79f24fd579
Added outputtoformatters attribute to <junit> to allow suppression
of noisey tests. Bugzilla report 12817.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463045 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
394d5011e3
svn style native
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463031 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
005061b495
added by accident
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463029 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
d08ed829ba
tests for outputtoformatters
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463028 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
9f1ea2f979
add whatsnew note for fixing <path>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@462963 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
157e6f3305
Let Path use Union by composition instead of inheritance so that third-party
code using paths built against Ant 1.7 should still run against Ant 1.6 .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@462955 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
0a41a60d0f
Document the do-nothing-if-exist behaviour of <mkdir>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@462786 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
6e6999de17
1) modify ant script to *NOT* . include /etc/ant.conf
if ANT_HOME variable is set.
2) apply jpackage patch to ant script
3) modify manual to include the change in behaviour to ANT_HOME and jpackage
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@462590 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
765bd26ad7
reluctantly added example just because I promised.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454846 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
66838f3c29
Added <compare> resource selector to select resources based on the
results of their comparison to other resources. Inspired by userlist thread
http://marc.theaimsgroup.com/?t=115998761500004&r=1&w=2 .
Still lacks an example other than testcases. :(
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454842 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
a5170305b9
document that <pathconvert> can actually support multiple resource collections now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454833 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
4baba959d2
extract DelegatedResourceComparator from Sort collection
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454829 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
a4c55d35b9
fix method signature--accidentally and unnecessarily opening up access
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454827 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
76a6b5c4c9
extend DataType, equals non-final
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454824 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
6e51529a56
ant.bat now looks in %USERPROFILE% and %HOMEDRIVE%%HOMEPATH% in addition to
%HOME% for pre/post batch files. Bugzilla report 39298.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454805 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
beda79f319
BZ 39298. %HOMEDRIVE%%HOMEPATH%
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454795 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
8c784483b5
support %HOMEDRIVE%%HOMEPATH% on XP. Bugzilla 39298.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454794 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
44d4be1405
allow test case to work if /build/testcases is in the classpath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454486 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
1fe4d2a9de
fix svn property
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454277 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
3dcb9a556e
some printfs to help track down gump fail
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454220 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
3b6aedbd21
For JUnitTestRunnerTest: testInvalidTestCase and testNoTestCase
JUnit4 adaption returns an ERROR wheres JUnit3 returns a FAILURE.
Modify testcase to reflect this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454207 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
ab4e0ccd0e
Joseph to contributors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454035 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
ba231ea2f8
Alexey to contributors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454033 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
a5360da98a
PathConvert on Windows should process forward and back slashes equivalently.
Bugzilla report 32884.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454032 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
70ba0e066d
svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454030 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
b0b45b10d3
test for dir-char in pathconvert
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454029 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
3822ba4a35
Fix for junit4
in JUnit4 annotations are placed in org.junit,
so this package needs to be made a "systempackage" for fork=no to work.
Bugzilla report 40697
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@454027 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
d7f1401f85
Defer references
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453770 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
6fa57f7d4d
eol-type
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453768 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
e2aab516e4
defer reference tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453767 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
3b1908017a
ignore null child collection, why not
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453765 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
7b8f2409f8
line up with some other exception throwing utility methods e.g. in DataType
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453763 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
c570eae7a1
generify expected message to pass before and after recent change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453761 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
583cfae0e5
Do not set ant.file.{projectname} when the project name
is not set in the <project> tag. (as discussed)
Bugzilla report: 39920
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453401 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
af6417aeed
change expected error message from attribute to element
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453397 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
c524f9ba22
Bugzilla 40682: junit regression
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453350 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
7b496796a1
remove launcher classes from nodeps jar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453345 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
4754c41cf4
remove launcher classes from nodeps jar.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453344 13f79535-47bb-0310-9956-ffa450edef68
19 years ago