WO 5.4 deployment build annoyance.

From: Q (qdola..mail.com)
Date: Fri Oct 26 2007 - 22:38:33 EDT

  • Next message: Chuck Hill: "Re: Feeling stupid about Frameworks..."

    Just playing with the new WO 5.4 build process and have noticed a
    rather annoying change to do with the launch shell script that gets
    generated with a .woa bundle.

    The launch script now contain a call to
    /usr/sbin/ipconfig wait

    before launching.. this isn't platform portable. If/when the
    woproject/wolips build templates get updated to more closely match
    WO5.4 can someone please ensure to wrap this line in something like:

    if [ "${PLATFORM_TYPE}" = "Darwin" ]
    then
       /usr/sbin/ipconfig wait
    fi



    This archive was generated by hypermail 2.0.0 : Fri Oct 26 2007 - 22:39:54 EDT