Thank you for the replies, @Dustin, everything seems to have been downloaded fine.
@Matt, thank you. Surprisingly enought, it did work with jetty:run-war and cargo.wait = true (I was able to access the app at localhost:8081) - Tomcat does not work though, I will try the workaround. Marcelo. On Mon, May 5, 2008 at 12:16 AM, Dustin Pearce <[EMAIL PROTECTED]> wrote: > Have you edited your pom.xml at all? It appears that there is trouble > loading up your Spring libraries. Were there any problems downloading > the dependent libraries when you started? > -D > On May 4, 2008, at 6:39 PM, Marcelo de Moraes Serpa wrote: > > mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes > -DarchetypeArtifactId=appfuse-modular-struts -DremoteRepositories= > http://static.appfuse.org/releases -DarchetypeVersion=2.0.1 > -DgroupId=com.mycompany.app -DartifactId=myproject > > >