We’re trying to migrate our project over to use Eclipse.
We’ve got 3 different things:
1. The WebApp
2. Several EJBs
3. A seperate library
Now, since the EJBs depend on the library and the webapp depends on the EJBs, we can’t really combine the seperate library and the webapp.
We also can’t really move the seperate library stuff into the EJBs for various reasons.
Currently, we have a custom Ant script that compiles the library, then builds the EJBs and then builds the webapp.
Is there any way we can get a non-web project included in the application so that Eclipse/MyEclipse recognizes it and deploys it?
If this doesn’t make sense, let me know 🙂