You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Shing Hing Man <ma...@yahoo.com> on 2012/08/09 15:51:35 UTC

Problem building Tapestry 5.3.4 using Gradle


 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-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Problem building Tapestry 5.3.4 using Gradle

Posted by Shing Hing Man <ma...@yahoo.com>.
The following works !

sh gradlew eclipse

Thanks !

Shing 




________________________________
 From: Ray Nicholus <rn...@widen.com>
To: Tapestry users <us...@tapestry.apache.org>; Shing Hing Man <ma...@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 <ma...@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-unsubscribe@tapestry.apache.org
>For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: Problem building Tapestry 5.3.4 using Gradle

Posted by Ray Nicholus <rn...@widen.com>.
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 <ma...@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-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>