FYI...The ambiguity errors may be related to this Groovy Eclipse issue that has been fixed in the latest dev build [1].
[1] http://jira.codehaus.org/browse/GRECLIPSE-945 Cheers, Rob On Thu, Feb 3, 2011 at 5:24 PM, Dave King <[email protected]> wrote: > Hey Levi, > > Tried that but I get a number of errors, some ambiguity errors in > groovy that appear to be fixed with a couple of extra imports. But > after that there are a number of generics errors that I don't have a > clue how to fix. > > They all look like: > > Description Resource Path Location Type > The method newInstance(Class, Object...) from the type ReflectionUtil > refers to the missing type > T AbstractClassGenerator.java > /core/src/main/groovy/org/gradle/api/internal line > 34 Java Problem > > - Peace > Dave > > > On Thu, Feb 3, 2011 at 3:50 PM, Levi Hoogenberg > <[email protected]> wrote: > > Are the cyclic dependencies the only problem? Because there's an Eclipse > > setting to allow them. > > > > Op 3 feb 2011 23:46 schreef "Rene Groeschke" <[email protected]>: > > > > Hi Dave, > > I think Peter is working on a solution for this problem. At the moment I > > don't know any workaround. IntelliJ IDEA is the prefered IDE by most > > developers. > > > > regards, > > René > > > > > > Am 03.02.11 23:42, schrieb Dave King: > > > >> Thanks, good to know it's not just me. Is there a known work around? > >> What do other developers u... > > > > -- > > > > ------------------------------------ > > Rene Groeschke > > > > [email protected] > > http://www.breskeby.com > > http:... > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
