Re: Problem building Tapestry 5.3.4 using Gradle

2012-08-09 Thread Ray Nicholus
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




Re: Problem building Tapestry 5.3.4 using Gradle

2012-08-09 Thread Shing Hing Man
The following works !

sh gradlew eclipse

Thanks !

Shing 





 From: Ray Nicholus rnicho...@widen.com
To: Tapestry users users@tapestry.apache.org; Shing Hing Man 
mat...@yahoo.com 
Sent: Thursday, August 9, 2012 3:24 PM
Subject: Re: Problem building Tapestry 5.3.4 using Gradle
 

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