crafterm 2002/10/02 18:24:15
Modified: xfc/bin runconverter.sh
Log:
Fixed run script so that it works from the bin directory, not the xfc
directory.
Revision Changes Path
1.2 +4 -4 jakarta-avalon-excalibur/xfc/bin/runconverter.sh
Index: runconverter.sh
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xfc/bin/runconverter.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- runconverter.sh 2 Oct 2002 17:32:27 -0000 1.1
+++ runconverter.sh 3 Oct 2002 01:24:14 -0000 1.2
@@ -22,17 +22,17 @@
fi
# Main.java has hard coded config values so this script must be run from
-# altprofile/bin (any better ideas ?)
-EXAMPLE_HOME=.
+# xfc/bin (any better ideas ?)
+XFC_HOME=..
#
# Build the runtime classpath
#
-for i in ${EXAMPLE_HOME}/build/lib/*.jar ; do
+for i in ${XFC_HOME}/build/lib/*.jar ; do
CP=${CP}:$i
done
-CP=${CP}:${EXAMPLE_HOME}/build/classes
+CP=${CP}:${XFC_HOME}/build/classes
echo $CP
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>