Community
Participate
Working Groups
Build Identifier: 20110218-0911 I have a dynamic web project and 3 java projects. The dynamic web project depends on 3 java projects. I added the project dependencies for web project under Java build path -> Projects under properties. When I publish dynamic web project, the classes of dependent java projects are not deployed under WEB-INF/classes folder. I tried few things like selecting the dependent java projects under "Order and export", adding bin folder of dependent java projects under "Libraries" within Java build path, but nothing helped. The same set up works fine in MyEclipse. Reproducible: Always Steps to Reproduce: 1.Have a dynamic web project and few java projects 2.Set java projects as dependent projects for web project 3.Publish the web project
vishwa, I assume that, based on your build identifier, you are using Eclipse Helios SR2, which corresponds to WTP 3.2.3. Have you tried selecting your project, bring up properties, and then select the Deployment Assembly tab? By using this to include your java projects, it will create jars for them in your Web project's WEB-INF/lib. Assigning to Rob for initial investigation, if there is anything else left to do.
It seems to me this bug is a user error. I encourage any user who is still suffering from an error when using the workflow Carl describes to re-open this bug or open a new one.