Hi, yes, you may use a project created with a (very) old version of ccw, thus initialized with a pre-release of 1.1.
To upgrade, use the Project > Properties > Java Build Path > Libs for your project. Or else, in the contextual menu of the project, click the "enable/disable clojure support". This will automatically deregister clojure and clojure-contrib from the project's java build path. Then, remove the clojure/contrib jars if they were local to your project's directory. Ensure you have a recent version of ccw. Then, "reclick" "enable/disable clojure support". It will automatically add clojure/contrib jars (as well as jar source files) to the root directory of your project, and to your projects java build path settings. Hopefully these will be 1.1 release versions (as was the case for me, I just double checked in my test environment). HTH, -- Laurent 2010/4/23 Jarkko Oranen <chous...@gmail.com>: > > >> *clojure-version* >> {:interim true, :major 1, :minor 1, :incremental 0, :qualifier >> "alpha"} >> > > Looks like you have some old version of 1.1 prior to release. The > release version of 1.1 shouldn't have the alpha qualifier. > > Try upgrading. > > -- > 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 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