2009/5/8 Stefan Hübner <sthueb...@googlemail.com> > > Laurent PETIT <laurent.pe...@gmail.com> writes: > > > I also think it makes sense to deposit the whole "battery" : > > clojureXX.jar > > clojure-slimXX.jar > > clojure-sourcesXX.jar > > Since clojure-slim is not bundled in the distributed ZIP for 1.0.0, I'm > going the build all three libraries from SVN tag "1.0" (r1365).
svn tag 1.0 is correct, it's a copy of branch 1.0 in revision 1362 . > > I've figured, though, that the resulting libraries contain class files, > which are of different size than those found in the distributed > clojure-1.0.0.jar. How can this actually happen? Is this problematic? > My build environment was Debian squeeze, SUN J2SE 1.6.0_13, Ant 1.7.0, > OS character encoding UTF-8. note that clojure must be compatible with JDK 1.5, so if you compile with 1.6, maybe you should verify the compatibility mode (not sure if what I write here makes sense, I'm not a specialist in javac retrocompatibility concerns). > > > Eventhough I do not have an explanation for the different build results, > building from a fresh /svn/tags/1.0 should be OK, shouldn't it? > > -Stefan > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---