WOFramework
Version 13.1 by Andrew Lindesay on 2006/10/24 16:17
WOFramework Task Manual
This has been transcribed by Andrew Lindesay from the old WOProject site.
Description
WOFramework is an Ant task to build WebObjects (5.1 or higher) frameworks from a set of files. It does not enforce any particular project structure and can be used to create frameworks without using the ProjectBuilder or X-Code tool.
Parameters
Attribute | Description | Required |
---|---|---|
name | Name of the framework (without .framework extension). | Yes |
destDir | Destination directory where the framework should be created. | Yes |
wsDestDir | Destination directory where WebServerResorces should be copied during split install (presense of this parameter will trigger split install). WebServerResources will be created under wsDestDir/WebObjects/Frameworks/FrameworkName.framework/. | No |
principalClass | The value of the NSPrincipal class in the Info.plist to use. | No |
customInfoPListContent | String to append to the Info.plist. | No |
eoAdaptorClassName | EOAdaptorClassName. Only useful for EOAdaptor frameworks. | No |
Nested Elements
classes
The nested classes element specifies a FileSet. All files included in this fileset will end up in the Resources/Java/.jar file of the framework.