Changes for page Embedding WOFrameworks

Last modified by Gavin Eadie on 2011/07/29 18:09

From version 44.1
edited by Ulrich Köster
on 2006/09/08 05:53
Change comment: There is no comment for this version
To version 52.1
edited by Ulrich Köster
on 2006/09/08 05:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,7 @@
5 5  Assume two projects: One named Foo( a framework) and the other named Uli (an application). The parent folder has another folder named packandgo.
6 6  
7 7  The [[^packageandgobuild.xml]] from the application. Two minor changes to the default build.xml:
8 -(Applied to the compile and application target.)
8 +1 application target
9 9  
10 10  {{code}}
11 11  
... ... @@ -16,8 +16,18 @@
16 16  
17 17  {{/code}}
18 18  
19 -
19 +2 compile target
20 20  
21 +{{code}}
22 +
23 +<fileset dir="../packageandgo/frameworks">
24 + <include name = "**/*.jar"/>
25 +</fileset>
26 +
27 +{{/code}}
28 +
29 +
30 +
21 21  The [[^build.xml]] from the packageandgo folder:
22 22  
23 23  Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder