I have a simple Dynamic Web project created in Eclipse 3.6 Helios, but I have problems using it in another project that I have.
I added a link to my other project on the build path of my web project, and I have no problems in terms of compilation, only in terms of deploying and testing the result. The embedded web application does not contain a jar in the WEB-INF / lib directory, so it is fair enough that it cannot find the code. The question is how I asked it. I looked through the help that I can find and do some work, but I can not find anything obvious that helps.
How do I set up my web project so that when I deploy it, it has magic code from my dependent project inside it?
Thanks.
Note. Ideally, I would like to get a solution that is not related to setting up any build tool. A web project is deployed without resorting to any building tool (or at least not visible to the end user), so it was more likely that the link project could be easily integrated into it.
eclipse web-services
Tom quarendon
source share