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?

The build.xml won't exist in cvs when the bootstrap is complete. The
bootstrap process will generate the build system. The script compiles
the few bits of maven necessary for it to bootstrap itself. It's really
a test of maven itself.
 
> [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