I started a project with "lein new". I had a jar file I needed to include 
in this project (a recommended class from a company that has an API that we 
are using -- it would be pointless for me to re-write their code, so I 
simply grabbed the class they offered and compiled it as a jar). I ended up 
with these top level directories:

resources 
src 
java_src
target 
test

I put the jar file in java_src. I am curious if there is a relatively 
standard name that people use when they include jar files? Anything more 
standard than "java_src"? 

-- 
-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to