I have several versions of the same project in the same workspace…and I suffix each version with “_n”. So I have MyProject_1, MyProject_2, etc.
However, when I try to deploy one of the versions, the deployment location doesn’t include the suffix. That is, when I deploy MyProject_3, I expect the location to be:
C:\bea\user_projects\domains\testdomain\applications\MyProject_3
but instead, the location is:
C:\bea\user_projects\domains\testdomain\applications\MyProject
The first time I deployed MyProject_3, I didn’t have the name changed everywhere in the project, so my build generated MyProject.war instead of MyProject_3.war. I deleted my deployment and made the necessary changes. But it still gets deployed to “MyProject” instead of “MyProject_3”.
For every other project, I select “Weblogic 8” from the “Server” list-box on the New Deployment screen. The “Deploy Location” is correct and can’t be changed. However, for MyProject_3, the only way I can get the correct “Deploy Location” is to specify “Custom Location” for the server and manually enter the correct path & name.
Where is MyEclipse getting the path and project name from?
TIA