Last modified by Pascal Robert on 2012/07/21 20:39

From version 62.1
edited by George Domurot
on 2009/07/14 10:09
Change comment: There is no comment for this version
To version 63.1
edited by Pascal Robert
on 2012/07/21 20:39
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gedo820
1 +XWiki.probert
Content
... ... @@ -4,6 +4,10 @@
4 4  
5 5  == WOLips 3.4.x, and later, Side-note ==
6 6  
7 +{{warning}}
8 +If you are updating an older project, make sure you get the latest build.xml file. Create a new project, then copy/paste the contents of the fresh build.xml file into your project's build.xml file.
9 +{{/warning}}
10 +
7 7  For WOLips 3.4.x and later, while embedding is built-in, it's not enabled by default. To enable embedding:
8 8  
9 9  * make sure you are in the WO Explorer view
... ... @@ -24,9 +24,6 @@
24 24  
25 25  * ##frameworksBaseURL=/WebObjects/$build.app.name.woa/Frameworks##
26 26  
27 -And finally, there is a bud in the build.xml file that you may need to clean-up:
28 -[[http://issues.objectstyle.org/jira/browse/WOL-979]]
29 -
30 30  == Introduction ==
31 31  
32 32  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.