Hans,

I've looked at this some more and currently both groovy tests fail on the
:compile task now (copy past bug in the doPassingTest - always ran with java
plugin)

I've also found the root cause of it, the GroovyCompile task depends on a
groovy dependency configuration and that configuration is not filled in, but
it dependens on the complete gradle classpath so I think these tests really
need to become real integration tests otherwise these semi-integration tests
will get really bloated.

Kr,

Tom

2009/1/4 Tom Eyckmans <[email protected]>

> Hans,
>
> You can have a look at the code in my launchpad branch
> lp:~teyckmans/gradle/testng
>
> in the integtest/testng package contains the testng integration tests.
>
> Thx,
>
> Tom
>
> 2009/1/4 Hans Dockter <[email protected]>
>
>
>> On Jan 3, 2009, at 10:37 AM, Tom Eyckmans wrote:
>>
>>  I'm trying to get the integration tests for the testng stuff setup:
>>>
>>> foreseen tests at the moment all combinations of: jdk14/jdk15 - java /
>>> groovy plugin - passing / failing test.
>>>
>>> I've noticed that only the gradle output of the first test that is run
>>> gets actually sent to system.out.
>>>
>>> I'm also having problems running 2 gradle integration tests after each
>>> other that both use the Groovy plugin. The first test completes as expected,
>>> but when the second test runs that test always fails to compile.
>>>
>>> Does anybody have an idea what I'm doing wrong?
>>>
>>
>> Could you paste your integration test code?
>>
>> - Hans
>>
>>
>>>
>>> Thx,
>>>
>>> Tom
>>>
>>>
>> --
>> Hans Dockter
>> Gradle Project lead
>> http://www.gradle.org
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe from this list, please visit:
>>
>>   http://xircles.codehaus.org/manage_email
>>
>>
>>
>

Reply via email to