Problem:
Web project A depends on a regular Java project B for classes that support general functionality. Project B is marked as a dependency in the Project A project dependencies. When the Project A Web application is deployed to a local server through Eclipse everything works, but when the Web application is Exported into a WAR the dependent Project B files are NOT included and hence the deployed web application does not work. I have looked at all of the settings I can think of but no matter what I select Project B files never get placed into Project A’s WAR even though it is marked as a dependency.
Any solutions out there?
Keith