- This topic has 7 replies, 2 voices, and was last updated 16 years, 3 months ago by
Loyal Water.
-
AuthorPosts
-
I’ve got a bunch of web projects that reference standard Java projects in my workspace; e.g., a web project will reference a plain old Java project that contains utility classes.
I’m constantly seeing “Warnings” in my Warnings tab: “Deployment is out of date due to changes in dependent project…”. The problem is that I haven’t made any changed to the referenced project. Even if I redeploy the web project, once the workspace rebuilds the “out of date” message re-appears.
Any ideas on how I can remedy this problem? The erroneous warnings are causing me to redeploy my web apps repeatedly just to be safe.
Here are my installation details:
*** Date: Monday, January 26, 2009 1:44:33 PM CST ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.5.0_11 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 7.0 Build id: 7.0-20081201 *** Eclipse details: MyEclipse Enterprise Workbench Version: 7.0 Build id: 7.0-20081201 Eclipse Platform Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu Build id: M20080911-1700 Eclipse Java Development Tools Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97 Build id: M20080709-0800 Eclipse Graphical Editing Framework GEF Version: 3.4.1.v20080806-67718083A56B4H2A3213573 Build id: 200809101400 Eclipse RCP Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341 Build id: M20080703-0800 Eclipse Plug-in Development Environment Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP Build id: M20080703-0800 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\Genuitec\MyEclipse 7.0\myeclipse.exe -name Myeclipse --launcher.library C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll -startup C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar -clean -configuration C:\Program Files\Genuitec\MyEclipse 7.0\configuration -vm C:\Program Files\Genuitec\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll
Thanks,
CurtJanuary 27, 2009 at 10:07 am #294022
Loyal WaterMemberCurt,
You should remove the deployments (undeploy) and make sure all the files have been removed / undeployed from the server.Then refresh your projects in the Package Explorer and deploy the projects. Does that help resolve the issue?
January 28, 2009 at 6:22 am #294067No, unfortunately it didn’t help. And it’s a pretty painful process to do over my home DSL line 🙂
I also tried undeploying everything, then running MyEclipse with the -clean option, then redeploying, but I still get the “deployment out of date” warnings.
One other thing to note: the “deployment out of date” warnings come when I run the “Clean…” option from the Project menu. I’ve always been able to do this without having these warnings appear. I’ve recently installed ME7, but I don’t know if that has anything to do with the problem.
Any other suggestions?
February 4, 2009 at 10:05 am #294341I’m still having trouble with this. Projects in my workspace are telling me that they need to be redeployed due to changes in a dependent project, even though I have made no changes to the dependent project.
This is happening even when I don’t run the “Clean…” option. It seems to be happening all the time.
I’ve done as you suggested — the undeploy-redeploy strategy, but it didn’t seem to help.
Any ideas as to how I can fix this?
Thanks,
CurtFebruary 11, 2009 at 8:27 am #294678Has there been any progress on this?
February 11, 2009 at 12:12 pm #294695
Loyal WaterMemberCurt,
We have been unable to reproduce this issue at our end. In case you can think of a condition that will help us replicate this issue, please let us know.February 26, 2009 at 6:34 am #295306I can’t think of anything that would help to recreate the issue, unfortunately. I have moved all of my projects to a new workspace and things seem to be working properly now.
Thanks,
CurtFebruary 26, 2009 at 1:06 pm #295328
Loyal WaterMemberI’m sorry for the inconvenience caused. Let me know if you run into this issue again.
-
AuthorPosts