ANT target: PrepareEAR
PrepareEAR prepares the instance specific temporary WebSphere Commerce EAR to be deployed.
Called by:
Prerequisites:
- The CreateProfile target must have been run successfully.
- The createInstance.properties file must exist for this Ant target to work. For information on generating the properties file, see ANT targets.
Required parameters:
- instance
- The name of the WebSphere Commerce instance with which you are working (for example, demo).
Example
WC_installdir/bin/config_ant.sh -DinstanceName=instance PrepareEAR
- Windows: WC_installdir/bin/config_ant.bat -DinstanceName=instance PrepareEAR
Related Concepts
ANT targets