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
-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!!
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
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.
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\
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