Run the Build Script

After 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.

You can proceed with the deployment in one of two ways: use the commands described in the next section to automatically deploy the JDETaskFlowLibrary.war to the specified Oracle WebLogic Server and/or clusters, or manually deploy the application as described in Alternative Method for Manually Deploying EnterpriseOne ADF Applications.