This is a problem i'm sure has been solved over and over.. I just can't =
find it via da googles :)

src
main
 java
  com
   AClass
   BClass
 groovy
  com
   SomeOtherClass

SomeOtherClass refers to AClass.. but BClass refers to SomeOtherClass

Since it performs compileJava and then compileGroovy, it is a chicken =
and egg problem.

Right now I solve this by putting 100% of my code under src/main/groovy

i'm guessing this is a sourceSet issue, or a way to include things on =
the classpath (one or the other).

Thanks!

Roger


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

    http://xircles.codehaus.org/manage_email


Reply via email to