I have a question. Ich have two projects one is a WTP project and the
other is a simple java project. The WTP project depends on the simple java
project. I add the depend project to the buildpath and eclipse find the
classes.
The problem is when I publish the WTP project to a tomcat server the
depended project is not publish to the server or isn't copied to the
classes directory.
Is that a bug? When not how must I configure the projects that both are
published.
I have a Workaround. I export the simple java project to a jar and copy
the jar in the lib dir. But that is not a good solution.