RE: JUnit tests in intellij

2007-07-31 Thread LAMY Olivier
: JUnit tests in intellij LAMY Olivier wrote: I don't know how does it work on IntelliJ but on eclipse I had in my junit configuration this directory continuum-model/target/classes in the junit classpath. This directory includes META-INF/package.jdo. Didn't work unfortunately. Any other tips

Re: JUnit tests in intellij

2007-07-30 Thread Erik Drolshammer
LAMY Olivier wrote: I don't know how does it work on IntelliJ but on eclipse I had in my junit configuration this directory continuum-model/target/classes in the junit classpath. This directory includes META-INF/package.jdo. Didn't work unfortunately. Any other tips? Is anyone using

RE: JUnit tests in intellij

2007-07-23 Thread LAMY Olivier
PROTECTED] Envoyé : lundi 23 juillet 2007 22:40 À : continuum-dev@maven.apache.org Objet : JUnit tests in intellij Hi! I'm having problems running junit tests in IntelliJ. Almost all tests fail in IntelliJ, while only three fail when run in console with mvn -Denv=test test. Is there anything special I

JUnit tests in intellij

2007-07-23 Thread Erik Drolshammer
Hi! I'm having problems running junit tests in IntelliJ. Almost all tests fail in IntelliJ, while only three fail when run in console with mvn -Denv=test test. Is there anything special I need to setup to get this to work? (Junit tests run cleanly in another project...) I'd really appreciate