im Newbie trying to use OJB with its Torque dependencies and am seeing lots
of build log messages referring to "lib.repo"
I notice that in the file
ROOT\jakarta-turbine-torque\default.properties
there is a long list of JARS that will not be resolved until "lib.repo" is
set..
>From my limited GROK of MAVEN and its capability for "Bootstrapping" there
is a notion that Maybe, i could do the following:
DO ONE TIME At the begin of a project to "rationalize" all the necessary
.jar s
1. set the remote.repository property to "www.ibiblio.org/maven
2. set a local target directory - ie ${lib.repo}
3. run some Bootstrap type target that knows all the JARS listed in the
default.properties, knows how to download from #1 into #2 above
RESULT:
at the end of this process i would have all the jar resources in my local
"lib.repo". I could then make sense of how to set the lib.repo property for
my developer activities...
Can someone help me by explaining "bootstrap" in relation to this list of
jars in the default.properties file?????
--
To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>