It doesn't look like the Eclipse plugin currently supports this. Feel free to file an issue in our issue tracker.
On Tue, Dec 22, 2009 at 2:47 PM, Marcel Overdijk <[email protected]>wrote: > Hi Don, > > The jar contains a lot of images so it doesn't matter that files need > to be in the same - splitted - jar. > In fact the --enable_jar_splitting sounds perfect for me as I don't > have to do the work myself: just maintain one single jar with the > images, and let gae deployment split them up if necessarily. > > How can I enable --enable_jar_splitting for my app? I'm deploying my > app using the eclipse plugin. > > > On Dec 22, 6:17 pm, Don Schwarz <[email protected]> wrote: > > 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]><google-appengine-java%2B > [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]<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.
