Add this to your eclipse plugin configuration in your pom : <configuration> <wtpversion>1.0</wtpversion> </configuration>
See : http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html On 4/25/06, Jason Harrelson <[EMAIL PROTECTED]> wrote: > I have a webapp that is not recognizing any of the external dependencies I > have set up in the classpath. These were set up using the maven eclipse > plugin. An example entry form the .classpath follows: > > <classpathentry kind="var" path="MAVEN_REPO/torque/jars/torque- 3.2.jar"/> > > I am getting a class not found error for all classes contained in jars that > are set up as external dependencies. > > If I move the .jar's to the lib directory of my webbapp I no longer receive > errors. > > The MAVEN_REPO variable is set up correctly and all of the external > dependencies are found successfully in order to compile. > > Please help? I thank you in advance! > > -- > Jason Harrelson > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
