[appengine-java] --enable_jar_splitting

2009-12-22 Thread Marcel Overdijk
I have a jar file which is to big so I got this message while uploading my app: Unable to update app: Found a jar file too large to upload: D:\Users \MOVERD~1\AppData\Local\Temp\appcfg5433596470093952667.tmp\WEB-INF\lib \footdex-resources.jar. Consider using --enable_jar_splitting. See the

Re: [appengine-java] --enable_jar_splitting

2009-12-22 Thread Don Schwarz
I would recommend that you simply split it into arbitrary pieces yourself. --enable_jar_splitting is a workaround to have the deployment tool do this itself, but this can cause problems with some libraries (e.g. if it expects to find a resource file and a class file in the exact same jar) so I