Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GAE plugin or GAE appcfg.cmd are not working with --enable_jar_splitting parameter

I have this error message:

Preparing to deploy: Created staging directory at: 'C:\Users\leet\AppData\Local\Temp\appcfg4768292050846213939.tmp' Scanning for jsp files. Compiling jsp files. Scanning files on local disk. java.io.IOException: Jar C:\Users\leet\AppData\Local\Temp\appcfg4768292050846213939.tmp\WEB-INF\lib\appengine-api-1.0-sdk-1.7.7.jar is too large. Consider using --enable_jar_splitting.

I issued the command like this, but it does not work with --enable_jar_splitting.

"C:\Program Files\Java\jdk1.7.0_17\bin\java.exe" -Xmx1100m -cp "%~dp0..\lib\appengine-tools-api.jar" com.google.appengine.tools.admin.AppCfg --enable_jar_splitting -e [email protected] update "C:\myfolder\myproject\war"

Any comment?

like image 944
lannyboy Avatar asked Oct 04 '22 11:10

lannyboy


1 Answers

The Java App Engine 1.7.7.1 SDK has been released to address this windows specific issue. The Google Eclipse plugin has been updated, as well as the Google App Engine Maven artifacts and plugin (just use the 1.7.7.1 version).

like image 82
ludo Avatar answered Oct 10 '22 20:10

ludo