I'm curious...what's the reasoning for not putting this in the Ant
build file?

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

Reply via email to