Class file missing from war file deployment
411222Mar 8 2004 — edited Mar 15 2004I have a web application that is being deployed to a war file. I have deployed several times successfully. Then with the latest changes, there is a class file that does not get included into the war file. It does get compiled and does exist in the project directory.
The class file is in a seperate project from the project where the war file deployment profile is; however both projects are in the same workspace.
There are several other classes in the project that contains the missing class file that does get included in the war file. I don't see anywhere in the profile where these files are selected individually.
I'm at a loss as to how to fix this problem other than add the file after deployment.
Appreciate any help or ideas...
Keith...