There is a problem for me when I use Google Web App Wizard Eclipse IDE (running on Mac OSX 10.7) I try to do in If I try to create a project by using any name / package (using the latest GWT and GAE SDK), I get an error without generating the sample code:
Creating element failed :
Reason: The resource '/xxx/war/WEB-INF/web.xml' already exists.
Or alternatively
The reason 'resource' / xxx / war / web-INF / appengine-web.xml 'already exists.
The process of the project does not end, and when I exit, there is a folder that is in the fixed workspace with 'xxx'. Although it does not only have a search folder (with a module or package) a war folder (with no library, CSS, or HTML files), and does not import .jar files from the SDK.
If I follow this process properly, except for the permission to create a sample code, all the files are there if I do not use the Google app engine and follow this procedure, then all Although files are present there, this is a special process that is causing the problem. I do not want to re-install Eclipse and all its plugins, only to get it again, so if someone can help me identify the source of the problem, it would be greatly appreciated.
Thank you!
Create an app, describing you by leaving the "app engine" unchecked.
Then turn on GAE through project properties dialogue.
Comments
Post a Comment