Maven 2.0.6 works fine for quickstart. I switched back to 2.0.5 yesterday, per recommendation, and it made no difference to me.
Steps for now, until the quickstart example is fixed: Use the quickstart archetype command line (the doozy one), here: http://tapestry.apache.org/tapestry5/quickstart/ That long string is this: mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.3 -DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp -Dversion=1.0.0-SNAPSHOT cd into the myapp At this point you can't just run mvn jetty:run, because it wants tapestry 5.0.3. Open up POM.xml in a text editor. At the bottom where it reads <tapestry-release-version>, change 5.0.3 to 5.0.4 or 5.0.5-SNAPSHOT Then save, and you can now run mvn jetty:run Make sure you don't have anything else running on port 8080, like tomcat, iis, etc, since Jetty will use that port by default. On 5/25/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
It's about the quickstart and I'm sorry that the quickstart is broken. Maven 2.0.6 may work for Hello World, it's currently broken for building Tapestry itself. Have you watched the screen cast? Read the tutorial? On 5/25/07, RobertSchreiber <[EMAIL PROTECTED]> wrote: > > > Howard, > > I use Maven version 2.0.6 is that ok or do I need to go back? > > Tapestry is cool. But nowbody will ever know, because you do not know how > to > get it running. > > What exactly are the steps to take to get at least a hello world banner > running ?!? > > Imagine somebody who is really interested in your work (like me for > example). > > If you want to try to get a simple "hello world" running you get lost in a > battle against a myriad of maven errors. I have a really good condition > but > another Maven error and I will bite into my desk. > > I don't want to spend my time getting that f*ing Maven to work. I want to > see how Tapestry works, what the changes to T4.1 are and how to use it. > > Why can't you simply provide a WAR file with everything including a few > examples in it? > > I do not ask for much just a HELLO WORLD! > > Best regards, from a really frustrated Robert > > > Howard Lewis Ship wrote: > > > > Maven actually works really well, once you get started. The issue here > > was > > a perfect storm of minor errors in the quickstart archetype, an apparent > > Maven bug, and problems with the build (resulting in key artifacts being > > uploaded to the wrong location). > > > > The tapestry-snapshot repository should be > > http://people.apache.org/~hlship/tapestry-snapshot-repository > > > > The 5.0.5-SNAPSHOT artifacts are now in the correct location > > (tapestry-snapshot-repository). > > > > Make sure to use Maven 2.0.5 (!!). > > > > On 5/24/07, RobertSchreiber <[EMAIL PROTECTED]> wrote: > >> > >> > >> Help! I'm trying to download the latest T5 Snapshot to see what the new > >> release is all about. > >> > >> Up to now I was always fail with some obscure maven error message. > >> > >> What do I do wrong? Is there any description what I have to do to get > the > >> software ( including dependent libraries). > >> > >> Why can't somebody deliver a jar file with everything in it, how the > >> spring > >> guys do? > >> > >> Wouldn't it be nice to have a t505-withdependencies.jar including > >> tapestry*.jar > >> javaassist.jar > >> etc... > >> workbench.war > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/Shipwreck-when-downloading-T5.0.5-tf3809133.html#a10780793 > >> Sent from the Tapestry - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > Howard M. Lewis Ship > > TWD Consulting, Inc. > > Independent J2EE / Open-Source Java Consultant > > Creator and PMC Chair, Apache Tapestry > > Creator, Apache HiveMind > > > > Professional Tapestry training, mentoring, support > > and project work. http://howardlewisship.com > > > > > > -- > View this message in context: > http://www.nabble.com/Shipwreck-when-downloading-T5.0.5-tf3809133.html#a10800274 > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]