On Mon, 2002-03-25 at 16:10, Jon Scott Stevens wrote:
> on 3/25/02 11:55 AM, "Jason van Zyl" <[EMAIL PROTECTED]> wrote:
> 
> >>   <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.
> 
> My dom4j-1.3.jar is called: "dom4j-full-1.3.jar"
> 
> How can I set that?

You can't and we don't want you to because in that particular case there
is a parser included in the jar which can potentially cause problems.

I've even add a build-bootstrap.sh script so that it's easier.

As a general rule of process I think that the 'full' variety of jars be
avoided and let the update-jars take care of pulling down what's
necessary as people always run into problems with xml parsers being
included (like in xmlrpc) and having logkit stuffed in the 'full'
velocity jar. 

> -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