WOProject/WOLips

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

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Description:
    Hide
    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)
    Show
    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)

Activity

There are no comments yet on this issue.

People

Dates

  • Created:
    13/Mar/09 11:05 PM
    Updated:
    13/Mar/09 11:07 PM