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 added in a dependency
> 
>    <!-- dependency for junit -->
>    <dependency>
>       <id>juint</id>
>       <groupID>juint</groupID>
>       <version>3.8.1</version>
>    </dependency>

You have junit spelled incorrectly and the element to denote a group is
'groupId' not 'groupID'. Please take a look at the user-guide.

http://maven.apache.org/reference/user-guide.html

> and this didn't help at all and there is a junit jar in the repository
> 
> what's the scoop?

The scoop is that you should take more care when asking questions if you
want to get some help. The user guide explains how to use the 'genapp'
plugin to generate a correct first project.

> thanks
> chris
> 
> 
> 
> ______________________________________________________________________
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.491 / Virus Database: 290 - Release Date: 6/18/2003
> 
> 
> ______________________________________________________________________
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to