Re: eclipse/counterclockwise/maven question

2010-04-04 Thread Stuart Halloway
Hmm. A this point am not using javac at all, just Clojure. So (in theory) I would expect to need a config setting on the clojure-maven- plugin instead. I'll give it a spin though! Stu Hi, On 01.04.2010, at 20:00, Stuart Halloway wrote: (2) When I import the project, the package explorer sh

Re: eclipse/counterclockwise/maven question

2010-04-03 Thread Christopher Taylor
Hi, On 01.04.2010, at 20:00, Stuart Halloway wrote: > (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 t

Re: eclipse/counterclockwise/maven question

2010-04-01 Thread Howard Lewis Ship
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 valu

Re: eclipse/counterclockwise/maven question

2010-04-01 Thread Stuart Halloway
This is on labrepl. You can reproduce what I am seeing by ignoring the Eclipse project file and importing project from maven (which is my objective). Stu Hi Stu, On which project are you doing that ? Alas, my maven foo are not what they used to be, these days, so I don't personally have a

Re: eclipse/counterclockwise/maven question

2010-04-01 Thread Laurent PETIT
Hi Stu, On which project are you doing that ? Alas, my maven foo are not what they used to be, these days, so I don't personally have an answer to question (2). Hope somebody else will answer. Same for question (1). It indeed seem annoying to have to do things in two steps, but I'm not sure the

eclipse/counterclockwise/maven question

2010-04-01 Thread Stuart Halloway
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 issue