Hello. Wanted to let you know that "fork=false" and "GRADLE_OPTS = <debug settings>" is helping as I am not seeing any classloader issues.
Gradle is correctly picking up GPars's groovy 1.6.5 dependency to do the compilation and I am now able to hook into that groovy compilation. Thanks a lot, guys. Roshan On Mon, Dec 14, 2009 at 4:10 PM, Hans Dockter <[email protected]> wrote: > Hi Roshan, > > On Mon, Dec 14, 2009 at 9:23 AM, Roshan Dawrani < > [email protected]> wrote: > >> >> On Mon, Dec 14, 2009 at 12:49 PM, Russel Winder < >> [email protected]> wrote: >> >>> On Mon, 2009-12-14 at 07:34 +0530, Roshan Dawrani wrote: >>> > Is there a gradle version(snapshot?) available that uses groovy >>> > 1.6.5(+)? Or will I need to build it locally? >>> >>> It seems there is an incompatibility between Gradle and all Groovy >>> versions post 1.6.4. The sooner this is sorted and Gradle uses 1.6.7 >>> the better. >>> >> >> What kind of incompatibility? If I can't specify the remote debugging >> options with 1.6.4 that gradle has and also not be able to build it 1.6.5 >> due to some issues that u r hinting at, then I will hit a roadblock in my >> investigation of the issue that I wanted to do. I need to somehow debug the >> groovy compilation that gradle launches after forking it. :-( >> > > Why does fork=false and using GRADLE_OPTS does not do the trick? > > > - Hans > > -- > Hans Dockter > Gradle Project Manager > http://www.gradle.org >
