larry google groups <lawrencecloj...@gmail.com> writes: > I see this: > > :resource-paths ["src/main/resource"] ; non-code files included in > classpath/jar > > I am confused in 2 ways: > > 1.) is this a break from java conventions? I thought Java projects > tended to put a "resources" folder at the top level of a project, > rather than inside of src?
The top-level resources/ is what you get by default; the sample project.clj file just shows you what it would look like if you were to change it. Personally I'm not a fan of the paid-by-the-directory deep nesting approach, but it's shown there because it's the only other common convention. =) -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