[appengine-java] Custom location for local_db.bin?

2011-01-15 Thread Daniel Kvasnicka jr.
Hey,

is it possible to customize the location of local_db.bin? I need it to be 
somewhere outside the application, so that it doesn't get harmed.
I'm using NetBeans to develop apps and Clean & Build always destroys my 
data.
There must be some option for this, e.g. in appengine-web.xml, right?

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Custom location for local_db.bin?

2011-01-15 Thread A. Stevko
Why not just back it up or check-in to version control?
Another option is to use ln -s to move it.

On Sat, Jan 15, 2011 at 10:29 AM, Daniel Kvasnicka jr. <
daniel.kvasnicka...@gmail.com> wrote:

> Hey,
>
> is it possible to customize the location of local_db.bin? I need it to be
> somewhere outside the application, so that it doesn't get harmed.
> I'm using NetBeans to develop apps and Clean & Build always destroys my
> data.
> There must be some option for this, e.g. in appengine-web.xml, right?
>
> --
> 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
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>



-- 
-- A. Stevko
===
"If everything seems under control, you're just not going fast enough." M.
Andretti

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Custom location for local_db.bin?

2011-01-16 Thread m seleron
Hi,

It might be solved by this thought is not a direct answer.
http://groups.google.com/group/google-appengine-java/browse_thread/thread/3647a2d262386b41

please try thanks.

2011/1/16 A. Stevko :
> Why not just back it up or check-in to version control?
> Another option is to use ln -s to move it.
> On Sat, Jan 15, 2011 at 10:29 AM, Daniel Kvasnicka jr.
>  wrote:
>>
>> Hey,
>> is it possible to customize the location of local_db.bin? I need it to be
>> somewhere outside the application, so that it doesn't get harmed.
>> I'm using NetBeans to develop apps and Clean & Build always destroys my
>> data.
>> There must be some option for this, e.g. in appengine-web.xml, right?
>>
>> --
>> 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
>> google-appengine-java@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>
>
>
> --
> -- A. Stevko
> ===
> "If everything seems under control, you're just not going fast enough." M.
> Andretti
>
>
>
>
> --
> 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 google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.