On Fri, 2002-02-22 at 15:34, Daniel Rall wrote:
> I'm curious...what's the reasoning for not putting this in the Ant
> build file?

Sorry, I think I misunderstood your question. You mean the
build-bootstrap.xml file. You are correct in that it can go in there. I
was hacking around and a shell script just popped out :-)
 
> [EMAIL PROTECTED] writes:
> 
> > jvanzyl     02/02/21 19:35:02
> >
> >   Added:       src/templates/build test.sh
> >   Log:
> >   - little script for testing the bootstrap
> >   
> >   Revision  Changes    Path
> >   1.1                  jakarta-turbine-maven/src/templates/build/test.sh
> >   
> >   Index: test.sh
> >   ===================================================================
> >   #!/bin/sh
> >   
> >   [ -z $LIB_REPO ] && echo '$LIB_REPO must be defined!' && exit
> >   
> >   BOOTSTRAP_JARS="dom4j-1.1.jar\
> >                   commons-util-0.1-dev.jar\
> >                   commons-beanutils.jar\
> >                   commons-collections.jar\
> >                   commons-graph.jar\
> >                   log4j-1.1.3.jar\
> >                   stratum-0.1-dev.jar\
> >                   velocity-1.3-dev.jar"
> >   
> >   for JAR in $BOOTSTRAP_JARS
> >   do
> >     CLASSPATH=$CLASSPATH:${LIB_REPO}/${JAR}
> >   done
> >   
> >   CLASSPATH=$CLASSPATH:maven.jar
> >   
> >   ant
> 
> --
> 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