Changeset 19273
- Timestamp:
- 08/24/06 13:44:15 (2 years ago)
- Files:
-
- juggler/trunk/modules/tweek/java/tweek-base.sh.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/tweek/java/tweek-base.sh.in
r18930 r19273 30 30 31 31 # Make sure tweek-config is executable 32 if test ! -x "$TWEEK_BASE_DIR/bin/tweek-config" ; then33 echo "FATAL ERROR: Cannot execute tweek-config!"34 exit 135 fi32 #if test ! -x "$TWEEK_BASE_DIR/bin/tweek-config" ; then 33 # echo "FATAL ERROR: Cannot execute tweek-config!" 34 # exit 1 35 #fi 36 36 37 37 # If the environment variable JDK_HOME is not set, default it to /usr/java. … … 52 52 JCPS="@JCPS@" 53 53 54 TWEEK_JARS=` $TWEEK_BASE_DIR/bin/tweek-config --jars`54 TWEEK_JARS=`flagpoll tweek --get-jars` 55 55 CLASSPATH="${TWEEK_JARS}${JCPS}${CLASSPATH}" 56 56 export CLASSPATH
