I am quite new to both Eclipse and MyEclipse so there is probably a good chance that I just doing this all wrong but here is my problem…
I have a quite large web application that is comprised of multiple web modules many of which are dependent on a package of classes in a separate eclipse project (a standard java project). Inside of the Eclipse IDE all of the necessary information for proper compilation has been correctly entered and all of the classes and JSPs across all of the modules compile correctly. The problem is that when the modules deploy the dependent library project is left behind. So, is there an option I have missed someplace to indicate that dependant projects should be deployed with the modules or is it necessary to do this separately? If the library must be brought over to the application server separately is there a way to automate this?
Before moving this project to eclipse the the library package was built and packaged into a jar with an ant build. The web modules were built and deployed with their own ant scripts that coppied the jar into the correct location in the appserver.
Thanks in advance,
John