[appengine-java] Re: --enable_jar_splitting

2009-12-22 Thread Marcel Overdijk
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  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
> 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 > 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.




[appengine-java] Re: --enable_jar_splitting

2009-12-23 Thread Marcel Overdijk
For reference: I've created issue 2552.
http://code.google.com/p/googleappengine/issues/detail?id=2552&sort=-id&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component

On 22 dec, 23:15, Don Schwarz  wrote:
> 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
> 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  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
> > > 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 > > >  unsubscr...@googlegroups.com> > 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 > 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.




Re: [appengine-java] Re: --enable_jar_splitting

2009-12-22 Thread Don Schwarz
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
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  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
> > 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 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.
>
>
>

--

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.