On Thu, 02 Dec 2010 13:26:48 -0200, robnangle <robnan...@gmail.com> wrote:

I create my project through the command:
mvn archetype:generate
-DarchetypeCatalog=http://tapestry.formos.com/maven-repository

It should be http://tapestry.apache.org. You're probably getting a very old version, as that repository isn't used for months.

then to import it into eclipse:
mvn eclipse:eclipse sysdeo-tomcat:generate

Do yourself a favor: use m2eclipse and use RunJettyRun or jetty:run to run the application, as least when you're still getting started.
Your problems are due to lacking packages in your classpath.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to