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 <schwa...@google.com> 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
> <marceloverd...@gmail.com>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
> > google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2B 
> > unsubscr...@googlegroups.com>
> > .
> > 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to