[OS-JIRA] Created: (WOL-979) frameworksBaseURL attribute of woapplication task in app build.xml is incorrect

From: Kieran Kelleher (JIRA) ("Kieran)
Date: Fri Mar 13 2009 - 23:06:31 EDT

  • Next message: JIRA: "[OS-JIRA] Created: (WOL-980) Avoid empty components / components in components"

    frameworksBaseURL attribute of woapplication task in app build.xml is incorrect
    -------------------------------------------------------------------------------

                     Key: WOL-979
                     URL: http://issues.objectstyle.org/jira/browse/WOL-979
                 Project: WOProject/WOLips
              Issue Type: Bug
                Reporter: Kieran Kelleher

    CURRENTLY is this for new WebObjects and Wonder applications:
    <woapplication name="${build.app.name}" frameworksBaseURL="/WebObjects/${project.name}.woa/Frameworks"

    SHOULD BE THIS:
    <woapplication name="${build.app.name}" frameworksBaseURL="/WebObjects/${build.app.name}.woa/Frameworks"

    project.name needs to be replaced with build.app.name, otherwise a custom build.app.name that is different to project.name will result in a non-working frameworksBaseURL that does not correspond to the custom name that applies to the woa bundle (both app and split bundles have the desired custom bundle name)

    -- 
    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 Mar 13 2009 - 23:07:44 EDT