How do we setup dependent projects in Eclipse(3.3.0/WST 2.0.0)? We have two
projects one web project and another that it depends on. How do we get the
Eclipse deployer to copy the compiled files into the classes folder in web
project or create a jar in the lib folder of the web project? Or would it
be possible to setup the dependent project to copy compiled files into the
web project? And if there is a better way to do please let me know.
Thanks,
Tom
Tom Henricksen wrote:
> How do we setup dependent projects in Eclipse(3.3.0/WST 2.0.0)? We have two
> projects one web project and another that it depends on. How do we get the
> Eclipse deployer to copy the compiled files into the classes folder in web
> project or create a jar in the lib folder of the web project? Or would it
> be possible to setup the dependent project to copy compiled files into the
> web project? And if there is a better way to do please let me know.
> Thanks,
> Tom
>
>
On the project properties J2EE Module Dependencies page of the web
project, check the other project. A jar will be built from that project
and included in WEB-INF/lib.