Changes for page Embedding WOFrameworks
Last modified by Gavin Eadie on 2011/07/29 18:09
From version 52.1
edited by Ulrich Köster
on 2006/09/08 05:56
on 2006/09/08 05:56
Change comment:
There is no comment for this version
To version 50.1
edited by Ulrich Köster
on 2006/09/08 06:01
on 2006/09/08 06:01
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,6 +4,8 @@ 4 4 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 +[[image:Folders.png]] 8 + 7 7 The [[^packageandgobuild.xml]] from the application. Two minor changes to the default build.xml: 8 8 1 application target 9 9 ... ... @@ -20,6 +20,7 @@ 20 20 21 21 {{code}} 22 22 25 +<!-- package and go example--> 23 23 <fileset dir="../packageandgo/frameworks"> 24 24 <include name = "**/*.jar"/> 25 25 </fileset> ... ... @@ -30,4 +30,6 @@ 30 30 31 31 The [[^build.xml]] from the packageandgo folder: 32 32 33 -Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder 36 +Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder. 37 + 38 +[[image:FoldersAfterBuild.png]]