Changeset 19273

Show
Ignore:
Timestamp:
08/24/06 13:44:15 (2 years ago)
Author:
dshipton
Message:

Get the jars for tweek from flagpoll.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/java/tweek-base.sh.in

    r18930 r19273  
    3030 
    3131# Make sure tweek-config is executable 
    32 if test ! -x "$TWEEK_BASE_DIR/bin/tweek-config" ; then 
    33    echo "FATAL ERROR: Cannot execute tweek-config!" 
    34    exit 1 
    35 fi 
     32#if test ! -x "$TWEEK_BASE_DIR/bin/tweek-config" ; then 
     33#   echo "FATAL ERROR: Cannot execute tweek-config!" 
     34#   exit 1 
     35#fi 
    3636 
    3737# If the environment variable JDK_HOME is not set, default it to /usr/java. 
     
    5252   JCPS="@JCPS@" 
    5353 
    54    TWEEK_JARS=`$TWEEK_BASE_DIR/bin/tweek-config --jars` 
     54   TWEEK_JARS=`flagpoll tweek --get-jars` 
    5555   CLASSPATH="${TWEEK_JARS}${JCPS}${CLASSPATH}" 
    5656   export CLASSPATH