Re: [Codenarc-user] CodeNarc with Groovy 1.8
Brought to you by:
chrismair
From: Hamlet D'A. <ham...@gm...> - 2011-05-17 05:23:41
|
> BTW, I'm wondering what I should do with the IDEA plugin: release two > versions ? No, I would not release two versions. We're going to make CodeNarc run on both 1.7 and 1.8 with the same binary class files. I talked to someone about this and you can do it. It means writing the missing class files into the Jar ourselves, but it is possible. It means CodeNarc will have classes in the package org.codeaus.groovy... that just dispatch on to the new location. Does that make sense? -- Hamlet D'Arcy ham...@gm... On Mon, May 16, 2011 at 2:14 PM, Cédric Champeau <ced...@gm...> wrote: > BTW, I'm wondering what I should do with the IDEA plugin: release two > versions ? > > Le 16/05/2011 00:19, Chris Mair a écrit : >>>> Concerning the Groovy 1.8 support... >>>> Rene from Gradle is almost done with a Site plugin for Gradle. Once that >> is complete then it will be much easier for >>>> us to create two different artifacts for a single project, one based on >> 1.7 and one on 1.8. >> >> Excellent. I know I am not the only one interested in that. Depending on the >> capabilities, that should be a big selling point. >> >>>> How does this affect the Grails plugin? Will we need an option somewhere >> to specify the dependency version >>>> easily? (Grails won't support 1.8 for a while though, so no rush on that >> problem) >> >> I am not really sure about the effect on the Grails plugin. That build >> process/script is integrated with the Grails Plugin facility and repo. I do >> manually add in the CodeNarc jar into that plugin project, but I don't know >> how or if you could support multiple CodeNarc versions. >> >> Chris >> >> >> ------------------------------------------------------------------------------ >> Achieve unprecedented app performance and reliability >> What every C/C++ and Fortran developer should know. >> Learn how Intel has extended the reach of its next-generation tools >> to help boost performance applications - inlcuding clusters. >> http://p.sf.net/sfu/intel-dev2devmay >> _______________________________________________ >> Codenarc-user mailing list >> Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codenarc-user > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Codenarc-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-user > |