pruebasetichat / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

DevAppServer does not support VMRuntimes #281

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to modify the execution of the DevAppServer to set the proper flags in 
the case where the user is making use of VM Runtimes.

The best approach would be to follow Maven's implementation of launching the 
DevAppServer:

https://code.google.com/p/appengine-maven-plugin/source/browse/src/main/java/com
/google/appengine/devappserver/AbstractDevAppServerMojo.java

(See isVMRuntime)

Original issue reported on code.google.com by rdayal@google.com on 13 May 2014 at 8:38