Target Name
|
Description
|
||
compile
|
Compiles the code and generates jar files at the temp location <CustomizationRootDir/temp/lib. It compiles java and rbInfo files.
You can change the name of temp directory by using the temp.dir.name property.
For example, ant compile -Dtemp.dir.name=<name of temp directory>.
|
||
deploy
|
Copies the compiled code jars and all other files such as xconfs, UI artefacts to the Windchill installarea/directory. The custom schema changes configuration is also processed to reflect the updates in the Windchill install area/directory. For example, updates to the ser and db, sql files, etc. By default, the deploy target also deletes the temp directory created by compile. To avoid the deletion of temp directory, use the -Ddelete.temp=false property.
|
||
load.data
|
Copies load files in Windchill Home and starts windchill (if it is down) and loads data.
User information is to be passed using the param-Dadministrator.username=<userName.
|
||
all
|
Executes compile deploy load.data.
|
||
clean
|
Deletes the output of earlier compilation. It will delete the temp directory.
|