External dependencies not working

2006-04-25 Thread Jason Harrelson
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

Re: Webapp not recognizing external dependencies that are in classpath

2006-03-28 Thread Jason Harrelson
sspath When you have it as external, do you still have a src/main/webapp/WEB-INF/lib folder? -Stephen On 3/27/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

Webapp not recognizing external dependencies that are in classpath

2006-03-27 Thread Jason Harrelson
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 teh .classpath follows: I get an error when the torque runtime init servlet tries to start up with the web server