On Sat, 2011-11-19 at 14:06 -0500, Doug South wrote:
> I'm looking at using Clojure to help with the maintenance of an
> existing Java Swing application. I'd like to reuse the out directories
> containing all the generated class files for the Swing application as
> classpath directories for a Leiningen project.


It's best to get Leiningen to compile your Java sources for you.
The :java-source-path and :javac-options project.clj settings will help
here.

If that is not feasible, try including the root of the class files in
the :extra-classpath-dirs project.clj option.


-- 
Stephen Compall
^aCollection allSatisfy: [:each|aCondition]: less is better

-- 
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

Reply via email to