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
Steve Loughran
8ed820fa86
refactoring of WeakishReference, as discussed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453274 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
329d23fb88
close using FileUtils.close
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453156 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
33c2653138
Bugzilla 30498: no check on refid for setting some attributes in zipfileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453035 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
23db4b2dbc
eol-style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453034 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
8d023d971f
testcase for setting attributes with refid for zipfileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453033 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
b10bf232ba
another go at bugzilla 38747, isolate resources
get the baseloader for resources in isolate mode
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453032 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
dbfcca746b
patch build.bat to set the NT error code if bootstrapping failed, to be consistent with the build.sh script.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@452919 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
f8483f0952
patch build.sh to exit with an error code if bootstrapping fails, for the Gentoo team.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@452917 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Jan Materne
8e4085c37e
Like requested by Pavel Vlasov on the user list "Please re-add SQLC and Transformica to the External tools and tasks page"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@452757 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
ef789dfa9b
Always handle refid first.
Refid normally cannot be used with other
attributes and some types check for this.
The code is broken in a number of places -
if refid is not set first. To fix this,
runtimeconfigurable will now always process
refid first.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@452635 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
e8b3b57f55
describe difference of <dirname> and unix dirname
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451692 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
b2bbaffc4d
add a comment about /etc/ant.conf and about quotes and / in ANT_HOME,CLASSPATH and JAVA_HOME
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451487 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
135b0fa373
UnknownElement.maybeconfigure was 'always configure': Bugzilla 40641
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451479 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
01c9d3485c
native
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451477 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Peter Reilly
ad5cdd3fc3
test for unknownelement.maybecondifure
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@451476 13f79535-47bb-0310-9956-ffa450edef68
19 years ago