Setting up the source extraction Ant script
To support the use of different SCM systems in different customization projects, the Build and Deployment tool requires you to provide a custom source extraction Ant build file that is run as part of the build process.
The WCBD_installdir/extract directory
include sample scripts for some SCMs:
| SCM | Sample script |
|---|---|
| CVS | wcbd-sample-extract-cvs.* |
| ClearCase | wcbd-sample-extract-clearcase.* |
| Local filesystem | wcbd-sample-extract-local.* |
| Subversion | wcbd-sample-extract-svn.* |
If no sample scripts are provided for your SCM, you can develop a custom script. See Customizing the build process , for details.
About this task
In the following steps, scm refers
to one of cvs, clearcase, local,
or svn, as appropriate to your environment.


