I gave up on using the two together; I don't use the M2Eclipse plugin,
I just use the mvn eclipse:eclipse goal to setup the .classpath. That
seems to work.  I don't remember doing anything with JDK version; I
must have manually switched it at some point, and I believe
eclpse:eclipse honors the value it sees when regenerating .classpath.

On Thu, Apr 1, 2010 at 11:00 AM, Stuart Halloway
<stuart.hallo...@gmail.com> wrote:
> 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.
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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

Reply via email to