On Wed, Aug 25, 2010 at 5:59 PM, <lprefonta...@softaddicts.ca> wrote: > We are completing the migration to clojure and contrib 1.2. > I am working on the packaging this week using leinigen 1.3 for acceptance > tests. > > I download artifacts from Clojars and other maven repos using our archiva > server here. > > I have a problem that I do not understand yet (slowly coming back from > summer vacations...) with the compile task. I end up with .class files > from clojure-contrib in my class folder in one of my projects here. > > The src folder does not contain any clojure-contrib stuff though... > Adding the omit-source option removed the .clj files in the target > but still stuffed the .class files from contrib.
This is a possibly due to a problem with Clojure's compiler. There is a fix implemented in this patch: http://www.assembla.com/spaces/clojure/tickets/322 Hopefully it can be applied soon to Clojure 1.3. Maybe you could try applying it yourself to see if it solves the problem? -Phil -- 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