Re: [T5] more tutorials or sample projects?

2007-09-26 Thread Davor Hrg
you can avoid test casses hassle by calling: mvn -Dmaven.test.skip install Davor Hrg On 9/22/07, Robert A. Decker [EMAIL PROTECTED] wrote: Ok, so I checked out the tapestry trunk with subversion, then cd'd into the directory and ran 'mvn install'. It seems to be stuck on the Running

Re: [T5] more tutorials or sample projects?

2007-09-26 Thread Josh Penza
When I try to run the app1 example in tomcat, I get the following exception: Component Countdown does not contain an embedded component with id 'count'. Can anyone tell me what I'm doing wrong? On 9/26/07, Davor Hrg [EMAIL PROTECTED] wrote: you can avoid test casses hassle by calling:

Re: [T5] more tutorials or sample projects?

2007-09-21 Thread Francois Armand
Robert A. Decker wrote: [...] It looks like those annotation classes exist in the latest version (the svn export) but not in version 5.0.5. What's the old way (version 5.0.5) way of doing: @OrderAfter(lastName) and @OrderBefore(citizen) There wasn't annotation to do this before 5.0.6

Re: [T5] more tutorials or sample projects?

2007-09-21 Thread Davor Hrg
you can run mvn install from downloaded tapestry source and use 5.0.6-SNAPSHOT in your pom On 9/21/07, Francois Armand [EMAIL PROTECTED] wrote: Robert A. Decker wrote: [...] It looks like those annotation classes exist in the latest version (the svn export) but not in version 5.0.5.

Re: [T5] more tutorials or sample projects?

2007-09-21 Thread Robert A. Decker
Ok, so I checked out the tapestry trunk with subversion, then cd'd into the directory and ran 'mvn install'. It seems to be stuck on the Running Integration Tests step (after opening a browser with the link http://localhost:/selenium-server/core/SeleneseRunner.html?

[T5] more tutorials or sample projects?

2007-09-20 Thread Robert A. Decker
I'm just about done with the tapestry 5 tutorial - working on the Form Fields section now. When I'm done with that I was wondering if I should start going through the tapestry 4 tutorials, or is 4 different enough from 5 where it doesn't make sense? What I'd like to do next is write a

Re: [T5] more tutorials or sample projects?

2007-09-20 Thread Davor Hrg
If not yet ... check this wiki: http://wiki.apache.org/tapestry/Tapestry5HowTos Davor Hrg On 9/20/07, Robert A. Decker [EMAIL PROTECTED] wrote: I'm just about done with the tapestry 5 tutorial - working on the Form Fields section now. When I'm done with that I was wondering if I should start

Re: [T5] more tutorials or sample projects?

2007-09-20 Thread Josh Canfield
When I'm done with that I was wondering if I should start going through the tapestry 4 tutorials, or is 4 different enough from 5 where it doesn't make sense? T5 is a new creation, so T4 tutorials would be irrelevant, unless you want to know where we've been. Josh -- -- TheDailyTube.com.

Re: [T5] more tutorials or sample projects?

2007-09-20 Thread Robert A. Decker
Thanks for the responses. One problem I'm having now - I svn exported the tapestry trunk and started putting the app1 tests into my tutorial project. Everything compiles except two classes that reference: import org.apache.tapestry.beaneditor.OrderAfter; import