I’ve created several Eclipse User Libraries and I’ve added them to a MyEclipse Web project. When I deploy the build to a server (Tomcat 5.5 to be exact), it does not deploy the jar files of the User Libraries.
I looked under the project properties, MyEclipse-Web and see that there’s configuration settings for Library Deployment Policies. I changed the workspace settings and checked ‘Jars in Web Project’s user libraries’, but they’re still not being deployed.
Am I misunderstanding what that means? How do I get the jar files from the User Libraries put into the WEB-INF\lib directory when I deploy, or should I just create a build.xml to do it?
Thanks.