Hi Stuart, 2010/3/11 Stuart Halloway <stuart.hallo...@gmail.com>: > What is the preferred way of using counterclockwise with 1.2 snapshots. Here > is how I retrofitted an existing project: > > (1) Create a Clojure project on top of the exiting source dir
Yes. > (2) Under "Run Configurations" add user entries for lib/**.jar, ahead of the > 1.1 bits installed by the project wizard > > This seems to work, but if there is a preferred way I would love to know > about it. This one I think could be done in a more "eclipse-ish way": since a clojure project in ccw is really just a java project with some extras, you just go to the project's properties > Java build path > Libraries , you select in turn clojure.jar and clojure-contrib.jar entries, click on edit, and replace by the good ones in your lib/ directory. This will be stored by eclipse in the regular .classpath JDT configuration file, can be shared among devs via the scm, so that everytime one creates a launch configuration for the project, everythin is already configured. HTH, -- Laurent -- 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