Thanks very much for the fast response. I'm not well versed in either Ant or Gradle yet to begin connecting the two together, is there some documentation you could point me to that might help.
Kind Regards, Chris Adam Murdoch-2 wrote: > > > > On 8/04/10 7:53 AM, chrismolozian wrote: >> I am in the process of migrating a project to using Gradle. The project >> uses >> Antlr 3 to generate the lexer/parser and tree walker, I have seen that >> there >> is an Antlr plugin committed to the latest trunk. Does anyone know if >> this >> plugin supports antlr 3? >> > > No, it doesn't. Not yet. > > To support both Antlr 2 and 3, we need to play some ClassLoader games in > Gradle which are a little invasive, and I'm a bit reluctant to do this > before the 0.9 release is finished. > > In the meantime, you can use the Antlr ant task to generate the source. > > > -- > Adam Murdoch > Gradle Developer > http://www.gradle.org > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://old.nabble.com/using-antlr-in-gradle-tp28171481p28172543.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
