"Twadell, Daniel M" <[EMAIL PROTECTED]> wrote on 
27/02/2003 09:46:38 AM:

>    1: while RTFM the first thing I saw in TFM reference Property
> Processing 
> 
> 
http://jakarta.apache.org/turbine/maven/reference/user-guide.html#Properties
> %20Processing
>    this describes how maven processes the .properties files
> 
>    and default.properties sure looks like it has something to do with
> jar file locations....

Nope, default.properties is not used.

>    Is the default.properties used anymore ? 
> 
>    2: classpath is not mentioned any where in TFM
>       Maven "repository" vs jar-clumping is explained in
>       http://jakarta.apache.org/turbine/maven/start/use.html
>       not in the users guide

Maven doesn't use your classpath.

>    3: the start/use page says non-redistributable jars will tell you
> where to download ... this behavior is not present....
Yep, it's been removed - bad docs.

If you're looking for where you need to place jars so maven finds them, 
you'll need to add them to your local repository, which defaults to 
$MAVEN_HOME/repository/<projectName>/jars/<jarname>, and then add a 
<dependency> element to your project.xml

--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au




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

Reply via email to