We deployed an app using Google App Engine before. We are trying to redeploy the app in Eclipse. We are getting the following errors:
The App Engine SDK '\XXXX\war' on the project's build path is not valid Google App Engine Problem
The output directory for the project should be set to /XXXX/war/WEB-INF/classes
Unknown Google Web App Problem
How can we properly set the build path, for the first error?
Where can we look so we can properly set the output directory?