Thanks, solved. One of my macs was still using gradle-0.9.2. Upgrading
to gradle-1.0-milestone-4 solved the problem.

On Thu, Aug 11, 2011 at 10:57 AM, Massimo Lusetti <mluse...@gmail.com>wrote:

> On Thu, Aug 11, 2011 at 10:49 AM, Igor Drobiazko
> <igor.drobia...@gmail.com> wrote:
>
> > Currently gradle build is broken on my machine. I can't perform any of
> the
> > gradle tasks. See below
> >
> > gradle build
> >
> > FAILURE: Build failed with an exception.
> >
> > * Where:
> > Build file '/Users/idrobiazko/Documents/idea/tapestry5/build.gradle'
> line:
> > 91
> >
> > * What went wrong:
> > A problem occurred evaluating root project 'tapestry5'.
> > Cause: Cannot get property 'plus' on null object
> >
> > * Try:
> > Run with -s or -d option to get more details. Run with -S option to get
> the
> > full (very verbose) stacktrace.
> >
> > BUILD FAILED
> >
> > Total time: 6.652 secs
> >
> >
> >
> > The problem is caused by the revision r1153867:
> >
> >  ideaModule {
> >    scopes.PROVIDED.plus += configurations.provided
> >  }
> >
>
> Which version of gradle are you using? Here on milestone4 and groovy
> 1.8 I don't get this kind of error but the build still broken due to
> tests failing (see my other thread).
>
> BTW which is the "supported" gradle version for tapestry? If there's any...
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: dev-h...@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de

Reply via email to