Greg Monroe wrote:
> Try this for a quick fix:
> 
> Jump ahead to the next section in Step 3 of the tutorial 
> (Creating the database and tables).  Follow that to 
> create your project.xml file.
> 
> Then add the following dependany element in the dependancies
> XML section.
> 
>     <dependency>
>       <artifactId>logkit</artifactId>
>       <groupId>logkit</groupId>
>       <version>1.0.1</version>
>  
> <url>http://avalon.apache.org/products/runtime/system/logging/</url>
>       <properties>
>         <dist.bundle>true</dist.bundle>
>       </properties>
>     </dependency>

This should be replaced by

    <dependency>
        <groupId>avalon-logkit</groupId>
        <artifactId>avalon-logkit</artifactId>
        <version>2.1</version>
        <type>jar</type>
        <properties>
          <dist.bundle>true</dist.bundle>
        </properties>
    </dependency>

The Avalon logkit has evolved much in the last years...

Bye, Thomas.


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

Reply via email to