JBossAntBuilder
Overview
JBoss application Ant builder
Intent
To Provide an environment and set of standard build commands to build a jboss based application suitable for deployment to a jboss server.
- Support java/ant based build environment.
- Support jboss dependencies at build time.
- Promote resuse of the AntBuilder build module.
- Register built packages into the ControlTier package repository for future deployment.
Problem
In order to build a deployable jboss artifact, a jboss server dependency may be needed at compile time. This module provides integration between a dependent jboss server package and the standard Builder runBuildScript command.
Discussion
See AntBuilder module as this describes the general approach of automating builds.
Example
See AntBuilder#Example.
Check List
See AntBuilder#Check_List.