You could use ant's war task. Example (from Netbeans docs):
<war warfile="myapp.war" webxml="src/metadata/myapp.xml">
<fileset dir="src/html/myapp"/>
<fileset dir="src/jsp/myapp">
<classes dir="build/main"/>
</war>
Aleks
[EMAIL PROTECTED] wrote:
> Please indicate how I can develop a WAR package of my Turbine
>application or
> can you please tell me where I can get the information to do this.
>
> Donald Duquaine
> STL Tampa West
> Analyst / Network Adminstrator
> mailto:[EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]