Re: what does woapplication task frameworksBaseURL attribute do?

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Thu Aug 09 2007 - 12:59:44 EDT

  • Next message: Kieran Kelleher: "Re: what does woapplication task frameworksBaseURL attribute do?"

    We use it for maven builds to change the WOFrameworkBaseURL. It's a
    parameter in the launch script.

     From the launch script template

    echo Launching ${SCRIPT_NAME}.woa ...

    echo ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath
    WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap $
    {COMMAND_LINE_ARGS}..WOFrameworksBaseURL@
    eval exec ${JAVA_EXECUTABLE} ${JAVA_EXECUTABLE_ARGS} -classpath
    WOBootstrap.jar com.webobjects._bootstrap.WOBootstrap $
    {COMMAND_LINE_ARGS}..WOFrameworksBaseURL@

    You could search this list for more details.

    Uli
    Am 09.08.2007 um 17:54 schrieb Kieran Kelleher:

    > what does woapplication task's "frameworksBaseURL" attribute do?
    >
    > It does not seem to do anything?
    >
    > Kieran



    This archive was generated by hypermail 2.0.0 : Thu Aug 09 2007 - 13:00:56 EDT