Open GoogleCodeExporter opened 8 years ago
I also posted this issue here:
https://code.google.com/p/googleappengine/issues/detail?id=9844 since it might
be a limitation of appcfg.
Original comment by ingo.jae...@gmail.com
on 15 Aug 2013 at 10:10
From looking at the source it looks like I could do the following to change the
default version.
$ mvn appengine:set_default_version
Is that correct?
Original comment by ingo.jae...@gmail.com
on 16 Aug 2013 at 4:02
Ha i've dealt with this case for months now. I just add path to appcfg in my ci
deployment to set default version and manually delete a few versions each
deployment. I actually had made a python empty app because this functionality
wasn't in the java sdk appcfg.
I also make use of replacer plugin when packaging on appengine-web.xml for
individual appengine and version deployment.
You can now have more than 10 versions no need to delete them, not sure if this
is officially stated somewhere but ever since the introduction of modules we
can exceed this cap.
Original comment by i...@electionear.com
on 20 Aug 2013 at 9:54
Original issue reported on code.google.com by
ingo.jae...@gmail.com
on 15 Aug 2013 at 10:06