Maven takes the jar file like "struts-1.2.9.jar" and puts em into
\WEB-INF\lib - I am just not sure if the "1.2.9" ending is fine -
before it was just struts.jar. Could this be the problem?
If so, how to avoid it?


Marcus

-----Ursprüngliche Nachricht-----
Von: David Friedman [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 31. Mai 2006 16:23
An: Struts Users Mailing List
Betreff: RE: Maven + Struts

Your error suggests your war file doesn't have the appropriate struts .jar
file(s) in /WEB-INF/lib.  I had a similar Maven problem until I double
checked I was using the proper Maven directory structure AND had appropriate
pom.xml project dependencies.  Have you double checked that Maven put your
.war and target directories for the Struts jars?  If not check the structure
of your Maven setup because the files weren't copied into my LIB directory
until I had the correct structure.

This is an interesting coincidence because I started trying to add Maven to
my Eclipse + Tomcat setup just YESTERDAY.  It took me all day to get
everything to build 'normally.'  I am using Eclipse (3.1.2) with the Eclipse
Maven PlugIn (http://maven.apache.org/eclipse-plugin.html) and the Sysdeo
Tomcat plugIn (my choice for over a year now).

Regards,
David


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

Reply via email to