On Sat, Feb 8, 2014 at 4:50 AM, Seppo Suorsa <[email protected]> wrote: > > I have 2 App Engine projects, let's say 'App1' and 'App2'. App1 is for > beta testers and App2 is a public version of the same application. So they > have common Eclipse projects and files and all, only difference is that > App1 url is known only to beta testers. > > Then I do the following: > 1. I made changes to Eclipse project, tested locally, everything is OK. > 2. I deployed changes to App1 for beta testers using 'Deploy to App > Engine' in Eclipse, everything was deployed OK and App1-appspot.com works > OK. > 3. I want to deploy the same version to App2 so all can enjoy the beta > tested version. But here's the problem, 'Deploy to App Engine' thinks I > have no changed files and uploads 0 files. So > App2.appsot.com<http://app2.appsot.com/> is > not updated. > > Any suggestions how I can deploy all files also to App2? >
The simplest solution is to add a short comment; even a space is enough for Eclipse to recognize a changed file. What you could also do is upload the application via appcfg.sh; not invoking it through Eclipse, but through another command line prompt. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
