How to Use ant to Compile a SOA Composite Application

The following provides an example of compiling a SOA composite application, which validates it for structure and syntax:

ant -f ant-sca-compile.xml 
-Dscac.input=/myApplication/myComposite/composite.xml 

Table 48-12 describes the syntax.

Table 48-12 ant Compiling Commands

Argument Definition
scac

Possible inputs are as follows:

  • java.passed.home

    The script picks this from the environment value of JAVA_HOME. Provide this input to override.

  • wl_home

    This is the location of Oracle WebLogic Server home.

  • scac.input

    The composite.xml file to compile.

  • scac.output

    The output file with scac results (defaults to temp_dir/out.xml).

  • scac.error

    The file with scac errors (defaults to temp_dir/out.err).

  • scac.application.home

    The Oracle JDeveloper application home directory of the SOA composite application being compiled that contains the .adf directory in it. This argument is optional only when you compile the SOA composite application from within the project directory.

  • scac.displayLevel

    Controls the level of logs written to scac.output file. The value can be 1, 2, or 3 (this defaults to 1).