Running the Build Script
Once the properties are set in the build.properties file, you can execute the script at the command line using one of the following commands:
$ant
or
$ant build
These commands will execute the build target in the Ant script, which packages the bounded task flow library jar files from the ADFLibraryJARs directory into a deployable library WAR file created in the deploy directory. You should receive a build successful message after executing.
The JDETaskFlowLibrary.war file in the deploy directory can then be manually deployed to a Weblogic server instance or cluster or can be automatically deployed, as described in section Using EnterpriseOne ADF Container Build Script to Install/Deploy the EnterpriseOne ADF Container to a Weblogic Server.