[ 
http://jira.codehaus.org/browse/MGROOVY-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160658#action_160658
 ] 

Jason Dillon commented on MGROOVY-175:
--------------------------------------

The problem should also go away when running {{mvn clean install} or something 
similar.  Will look into this more to see if we an eliminate this annoying 
behavior.

> Stubs prevent compilation of real groovy classes
> ------------------------------------------------
>
>                 Key: MGROOVY-175
>                 URL: http://jira.codehaus.org/browse/MGROOVY-175
>             Project: GMaven
>          Issue Type: Bug
>          Components: compile, stub generation
>            Reporter: Dave Syer
>            Assignee: Jason Dillon
>            Priority: Critical
>             Fix For: 1.0-rc-4
>
>
> Stubs prevent compilation of real groovy classes.  If I use the config from 
> the docos, viz:
> {code}
> <goals>
>          <goal>generateStubs</goal>
>          <goal>compile</goal>
>          <goal>generateTestStubs</goal>
>          <goal>testCompile</goal>
> </goals>
> {code}
> The tests all fail (saying "initialization error, no tests found" or 
> something to that effect).  If you look at the byte code the reason is clear 
> - the tests are stubs.  If I remove the stub generation goals then a pure 
> Groovy project works, but cross compilation is then broken (I presume?).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to