Re: maven vs intellij

2005-05-10 Thread Iktorn
StÃphane Nicoll bsb.com> writes: > > > -Original Message- > From: Brett Porter [mailto:brett.porter gmail.com] > Sent: Tuesday, May 10, 2005 9:53 AM > To: Maven Users List > Subject: Re: maven vs intellij > > > add a dependency on junit in you

RE: maven vs intellij

2005-05-10 Thread Stéphane Nicoll
-Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 10, 2005 9:53 AM To: Maven Users List Subject: Re: maven vs intellij > add a dependency on junit in your project.xml file. Well, no ... The test plugin adds autmatically the dependency on Junit!!

Re: maven vs intellij

2005-05-10 Thread Brett Porter
The test goal will try to use "junit:junit" not "am_fremd_lib:junit", so that might be the problem. If you run Maven with -X it should so the classpath it uses to compile with. In addition, check the tag is incorrect, this indicates a package of java.de.mypackage.mail.om.connectors.base.configura

Re: maven vs intellij

2005-05-10 Thread Iktorn
Brett Porter gmail.com> writes: > > add a dependency on junit in your project.xml file. > > Cheers, > Brett > Hi, I've done that (below is the content of my project.xml file) The problem occurs when I try to make 'maven test' goal. The library in intellij is set to the same junit.jar file.

Re: maven vs intellij

2005-05-10 Thread Brett Porter
add a dependency on junit in your project.xml file. Cheers, Brett On 5/10/05, Iktorn <[EMAIL PROTECTED]> wrote: > > Hi , > I have got a problem, > I try to compile my project in maven and I get following errors: > > > C:\Projekte\am_applic\implementation\appserver\connectors\src\test\java\

maven vs intellij

2005-05-10 Thread Iktorn
Hi , I have got a problem, I try to compile my project in maven and I get following errors: C:\Projekte\am_applic\implementation\appserver\connectors\src\test\java\de\mypac kage\mail\om\connectors\cms\CMSAccountDataTest.java:260: cannot resolve symbo l symbol : method fail (java.lang.Strin