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 would recommend trying it manually yourself.
On Tue, Dec 22, 2009 at 10:01 AM, Marcel Overdijk <[email protected]>wrote: > 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 deployment console for more details > 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. > > GAE hint to use something like --enable_jar_splitting (command line > argument?), but I can nowhere find any documentation about this. > > Can I also use this from Eclipse plugin? > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
