Fantastic. Thank you for the tip! -- James
On Dec 2, 2:15 pm, Toby Reyelts <[email protected]> wrote: > Hey James, > > You can set the file that the datastore uses with the system > property, "datastore.backing_store". For example, > > dev_appserver.sh > --jvm_flag=-Ddatastore.backing_store=c:\my_project_datastore.blob > my_project\war > > On Sat, Nov 21, 2009 at 12:02 PM, James Cooper <[email protected]>wrote: > > > 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]<google-appengine-java%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=. -- 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=en.
