On Nov 20, 2008, at 4:33 PM, Stuart Sierra wrote: > Yes! All we need is a file compiler that works. :) There's something > missing, in both my attempts, which causes the root class file for the > namespace not to be generated. Rich, any idea what's missing?
It looks to me like compiling libs instead of files is a key part of the process as things are designed currently. The compiler generates a class file for the lib itself, independent of any file. I believe if we change the standalone compiler to take libs as arguments, and call (via invoke) clojure.core.compile rather than Compiler.loadFile, the standalone compiler will start to work. --Steve --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---