[OS-JIRA] Created: (WOL-552) Prepare build.xml for split install

From: Kieran Kelleher (JIRA) ("Kieran)
Date: Thu Aug 02 2007 - 10:09:02 EDT

  • Next message: Kieran Kelleher (JIRA): "[OS-JIRA] Created: (WOL-553) deprecated API is displayed in WOComponent editor code assist"

    Prepare build.xml for split install
    -----------------------------------

                     Key: WOL-552
                     URL: http://issues.objectstyle.org/jira/browse/WOL-552
                 Project: WOProject/WOLips
              Issue Type: Improvement
              Components: wolips
        Affects Versions: 2.0.0.4118
             Environment: OS X 10.4.10
                Reporter: Kieran Kelleher
                Priority: Minor

    Objective: Ease the transition from XCode to WOLips split install capability.

    Change the WOnderApplication template for build.xml as follows:

    1) Add wsinstall.dir property to setProps target as hown here:

            <property name="wsinstall.dir" value="${wo.wolocalroot}/Library/WebServer/Documents"/>

    2) Add wsdest.dir property to init.install target as shown here:

              <property name="wsdest.dir" value="${wsinstall.dir}"/>

    3) Add wsdest.dir property to init.build target as shown here:

              <property name="wsdest.dir" value="dist/wsdocroot"/>

    4) Add the wsDestDir property to woapplication task (or just put a commented out property with a comment saying to uncomment this property for split install)

    <woapplication name="${project.name}" stdFrameworks="false"
                                                destDir="${dest.dir}"
                                                customInfoPListContent="${customInfoPListContent}"
                                                principalClass="${principalClass}"
                                                webXML="${webXML}"
                                                webXML_CustomContent="${webXML_CustomContent}"
                                                wsDestDir="${wsdest.dir}">

    -- 
    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 : Thu Aug 02 2007 - 10:10:10 EDT