System:
JDK 1.4.2_03
Windows XP
Eclipse 2.1.2
ME 2.7rc1, clean install
Problem Summary:
Using the deployment tool in ME, I have already setup one deployment target for my project: an exploded webapp in my Tomcat webapps dir. Works great.
Now I just tried to hit “Add” to add another target, which would create a WAR file for me, so I could grab it and upload it to the server that this project goes on.
I got an error dialog that popped up saying:
“No enabled and configured servers available. Project XYZ can not be deployed at this time. See MyEclipse preferences to enable a server.”
Now Tomcat 5.0 is the ONLY server I have enabled. This dialog message implies to me that I am only allowed 1 deployment target PER server, is this the case?
Why does ME care? Shouldn’t this deployment list just be an arbitrary list of all deployment targets setup by the user?
If it is the case that only 1 target per project is allowed, can this be fixed to allowed arbitrary (Even duplicate) deployment targets to be setup?
Purpose:
So I can setup two deployment targets for the same project. One creates an exploded app that I use while developing, the other creates a WAR that I can quickly upload to the production server when I’m done testing.
Best,
Riyad