Hi, I'm running the GAE/J dev server via a maven build. It appears that it rebuilds the target/[project name] directory each build, which deletes the WEB-INF directory. Consequently my local datastore is deleted each time I do a build and restart my dev server.
Is there a flag I can pass the dev server that will specify an alternate path for the local_db.bin file? Anyone else experiencing this when using maven with GAE? I'm not a maven expert, so there may be an alternate solution that preserves the WEB-INF dir across builds. thanks, -- James -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=.
