Re: Can't build tapestry 5.3

2013-03-25 Thread Bob Harner
Lance, Are you able to build without tests? ./gradlew build -x test Or you can try just skipping the plastic tests the same way, in case that helps narrow things down. Have you scanned through http://tapestry.apache.org/building-tapestry-from-source.html to make sure you didn't miss anything

Re: Can't build tapestry 5.3

2013-03-25 Thread Lance Java
Thanks but it didn't help... I deleted %USR_HOME%/.gradle and tapestry-5/.gradle I'm trying to build on a windows box if that helps... I've tried with java 1.6 and 1.7 On 25 March 2013 21:28, Howard Lewis Ship wrote: > This might be a Gradle issue; delete any .gradle folders and try again. >

Re: Can't build tapestry 5.3

2013-03-25 Thread Howard Lewis Ship
This might be a Gradle issue; delete any .gradle folders and try again. On Mon, Mar 25, 2013 at 2:04 PM, Lance Java wrote: > I'm trying to build tapestry from source by > 1. Cloning https://git-wip-us.apache.org/repos/asf/tapestry-5.git > 2. switching to 5.3 > 3. running gradlew build > > But I'm

Can't build tapestry 5.3

2013-03-25 Thread Lance Java
I'm trying to build tapestry from source by 1. Cloning https://git-wip-us.apache.org/repos/asf/tapestry-5.git 2. switching to 5.3 3. running gradlew build But I'm getting the following error: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':plastic:test'. >

Re: Ways to trigger on value change for the select component

2013-03-25 Thread Norman Franke
On Mar 25, 2013, at 9:56 AM, Thiago H de Paula Figueiredo wrote: > On Mon, 25 Mar 2013 09:21:11 -0300, marin mamic wrote: > >> Hi all, > > Hi! > >> I was wondering if there are any other ways to trigger a server side method >> when value is changed in the select component except ajax call? >

Re: Tapestry-Hibernate configure to work with both Tomcat and Jetty

2013-03-25 Thread George Christman
Hi Lenny, I don't really want to detrail this topic, but I'm very interested. Would you mind sending me a brief email describing your experiences with Jelastic, cost etc. Thanks. On Mon, Mar 25, 2013 at 1:08 PM, Lenny Primak wrote: > Have you considered Jelastic? We are using it with great succ

Re: Tapestry-Hibernate configure to work with both Tomcat and Jetty

2013-03-25 Thread Thiago H de Paula Figueiredo
On Mon, 25 Mar 2013 13:13:56 -0300, George Christman wrote: My question is if I use this configuration, how does Hibernate know to use Jetty locally? I'm not a server expert by any means, so please forgive my ignorance. Does Tapestry tell Hibernate about the local environment and know to

Re: Tapestry-Hibernate configure to work with both Tomcat and Jetty

2013-03-25 Thread Lenny Primak
Have you considered Jelastic? We are using it with great success. On Mar 25, 2013, at 12:39 PM, George Christman wrote: > I like Glassfish much better do to my limited linux knowledge and it's nice > gui, but I would like to try and use bean stalk with amazon and I haven't > seen much docume

Re: Tapestry-Hibernate configure to work with both Tomcat and Jetty

2013-03-25 Thread George Christman
I like Glassfish much better do to my limited linux knowledge and it's nice gui, but I would like to try and use bean stalk with amazon and I haven't seen much documentation on setting it up with Glassfish. Seems as if everything points towards Tomcat which is the only reason I would consider the s

Re: Tapestry-Hibernate configure to work with both Tomcat and Jetty

2013-03-25 Thread Lenny Primak
Why? Glassfish is a superset of tomcat and 1000% better IMHO On Mar 25, 2013, at 12:13 PM, George Christman wrote: > Hello, I'm currently moving my Tapestry5.3 app away from Glassfish in favor > of Tomcat7 on the amazon cloud for my production env. As for my development > env, I'd like to c

Tapestry-Hibernate configure to work with both Tomcat and Jetty

2013-03-25 Thread George Christman
Hello, I'm currently moving my Tapestry5.3 app away from Glassfish in favor of Tomcat7 on the amazon cloud for my production env. As for my development env, I'd like to continue using Jetty. Currently my Glassfish server JNDI in configured to my JDBC connection pool and my hibernate.cfg.xml datasou

Re: For Nabble users

2013-03-25 Thread Thiago H de Paula Figueiredo
On Mon, 25 Mar 2013 10:59:41 -0300, Nicolas Barrera wrote: It's great to hear that you keep mirroring to nabble as it's a nice archive and pretty useful for searches please do not change that. It was never our intention to prevent Nabble to serve as a mirror of the mailing list. It's qu

Re: For Nabble users

2013-03-25 Thread Nicolas Barrera
It's great to hear that you keep mirroring to nabble as it's a nice archive and pretty useful for searches please do not change that. cheers Nicolás.- On Fri, Mar 22, 2013 at 10:57 PM, Lance Java wrote: > Sorry, wasn't aware of the extra work it was creating. I'm happy for a > solution that k

Re: Ways to trigger on value change for the select component

2013-03-25 Thread Thiago H de Paula Figueiredo
On Mon, 25 Mar 2013 09:21:11 -0300, marin mamic wrote: Hi all, Hi! I was wondering if there are any other ways to trigger a server side method when value is changed in the select component except ajax call? Tapestry or not, the answer for you question is "no, unless you submit the wh

Re: delegage or target

2013-03-25 Thread Bård Magnus Kvalheim
Hi Ken. I think what you refer to as the target="" approach is html frames and you can certainly do that with tapestry or any other framework. Here is my understanding of Tapestry 'best practices'. *Master layouts* In tapestry you can create master layouts. A master layout is a page template tha

Ways to trigger on value change for the select component

2013-03-25 Thread marin mamic
Hi all, I was wondering if there are any other ways to trigger a server side method when value is changed in the select component except ajax call? Regards

Re: delegage or target

2013-03-25 Thread Thiago H de Paula Figueiredo
On Sun, 24 Mar 2013 23:09:50 -0300, Ken in Nashua wrote: Ok... for instance I want to just pull up a tml file and start editing the heck out of it... You can't do that, at least not easily. say footer.tml and inside my layout... Is this legal ? or reasonable practice ? No. No. Just