Hi Russel, On Tue, Mar 2, 2010 at 8:10 AM, Russel Winder <[email protected]>wrote:
> 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. > I'm very interested in your results. There is another project with a similar issue which I need to figure out. - Hans -- Hans Dockter Founder, Gradle http://www.gradle.org, http://twitter.com/gradleorg CEO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz > > > -- > 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] <sip%[email protected]> > London SW11 1EN, UK m: +44 7770 465 077 skype: russel_winder >
