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
Change comment: There is no comment for this version
To version 58.1
edited by George Domurot
on 2009/07/14 09:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -12,20 +12,6 @@
12 12  
13 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 14  
15 -To create a versioned/dated bundle of your app and resources:
16 -
17 -* make sure you are in the Navigator view
18 -* edit build.properties, and add:
19 -** build.app.name=MyApp-2009-07-14
20 -
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 -
23 -*
24 -** frameworksBaseURL=/WebObjects/${{build.app.name}}{{/build.app.name}}.woa/Frameworks
25 -
26 -And finally, there is a bud in the build.xml file that you may need to clean-up:
27 -[[http://issues.objectstyle.org/jira/browse/WOL-979]]
28 -
29 29  == Introduction ==
30 30  
31 31  The previous tutorial articles provide details of customization of the default ant build script that is present in your WebObjects projects. This article provides a fully custom build script that you can just drop into your project and use it as an alternative to the default build.xml. This script is called the "split//embedded//build" script. Along with providing the script, this article explains in detail what deployment artifacts are produced by the build. Hopefully the functionality in this script will make their way into the standard script someday with configuration parameters settable in a simple way in the build.properties file.