On Mon, 2002-03-25 at 15:55, Jon Scott Stevens wrote:
> Maven's build-bootstrap.xml has lines like this...
> 
>   <path id="classpath">
>     <pathelement location="${lib.repo}/dom4j-1.3.jar"/>
>     <pathelement location="${lib.repo}/commons-util-1.0-rc2-dev.jar"/>
>     <pathelement location="${lib.repo}/commons-lang-0.1-dev.jar"/>
>     <pathelement location="${lib.repo}/commons-beanutils.jar"/>
>     <pathelement location="${lib.repo}/commons-collections.jar"/>
>     <pathelement location="${lib.repo}/commons-io.jar"/>
>     <pathelement location="${lib.repo}/commons-graph.jar"/>
>     <pathelement location="${lib.repo}/log4j-1.1.3.jar"/>
>     <pathelement location="${lib.repo}/stratum-1.0-b2-dev.jar"/>
>     <pathelement location="${lib.repo}/velocity-1.3-dev.jar"/>
>     <pathelement location="${basedir}/bootstrap"/>
>   </path>
> 
> Thus, it makes it very difficult to build because I have no way to
> externally define the names of the .jar files.

I'm not sure I understand.

There is an update-jars target in the bootstrap that will bring down the
necessary jars. We want these specific versions used because that's what
we've tested with.

> -jon
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://tambora.zenplex.org


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

Reply via email to