Ignore:
Timestamp:
2009-12-22T10:12:23+13:00 (14 years ago)
Author:
oranfry
Message:

all the *rk2s being replaced by rk2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/linux/rk

    r21362 r21384  
    6666
    6767#create the command
    68 toexec="$ANT_HOME/bin/ant -addressing -lib `pwd`/installer/classes -f $RK_HOME/ant-scripts/build.xml -Dbasedir=`pwd` -D$rk_name.home=$RK_HOME"
     68toexec="ant -lib `pwd`/installer/classes -f $RK_HOME/ant-scripts/build.xml -Dbasedir=`pwd` -D$rk_name.home=$RK_HOME"
    6969
    7070#pass on the arguments
     
    7676    elif [ "$1" == "-cmd" ]; then
    7777        show_cmd=true
    78     elif [ "$1" == "-properties" ]; then
    79         target="properties"
    80     elif [ "$1" == "-sim" ]; then
    81         toexec="$toexec $1"
    82         sim_mode=on
    8378    else
    8479        toexec="$toexec $1"
     
    9590if [ "$show_cmd" == "true" ]; then
    9691    echo $toexec
    97 elif [ "$sim_mode" == "on" ]; then
    98     show_title
    99     $toexec
    100 elif [ "$target" == "properties" ]; then
    101     show_title
    102     $toexec
    10392else
    10493    show_title | tee ${rk_name}.out
Note: See TracChangeset for help on using the changeset viewer.