Wiki source code of Embedding WOFrameworks
Version 46.1 by Ulrich Köster on 2006/09/08 05:47
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
45.1 | 1 | A good idea is to create your own targets in the build.xml or even create your own build.xml (with a different name). |
| |
19.1 | 2 | |
| |
45.1 | 3 | This leaves the door open for an update of the default build.xml. |
| |
19.1 | 4 | |
| 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 | |||
| |
45.1 | 7 | The [[^packageandgobuild.xml]] from the application. One minor change to the default build.xml: |
| |
19.1 | 8 | |
| 9 | The [[^build.xml]] from the packageandgo folder: | ||
| 10 | |||
| |
43.1 | 11 | Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder |