Community
Participate
Working Groups
Build Identifier: 20110218-0911 I’m creating my first Google APP Engine application. I’m working with: Windows &, Eclipse Helios Release 2, Java EE jdk1.6.0_23, APP Engine 1.5.4, GWT 2.4.0. I’ve created by mistake file: MyProject.gwt.xml in two directories. I’ve deleted one from wrong directory, but Eclipse still looking for deleted file. How I can fix this problem? Reproducible: Always Steps to Reproduce: 1.Create the file MyProject.gwt.xml in directory my.dir.project 2.Create the file MyProject.gwt.xml in directory my.gir.project.client 3.Delete MyProject.gwt.xml from directory my.gir.project.client 4.Run application as web application
(In reply to comment #0) > I’ve > deleted one from wrong directory, but Eclipse still looking for deleted file. I don't understand what you mean here. How do you know the computer is looking for a deleted file?
Anna emailed me in private with follow-up details but it doesn't look like she has copied it over to this bug when I asked her to in my reply. This looks like an issue with the GAE plug-in. -------------------------- Your question: I don't understand what you mean here. How do you know the computer is looking for a deleted file? My answer: When I'm trying to execute : Run as web application, Eclipse tells me: // uw.cs.magda.client.Magda [ERROR] Unable to find 'uw/cs/magda/client/Magda.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source? [ERROR] shell failed in doStartup method // File 'uw/cs/magda/client/Magda.gwt.xml' is deleted. Anna Balazinska