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

From version 25.1
edited by Kieran Kelleher
on 2007/12/10 22:18
Change comment: There is no comment for this version
To version 24.1
edited by Kieran Kelleher
on 2007/12/10 22:28
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  == Pre-requisites ==
6 6  
7 -This script only works with the modern WOLips project format and the WOnderApplication project template format (since the layout of regular. However the script is easily changed to accommodate the "old" standard format by changing the dir names in the script (for example "Sources" in the new project layout was "src" in the old layout)
7 +This [[script>>^split_embedded_build.xml]] only works with the modern WOLips project format and the WOnderApplication project template format (since the layout of regular. However the script is easily changed to accommodate the "old" standard format by changing the dir names in the script (for example "Sources" in the new project layout was "src" in the old layout)
8 8  
9 9  {{info title="Modern WebObjects Project Layout"}}
10 10  
... ... @@ -18,7 +18,8 @@
18 18  
19 19  Have no fear ;-) , you will not break anything by dropping this script as is into your project and trying it out. You can just use it as is without replacing your default build.xml
20 20  
21 -* So, download the script and drag it to the root of your project.
21 +* So, download the [[script>>^split_embedded_build.xml]] by right-clicking this [[link>>^split_embedded_build.xml]] and selecing Save As... or whatever your browser uses for saving contents at a link destination.
22 +* Drag it to the root of your project.
22 22  
23 23  * Open the Ant run configuration for the script by right-clicking on the script and selecting the menu shown below.
24 24  
... ... @@ -76,7 +76,7 @@
76 76  === Application Bundle ===
77 77  
78 78  {{info title="Embedded Application Bundle Layout"}}
79 -
80 +
80 80  !app_bundle_layout.jpg!
81 81  * Opening the app executable (command line script at bundle root having the application name as its name) and looking at the end will reveal that the WOFrameworksBaseURL references the frameworks inside the webserver embedded bundle.
82 82  * Examining the Contents/MacOS/MacOSClassPath.txt file will reveal that the java classpath refers to all the jars inside the embedded bundle.