- This topic has 3 replies, 2 voices, and was last updated 19 years, 10 months ago by
Riyad Kalla.
-
AuthorPosts
-
ringmanMemberI have some problems with deployment Eclipse 3.0.2 and myeclipse 3.8.4
I want to deploy my webapplication called ui to the tomcat5
the normal deployment does not work:
I added the tomcat5 directories in the preferencesI redeploy the whole projekt as packaged archive and it only says:
deployment is out of date due to underlying changes ….And myeclipse deploys nothing.
So I tried to make a custom location
i typed in /opt/java/tomcat5/webapps/
but he tries to deply the things to
/opt/java/tomcat5/webappsui
and not
/opt/java/tomcat5/webapps/uithe slash is being ignored by myeclipse
is this a bug or am i doing something wrong?
Riyad KallaMemberthe slash is being ignored by myeclipse
is this a bug or am i doing something wrong?
The slash problem is a bug, should be fixed soon.
I redeploy the whole projekt as packaged archive and it only says:
deployment is out of date due to underlying changes ….Do you run Ant scripts in your project? You most likely need to 1) remove the deployment, 2) Refresh your project, 3) redeploy your project. When you get that persistent error about “out of date” it usually means there are resources that are newer in your workspace that aren’t getting deployed (likely due to running an ANt script or other external process).
ringmanMemberDo you run Ant scripts in your project? You most likely need to 1) remove the deployment, 2) Refresh your project, 3) redeploy your project. When you get that persistent error about “out of date” it usually means there are resources that are newer in your workspace that aren’t getting deployed (likely due to running an ANt script or other external process).
No I don’t have any ant scripts.
But thanks fpr the hintMaybe there is a problem with the subclipse plugin ?
I’m running this together with myeclipse
Riyad KallaMemberIt could be, we’ve seen worse problems before with the ClearCase and VSS plugins (totally random bugs), so I wouldn’t rule out the possibility that the subclipse plugin might be doing something that circumvents the Eclipse file notification mechanism that MyEclipse keys off of.
-
AuthorPosts