Last modified by Pascal Robert on 2012/07/21 20:39
From version 56.1
edited by George Domurot
on 2009/07/14 10:03
on 2009/07/14 10:03
Change comment:
There is no comment for this version
To version 61.1
edited by George Domurot
on 2009/07/14 10:09
on 2009/07/14 10:09
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,18 +10,19 @@ 10 10 * right-click your project folder, select Properties, select WOLips Deployment 11 11 * check the related, if not all, options under Embed Frameworks 12 12 13 -There is a known bug with WO 5.4.x (for those not using the latest Wonder release) regarding proper linking to your web server resources within the embedded frameworks. The WOFrameworksBaseURL isn't set correctly. To do this you'll need to programmatically set this within your Application constructor. 14 - 15 15 To create a versioned/dated bundle of your app and resources: 16 16 17 17 * make sure you are in the Navigator view 18 18 * edit build.properties, and add: 19 -* *build.app.name=MyApp-2009-07-1417 +* ##build.app.name=MyApp-2009-07-14## 20 20 19 +There is a known bug with WO 5.4.x (for those not using the latest Wonder release) regarding proper linking to your web server resources within the embedded frameworks. The WOFrameworksBaseURL isn't set correctly. To do this you'll need to programmatically set this within your Application constructor: 20 + 21 +* ##setFrameworksBaseURL("/WebObjects/MyApp-2009-07-14.woa/Frameworks");## 22 + 21 21 Within build.properties (I may need to be corrected on this), the best approach to linking your embedded framework's web server resources automatically is to include (however the bug noted above breaks this): 22 22 23 -* 24 -** frameworksBaseURL=/WebObjects/${{build.app.name}}{{/build.app.name}}.woa/Frameworks 25 +* ##frameworksBaseURL=/WebObjects/$build.app.name.woa/Frameworks## 25 25 26 26 And finally, there is a bud in the build.xml file that you may need to clean-up: 27 27 [[http://issues.objectstyle.org/jira/browse/WOL-979]]