Help - .class files and GAE's "too many files" problem

2011-02-10 Thread Edgar Gonçalves
Hi! I just realized there's this 3000 files limit we can upload on a WebApp to Google's Application Engine (GAE). I also realized more than 2700 of mine were .class files generated by clojure. (Which is obvious, once you think of how it works). Question: how can I delete those classes and mak

Re: Help - .class files and GAE's "too many files" problem

2011-02-10 Thread Edgar Gonçalves
Just a quick adenda: Yes, I can run this on the local machine with all classes in place, and with just the .servlet, so the problem should lie within the GAE side, right? The specific error I get from GAE's logs, if I try to upload only the servlet.class and everything else on a jar (along with

[SOLVED] Re: Help - .class files and GAE's "too many files" problem

2011-02-10 Thread Edgar Gonçalves
Ok, there was a hastiness problem from my side, caching or other issue, but It's working now... 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

Re: Help - .class files and GAE's "too many files" problem

2011-02-11 Thread Edgar Gonçalves
can be easily used to host Clojure server-side applications. See http://code.google.com/appengine/ for details. > On Feb 10, 9:19 pm, Edgar Gonçalves wrote: > > Hi! > > > > I just realized there's this 3000 files limit we can upload on a WebApp > to > > Goo

Re: Help - .class files and GAE's "too many files" problem

2011-02-14 Thread Edgar Gonçalves
Hmm, thanks for pointing it out! In fact I was about to make the move from appengine-clj to appengine-magic, but just because you make multipart (image) uploading a little bit easier, as well as providing a better query syntax (e.g., you support the offset parameter, which I now have to mimic by