I am updating the Eclipse/Counterclockwise instructions to rely on the maven pom.xml for project definition (as opposed to an Eclipse- specific project file). This simplifies life as the same pom.xml can be used as the project description across all the different IDEs.

I am hitting two issues:

(1) Getting a project from git is a two step process: import git, then import existing maven project. This *should* be a one step process, via import/maven/check out maven projects from scm. But when I try the latter, no scm selections are available in the dropdown. It seems that the git plugin isn't enough, and that I need a maven-git- import plugin. What am I missing?

(2) When I import the project, the package explorer shows JRE System Library J2SE 1.4. The Clojure REPL then bombs needing Java 1.5 features. I can edit the project properties after the import, but shouldn't there be some way to say this in pom.xml so that Eclipse choose 1.5 during the import?

Any suggestions?

Stu

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to