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


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