RE: newbie: can't build

2003-07-02 Thread Moretti, Luciano (MED)
w if you get it working! Luciano -Original Message- From: Christopher Prince [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:32 AM To: Maven Users List Subject: RE: newbie: can't build i see so either junit.framework junit 3.8.1 or

Re: newbie: can't build

2003-07-02 Thread dion
Have you tried maven pom:validate ? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Paul Libbrecht <[EMAIL PROTECTED]> wrote on 03/07/2003 12:07:47 AM: > What would be needed is validation... > > When download b9, I

RE: newbie: can't build

2003-07-02 Thread Christopher Prince
es only or -- optional hope this helps -Original Message- From: Christopher Prince [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 8:54 AM To: Maven Users List Subject: Re: newbie: can't build no it is just the email At 03:44 PM 7/2/2003 +0200, you wrote: >O

Re: newbie: can't build

2003-07-02 Thread Jason van Zyl
On Wed, 2003-07-02 at 10:07, Paul Libbrecht wrote: > What would be needed is validation... Sure, that would help but I think that care and some examination would also do the trick. People rely far to heavily on automated validation. The POM validator certainly wouldn't have helped with the junit t

Re: newbie: can't build

2003-07-02 Thread Paul Libbrecht
What would be needed is validation... When download b9, I think, I obtained a kind of XML-schema. It has an error (according to Xerces) but this doesn't really affect the validation... Pau On Jeudi, juil 3, 2003, at 04:03 Europe/Paris, Jason van Zyl wrote: On Wed, 2003-07-02 at 09:37, Christo

RE: newbie: can't build

2003-07-02 Thread Jason van Zyl
--- > From: Christopher Prince [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 02, 2003 8:54 AM > To: Maven Users List > Subject: Re: newbie: can't build > > > no it is just the email > > At 03:44 PM 7/2/2003 +0200, you wrote: > > >On 02-07-2003 15:37, &q

RE: newbie: can't build

2003-07-02 Thread Chenoweth, Bruce (STP)
You cannot mix and . Dependencies are either -- Jar files only or -- optional hope this helps -Original Message- From: Christopher Prince [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 8:54 AM To: Maven Users List Subject: Re: newbie: can't build no it is

Re: newbie: can't build

2003-07-02 Thread Jason van Zyl
On Wed, 2003-07-02 at 09:37, Christopher Prince wrote: > hello, > > this is my very first project with maven, so please forgive my total > newbieness. > > the problem occurs when maven attempts to compile the junit test code. The > compile fails because it > cannot find the junit jar. So I ad

RE: newbie: can't build

2003-07-02 Thread Christian Goos
you use instead of is this also only in the mail? > -Original Message- > From: Christopher Prince [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 2. Juli 2003 15:54 > To: Maven Users List > Subject: Re: newbie: can't build > > no it is just the email > >

Re: newbie: can't build

2003-07-02 Thread Christopher Prince
no it is just the email At 03:44 PM 7/2/2003 +0200, you wrote: On 02-07-2003 15:37, "Christopher Prince" <[EMAIL PROTECTED]> wrote: > the problem occurs when maven attempts to compile the junit test code. The > compile fails because it > cannot find the junit jar. So I added in a dependency >

Re: newbie: can't build

2003-07-02 Thread Juergen Heidak
You typed juint instead of junit maybe thats the problem. Regards Am Mit, 2003-07-02 um 15.37 schrieb Christopher Prince: > hello, > > this is my very first project with maven, so please forgive my total > newbieness. > > the problem occurs when maven attempts to compile the junit test code.

Re: newbie: can't build

2003-07-02 Thread Marc Gemis
On 02-07-2003 15:37, "Christopher Prince" <[EMAIL PROTECTED]> wrote: > the problem occurs when maven attempts to compile the junit test code. The > compile fails because it > cannot find the junit jar. So I added in a dependency > > > > juint > juint > 3.8.1 > > > and this di

newbie: can't build

2003-07-02 Thread Christopher Prince
hello, this is my very first project with maven, so please forgive my total newbieness. the problem occurs when maven attempts to compile the junit test code. The compile fails because it cannot find the junit jar. So I added in a dependency juint juint 3.8.1 and this