On Feb 10, 7:47 pm, Edgar Gonçalves <edgar.goncal...@gmail.com> wrote:
> So for future reference, if you come up with the same issue, the solution is
> to compile your gen'ed-classes and delete all the others from the
> war/WEB-INF directory, making sure you have a standalone jar along the
> remaining used jars (a uberjar may also work, can't see why not). If you
> happen to have a file-size problem on your jars, you can use a flag on the
> upload script. Google for "--enable_jar_splitting" for more details.

I realize you already solved the problem in your app, but for the
benefit of others reading this thread: appengine-magic takes care of
this for you. It bundles loose class files into you
application's .jar. This has the added benefit of making deployment
much faster. Unless you need AOT compilation for gen-class, you never
have to worry about managing compiled files.

http://github.com/gcv/appengine-magic

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to