Deploying Java CAPS Projects

ProcedureTo build an application file by passing parameters in the command line only (Windows)

  1. Run commandline codegen by issuing the following command from the command prompt in your commandlinecodegen directory (see Table 1–1):


    ant "-D(propertyname1)=(propertyvalue1)" "-D(propertyname2)=
    (propertyvalue2)" … "-D{propertynameN}={propertyvalueN}"

    Note –

    When using the command-line properties method, you must specify values for all required properties. You also may specify values for any optional properties as is appropriate.