I guess you can't just use the Groovy plugin and Groovy 1.6.3 to compile Groovy trunk (you are talking about trunk, aren't you?). I've quickly tried how far the Java plugin gets me but still got early compile errors, presumably due to missing dependencies.
usePlugin ( 'java' ) sourceCompatibility = 5 targetCompatibility = 5 srcDirNames = ['main'] testSrcDirNames = ['test'] Cheers, Peter Russel Winder-4 wrote: > > I thought I would take another look at the Gradle build of Groovy -- Ant > is really the wrong tool for managing Groovy, it really ought to be > Maven or Ant (running Maven runs the Ant build which then uses data from > the POM :-( > > However it seems that the Java files in > org/codehaus/groovy/tools/gse/*.java are not being compiled prior to the > symbols being used. This surprises me and confuses me as the > build.gradle file is currently basically trivial. > > Anyone got 5 mins to have a look at this? > > Thanks. > > -- > Russel. > ============================================================================= > Dr Russel Winder Partner > xmpp: [email protected] > Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203 > 41 Buckmaster Road, f: +44 8700 516 084 voip: > sip:[email protected] > London SW11 1EN, UK m: +44 7770 465 077 skype: russel_winder > > > -- View this message in context: http://www.nabble.com/Gradle-build-of-Groovy-tp24538941p24543530.html Sent from the gradle-dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
