On Tue, 2009-06-16 at 16:04 +1000, Adam Murdoch wrote:
[ . . . ]
> I wonder why this works in some places (eg on my machine, and the 
> codehaus bamboo servers) and not others (eg your machine). Which OS and 
> java version are you using?

Out of the blue contribution:

I think I am finding that whenever Gradle spawns a new process, the new
process does not seem to have inherited the environment and properties
of the original Gradle process as seems to happen with Ant and Gant --
except on Canoo CruiseControl.  This can lead to interesting
incompatibilities of classpath and other state between parts of a build
-- especially test runs.

Certainly for some of the Gant tests, I have to force the classpath so
that tests that run fine on my local Buildbot using Gant, local manual
Ant and Gant runs, and on Codehaus Bamboo using Ant, run correctly on
Canoo CruiseControl using Ant and local manual Gradle runs (which
otherwise fail with process fail related causes due to classpath
issues).

So perhaps this is an environment rather than OS issue per se?

-- 
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

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to