Embedding WOFrameworks
Version 47.1 by Ulrich Köster on 2006/09/08 05:45
A good idea is to create your own targets in the build.xml or even create your own build.xml (with a different name).
This leaves the door open for an update of the default build.xml.
Assume two projects: One named Foo( a framework) and the other named Uli (an application). The parent folder has another folder named packandgo.
The packageandgobuild.xml from the application. One minor change to the default build.xml:
The build.xml from the packageandgo folder:
Just invoke ant in the packageandgo folder and grap the App from applications folder within the packageandgo folder