Re: Problem with the idea gradle task

2011-07-29 Thread Jon Williams
I did a gradle build 1st. Then I was able to successfully "gradle idea" The generated Idea project was all OK except I had to set the sub projects SDK's manually. Also I notice that my project libraries include both a groovy-all-1.7.4.jar & a groovy-all-1.7.5.jar. thanks a bunch for the help happy

Re: Problem with the idea gradle task

2011-07-29 Thread Josh Canfield
> As far as I can remember someone committed a fix for this exact issue a > while ago. Try running gradle build first. The problem is there is no build directory and the code is trying to exclude the generated-sources in the build folder... I wrote the problem, but don't have time right now to wri

Re: Problem with the idea gradle task

2011-07-29 Thread Chris Poulsen
As far as I can remember someone committed a fix for this exact issue a while ago. Doing a "gradle build" before using the idea task was a work-around before it was fixed, is your source 100% up to date? -- Chris On Fri, Jul 29, 2011 at 11:14 PM, Jon Williams wrote: > I have the same problem w

Re: Problem with the idea gradle task

2011-07-29 Thread Jon Williams
I have the same problem w/"gradle idea" using Gradle 1.0-milestone-3. On Fri, Jul 29, 2011 at 1:51 PM, Howard Lewis Ship wrote: > I haven't tried milestone-4; I'm using milestone-3 and I think I'll > stick there for a bit! > > On Fri, Jul 29, 2011 at 1:36 PM, Jon Williams > wrote: > > Hi Tapest

Re: Problem with the idea gradle task

2011-07-29 Thread Howard Lewis Ship
I haven't tried milestone-4; I'm using milestone-3 and I think I'll stick there for a bit! On Fri, Jul 29, 2011 at 1:36 PM, Jon Williams wrote: > Hi Tapestrians, > > Working with the SVN trunk I am unable to gradle the idea project into > existence. > I'm brand new to gradle, am I missing somethi