Changes for page Embedding WOFrameworks
                  Last modified by Gavin Eadie on 2011/07/29 18:09
              
      
      From version  49.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  44.1 
    
    
              edited by Ulrich Köster
        
on 2006/09/08 05:53
     on 2006/09/08 05:53
      Change comment:
              There is no comment for this version
          
         Summary
- 
          Page properties (1 modified, 0 added, 0 removed)
 
Details
- Page properties
 - 
      
- Content
 -   
... ... @@ -4,10 +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 - 9 9 The [[^packageandgobuild.xml]] from the application. Two minor changes to the default build.xml: 10 - 1application target8 +(Applied to the compile and application target.) 11 11 12 12 {{code}} 13 13 ... ... @@ -18,21 +18,8 @@ 18 18 19 19 {{/code}} 20 20 21 - 2compiletarget19 + 22 22 23 -{{code}} 24 - 25 -<!-- package and go example--> 26 -<fileset dir="../packageandgo/frameworks"> 27 - <include name = "**/*.jar"/> 28 -</fileset> 29 - 30 -{{/code}} 31 - 32 - 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]] 23 +Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder