I have a project with a lot of preprocessing. I wrote this part and now I would like to convert the project into a GAE project. I have included GAE support in Project-> Properties and have some functionality, but when I want to test the application, I get a "web application archive directory" does not exist.
Is there a way to automatically generate missing folders and files, or do I need to do this manually?
I do not want to copy my classes into a newly created project, as that would mean losing all my version control.
java eclipse google-app-engine
Leonard ehrenfried
source share