On Tue, 2010-03-02 at 06:57 +0000, Russel Winder wrote: [ . . . ] > assert version[5] == "SNAPSHOT" ; [ . . . ]
Oh dear. This is Java and the strings are not guaranteed interned.
assert version[5].equals ( "SNAPSHOT" )
works just fine.
Now I can get back to why the 8 tests that spawn Ant are failing in
Gradle but not in Eclipse or IntelliJ IDEA, i.e. back to the original
problem. I'll start a new thread once I have the data, as Gradle's Ant
version has now changed.
--
Russel.
=============================================================================
Dr Russel Winder Partner
xmpp: [email protected]
Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road, f: +44 8700 516 084 voip: sip:[email protected]
London SW11 1EN, UK m: +44 7770 465 077 skype: russel_winder
signature.asc
Description: This is a digitally signed message part
