ObjectStyle.org Issue Tracker  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: WOL-979
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Kieran Kelleher
Votes: 4
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
WOProject/WOLips

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

Created: 13/Mar/09 11:05 PM   Updated: 13/Mar/09 11:07 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

File Attachments: None
Image Attachments:

1. bug.jpg
(37 kb)

2. fix.jpg
(40 kb)


 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)

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.