Hi, I guess the archetype is kind of in between versions.
I guess the deprecated @IncludeStyleSheet has been removed in 5.3 and should he replaced with @Import(stylesheet="context:layout/layout.css") HTH. -- Chris On Sun, Jun 19, 2011 at 12:04 PM, Angelo C. <angelochen...@gmail.com> wrote: > Thanks, works this time, see those 5.3.0 jar's being downloaded, but got > this: > > [ERROR] > > /Users/wcc/test_t5_3/newapp/src/main/java/com/example/newapp/components/Layout.java:[11,1] > cannot find symbol > [ERROR] symbol: class IncludeStylesheet > [ERROR] @IncludeStylesheet("context:layout/layout.css") > [ERROR] -> [Help 1] > > I do have another question, how to create a project in 5.3.0, following is > not working: > > mvn -DarchetypeVersion=5.3.0 -Darchetype.interactive=false > -DgroupId=com.example -DarchetypeArtifactId=quickstart > -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry > -Dpackage=com.example.newapp -DartifactId=newapp --batch-mode > -DarchetypeRepository= > https://repository.apache.org/content/repositories/orgapachetapestry-023/ > archetype:generate > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Trying-out-5-3-0-tp4503041p4503126.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >