Refactored App Engine project - now Eclipse is infinitely building the project without end

Posted by Yog on Stack Overflow See other posts from Stack Overflow or by Yog
Published on 2010-03-24T03:28:41Z Indexed on 2010/03/24 3:33 UTC
Read the original article Hit count: 301

I renamed some files in my App Engine project and refactored code, changing references to variables. Everything seemed fine until I changed the references in the web.xml for the project. Then I got a complaint about some error with the DataNucleus enhancer and now the project build process is stuck at 22%. I tried stopping Eclipse and restarting but the build process keeps hanging. Any tips on how to clean out whatever it's getting stuck on?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about java