Wiki source code of Embedding WOFrameworks
Version 46.1 by Ulrich Köster on 2006/09/08 05:47
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 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). | ||
| 2 | |||
| 3 | This leaves the door open for an update of the default build.xml. | ||
| 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 | |||
| 7 | The [[^packageandgobuild.xml]] from the application. One minor change to the default build.xml: | ||
| 8 | |||
| 9 | The [[^build.xml]] from the packageandgo folder: | ||
| 10 | |||
| 11 | Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder |