[google-appengine] Re: Retrieving Source from GAE

2012-09-16 Thread Mo
 I don't even want the source code, just the binaries. Then I can use a 
Java decompiler to get back my source code. But alas!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/9WYDtgkIUfEJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Retrieving Source from GAE

2012-09-16 Thread Joakim
This thread is three years old, for current information on how to download 
your application, see the documentation: 
https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Downloading_an_Application
Also, there is no excuse for not using version control (bitbucket offers 
free hosting) and/or backups.

On Sunday, September 16, 2012 10:01:14 AM UTC+2, Mo wrote:
>
>  I don't even want the source code, just the binaries. Then I can use a 
> Java decompiler to get back my source code. But alas!
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/dvIXKPs8p8EJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Retrieving Source from GAE

2009-09-03 Thread djidjadji

That is not possible

Next time upload a zip file with the sources and make it available for
admin download. Or use a non crashable backup medium.

2009/9/3 ae :
>
> Hi, I had a couple of hard drives die one after the other in a shot
> period of time so I lost all my source code.  Can someone from Google
> please PLEASE help me retrieve the source from GAE?  Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Retrieving Source from GAE

2009-09-03 Thread Sylvain

To upload a zip, I use this (with 7zip) :
http://groups.google.com/group/google-appengine/msg/e704e2a64802ba62

On Sep 3, 8:02 pm, djidjadji  wrote:
> That is not possible
>
> Next time upload a zip file with the sources and make it available for
> admin download. Or use a non crashable backup medium.
>
> 2009/9/3 ae :
>
>
>
> > Hi, I had a couple of hard drives die one after the other in a shot
> > period of time so I lost all my source code.  Can someone from Google
> > please PLEASE help me retrieve the source from GAE?  Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Retrieving Source from GAE

2009-09-04 Thread niklasr



On Sep 3, 12:48 pm, ae  wrote:
> Hi, I had a couple of hard drives die one after the other in a shot
> period of time so I lost all my source code.  Can someone from Google
> please PLEASE help me retrieve the source from GAE?  Thanks.
appfilesbrowser.googlecode.com can handle it when integrated.
also according to old info
groups.google.com/group/google-appengine/browse_thread/thread/
fefbff79e6f4b16d/6a1e297b442e7b64
Naturally we fancy and await more integrated vcs to our deployments,
if it won't come we'll build it.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Retrieving Source from GAE

2009-09-04 Thread Tim Hoffman



On Sep 4, 12:48 am, ae  wrote:
> Hi, I had a couple of hard drives die one after the other in a shot
> period of time so I lost all my source code.  Can someone from Google
> please PLEASE help me retrieve the source from GAE?  Thanks.

Unfortunatley if you don't install one of the various tools to
retrieve code  before you lose your code
you are out of luck.

If you don't want to use a public vcs I suggest you in the future tar /
zip up you code and mail it to yourself in gmail.
At least that way you will have an offsite backup.


T
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Retrieving Source from GAE

2009-09-04 Thread Jeff Enderwick

dropbox is a nice/convenient option as well.

GOOGers, this is a missing feature that many customers have
assumed/expected, to their detriment. Personally, I have on & off-site
backups, but it seems that many aren't so fortunate (or are a little
too nonki). Yeah, if the customer uses his/her head, this situation
can be avoided. But the bottom line is that you are witnessing
customer pain, and by not addressing it, you will inevitably loose
customers.

$.02

On Fri, Sep 4, 2009 at 5:43 PM, Tim Hoffman wrote:
>
>
>
> On Sep 4, 12:48 am, ae  wrote:
>> Hi, I had a couple of hard drives die one after the other in a shot
>> period of time so I lost all my source code.  Can someone from Google
>> please PLEASE help me retrieve the source from GAE?  Thanks.
>
> Unfortunatley if you don't install one of the various tools to
> retrieve code  before you lose your code
> you are out of luck.
>
> If you don't want to use a public vcs I suggest you in the future tar /
> zip up you code and mail it to yourself in gmail.
> At least that way you will have an offsite backup.
>
>
> T
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Retrieving Source from GAE

2009-09-05 Thread djidjadji

Allowing it you also allow others to download your code when they get
your account details, in any way thinkable.

Google NEVER implement it.

Don't rely on your hard drive, but on proper software development
practice/workflow.

If you count all the GAE developers and the ones that request this, it
is a feature that a very small percentage of developers request.

2009/9/5 Jeff Enderwick :
>
> dropbox is a nice/convenient option as well.
>
> GOOGers, this is a missing feature that many customers have
> assumed/expected, to their detriment. Personally, I have on & off-site
> backups, but it seems that many aren't so fortunate (or are a little
> too nonki). Yeah, if the customer uses his/her head, this situation
> can be avoided. But the bottom line is that you are witnessing
> customer pain, and by not addressing it, you will inevitably loose
> customers.
>
> $.02
>
> On Fri, Sep 4, 2009 at 5:43 PM, Tim Hoffman wrote:
>>
>>
>>
>> On Sep 4, 12:48 am, ae  wrote:
>>> Hi, I had a couple of hard drives die one after the other in a shot
>>> period of time so I lost all my source code.  Can someone from Google
>>> please PLEASE help me retrieve the source from GAE?  Thanks.
>>
>> Unfortunatley if you don't install one of the various tools to
>> retrieve code  before you lose your code
>> you are out of luck.
>>
>> If you don't want to use a public vcs I suggest you in the future tar /
>> zip up you code and mail it to yourself in gmail.
>> At least that way you will have an offsite backup.
>>
>>
>> T

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---