Hi all,

Is there any chance that someone can look at this bug (GRADLE-1144)?
We are trying to use the Groovy-Eclipse compiler to compile Groovy
code without using stubs.  We have this working for ant and maven, but
this bug is blocking us from getting this working in Gradle.

On Mon, Sep 6, 2010 at 9:24 PM, Andrew Eisenberg <[email protected]> wrote:
> Raised a jira for this:
>
> http://jira.codehaus.org/browse/GRADLE-1144
>
> thanks,
> --a
>
> On Mon, Sep 6, 2010 at 3:53 PM, Rene Groeschke <[email protected]> wrote:
>>  Hi Andrew,
>> In my opinion you definitely run into a gradle bug here. The following
>> script should work with gradle, but unfortunately it doesn't:
>>
>> ====
>> buildscript {
>>  repositories {
>>      flatDir name: 'local repo', dirs:'/Users/andrew/.m2/repository'
>>   }
>>   dependencies {
>>       classpath "org.foo:my-compiler-adapter:0....@jar"
>>   }
>> }
>>
>> apply plugin: 'java'
>> compileJava.options.compiler = "org.foo.MyCompilerAdapter"
>> ====
>>
>> could you raise a jira issue? Maybe Adam knows more about the problem
>> and can give you a hint for a workaround.
>>
>> regards,
>> René
>>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to