[gradle-dev] Re: Test execution in Intellij Idea

2013-08-09 Thread Peter Niederwieser
The new IDEA 12 compilation mode no longer supports test->test dependencies. To get things to work, you'll have to disable Project Settings->Compiler->Use external build. Cheers, Peter -- View this message in context: http://gradle.1045684.n5.nabble.com/Test-execution-in-Intellij-Idea-tp571165

[gradle-dev] Test execution in Intellij Idea

2013-08-09 Thread Robert Kühne
Hi All, I have a small problem executing tests in Intellij Idea. For example, if I try to execute tests for e.g. core I rightclick and do Run->All tests. See below for result. It seems the Matchers class of the core module cannot be found. The reason is probably that it is declared as test source

Re: [gradle-dev] TC Upgrade.

2013-08-09 Thread Luke Daley
On 09/08/2013, at 2:39 AM, Adam Murdoch wrote: > Does anyone know if the prioritisation has been improved in TC8? I'd like to > be able to say 'run commit builds first, followed by any performance builds, > followed by any coverage builds, followed by everything else' and get rid of > the poo

Re: [gradle-dev] Symbolic links

2013-08-09 Thread Harald Schmitt
Am 09.08.2013 04:21, schrieb Adam Murdoch: > > On 05/08/2013, at 9:20 PM, Harald Schmitt > wrote: > >> Hi, >> >> I did a first try to support symbolic links when using tarTree() for >> untar. >> https://github.com/gradle/gradle/pull/182 > > I think we want a somewhat d