5 # Belt and braces classpath to get the most recent version
6 # of the 'configure' classes that we can find.
7 CP=$DIR/builder/build/classes:\
8 $DIR/all/build/descriptors/jnode-configure.jar:\
9 $DIR/builder/lib/jnode-configure-dist.jar:\
10 $DIR/shell/lib/nanoxml-2.2.3.jar
13 java -cp $CP org.jnode.configure.Configure $DIR/all/conf-source/script.xml
15 java -cp $CP org.jnode.configure.Configure "$@"