Community
Participate
Working Groups
I am running Helios JEE SR2 with a Tomcat server. I added some projects to my Dynamic Web Project through the Deployment Assembly properties page. This is a follow on to Bugzilla 348957. When I look at the files that this action changed, I feel that it has changed too many of my files. It should not change my .classpath files and it should not add "empty" MANIFEST.MF files.
Created attachment 197737 [details] Changed files
I have attached a screenshot that shows the files that were changed as a result of adding projects via the Deployment Assembly page. The code in these "utility" projects, is for the most part POJOs. I want to be able to reuse this code in OSGi applications, simple Java applications, and as utility code to my web projects. I don't want my classpath changed (for no good reason) as that will break my code in it's other uses. I undid the classpath and MANIFEST.MF changes, and as near as I can tell, everything works correctly.
*** This bug has been marked as a duplicate of bug 197221 ***