Changes for page Embedding WOFrameworks
Last modified by Gavin Eadie on 2011/07/29 18:09
From 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
To version 51.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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,8 +4,6 @@ 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 - 9 9 The [[^packageandgobuild.xml]] from the application. Two minor changes to the default build.xml: 10 10 1 application target 11 11 ... ... @@ -22,7 +22,6 @@ 22 22 23 23 {{code}} 24 24 25 -<!-- package and go example--> 26 26 <fileset dir="../packageandgo/frameworks"> 27 27 <include name = "**/*.jar"/> 28 28 </fileset> ... ... @@ -33,6 +33,4 @@ 33 33 34 34 The [[^build.xml]] from the packageandgo folder: 35 35 36 -Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder. 37 - 38 -[[image:FoldersAfterBuild.png]] 33 +Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder