[OS-JIRA] Created: (WOL-957) Copy the Java Client Launch Script to the proper build directory

From: David Avendasora (JIRA) ("David)
Date: Fri Jan 23 2009 - 08:34:27 EST

  • Next message: Henrique Prange: "Re: maven2 build problem in WOLips"

    Copy the Java Client Launch Script to the proper build directory
    ----------------------------------------------------------------

                     Key: WOL-957
                     URL: http://issues.objectstyle.org/jira/browse/WOL-957
                 Project: WOProject/WOLips
              Issue Type: New Feature
             Environment: MacOS X, WO 5.3, Eclipse 3.4.1, WOLips 5630
                Reporter: David Avendasora

    To launch a Java Client client-side app from within WOLips (using a Run Configuration) you must copy the Launch Script (/Library/Application Support/Apple/Developer Tools/WebObjects Support/UnixLaunchClient.sh) file to the MyApp/build/MyApp.woa/Contents/MacOS/ directory and rename it to: "MyApp_Client" and give it execute privileges.

    Here's the Ant task I currently use to perform this function:

                    <copy file="/Library/Application Support/Apple/Developer Tools/WebObjects Support/UnixLaunchClient.sh" tofile="build/${project.name}.woa/Contents/MacOS/${project.name}_Client" />
                    <chmod file="build/${project.name}.woa/Contents/MacOS/${project.name}_Client" perm="ugo+rx" />

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Fri Jan 23 2009 - 08:35:44 EST