> We could remove clj files from the jar altogether. However, the problem is we > don't know if all the clojure dependencies are AOT compiled. So, some of the > clojure files should be compiled on the fly. The problem is when dynamically > compiling clojure files whose class files already exist in the jar.
Well, I see this as an opportunity to do that work today. If you just figure this out now, you will have a short list of files to filter out during the packaging step. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
