Hi,

i solved it. The Problem was a missing dependency in pom.xml:

<dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-web</artifactId>
         <version>${spring.version}</version>
</dependency>

Added this to the other dependencies.

regards

Spirka, Andreas | SCARUS schrieb:
Hello,

i downloaded the Basic Struts2 archetype. But i get an error when i try to run mvn:

Login:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing ant tasks

Embedded error: The following error occurred while executing this line:
C:\TestAppFuse\sipromastrutsbasic\src\test\resources\login.xml:1: Step[invoke "g
et Login Page" (1/6)]: HTTP error 404, at: invoke
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33 seconds
[INFO] Finished at: Thu Apr 24 09:27:35 CEST 2008
[INFO] Final Memory: 26M/63M
[INFO] ------------------------------------------------------------------------

mvn jetty:run and mvn jetty:run-war don't work.
But the Jsf and Tapestry archetypes work well. Why must Struts always break ranks?

regards
Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Andreas Spirka


SCARUS GmbH & Co. KG
E3, 13
68159 Mannheim

Tel.: +49-(0)621-761926-0
Fax: +49-(0)621-761926-59
Mobile: +49-(0)179-14 60 543

www.scarus.de <http://www.scarus.de/>

USt.-ID DE 237062963 * Amtsgericht Ludwigshafen HRA 3884
Geschäftsführer: Matthias Ulrich & Christoph Kurek

Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank.

This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to