[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turbine-torque-user
Subject:    Re: maven torque failed
From:       Thomas Vandahl <tv () apache ! org>
Date:       2006-12-08 20:27:45
Message-ID: 4579CAC1.3080107 () apache ! org
[Download RAW message or body]

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: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic