You are using gradlew, correct? If not, you should be, instead of whatever local copy of gradle you have installed.
On Thu, Aug 9, 2012 at 8:51 AM, Shing Hing Man <mat...@yahoo.com> wrote: > > > Hi, > I have checked out Tapestry 5.3.4 using > git clone https://git-wip-us.apache.org/repos/asf/tapestry-5.git > > > I tried to generate the corresponding Eclipse projects by issuing "gradle > eclipse", but got the following error. > > > matmsh@cauchy:~/Downloads/tapestry/tmp/tapestry-5> gradle eclipse > > FAILURE: Build failed with an exception. > > * Where: > Script '/home/matmsh/Downloads/tapestry/tmp/tapestry-5/ssh.gradle' line: 1 > > * What went wrong: > A problem occurred evaluating script. > Cause: Could not find property 'ext' on root project 'tapestry-5'. > > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > > BUILD FAILED > > Total time: 1.906 secs > matmsh@cauchy:~/Downloads/tapestry/tmp/tapestry-5> > > > > I am new to Gradle. Does anyone know how and what value I should set "ext" > to ? > > Thanks in advance for any assistance ! > > Shing > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >