Thanks Alessio
The problem is that even with the jars correctly located [home
dir]/.maven/repositry/, the build still goes out to the web to try to
download the jars from, I think www.ibiblio.and of course they are not
there. I need to change some xml somewhere to get the build to seek them
from local repository?
It still fails in exactly the same way as it says it will in the
instructions!
Roger

----- Original Message -----
From: "Alessio Bernesco Lāvore" <[EMAIL PROTECTED]>
To: "Turbine Users List" <[EMAIL PROTECTED]>
Sent: Thursday, July 31, 2003 2:24 PM
Subject: Re: Building Turbine .jar



On Mercoledė, lug 30, 2003, at 22:29 Europe/Rome, Roger Ackroyd wrote:

> Have also obtained specified versions of activation.jar, mail.jar,
> jndi.jar and jdbc2_0-stdext.jar (there is no jdbc-2.0.jar that I can
> find) and put these under c:/maven/repository that I created. Is this
> correct?
Nope, in order to let maven find jars you have to put them in your home
directory, under the:
.maven/repository/[jarname]/jars/
directory.

In example for jdbc you've to rename the jar like the name requested by
maven (jdbc-2.0.jar i guess), and then put them under:

[your home dir]/.maven/repositry/jdbc/jars/jdbc-2.0.jar

Hope this help,
regards,
alessio.


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





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

Reply via email to