Description
These scripts add support for
- CCC Harvest (get/synchronize/lock/unlock/check in/check out)
Installation
- requires AnyJ 4.0-rc or higher
- activate using 'Tools|Scripting Support|Enable/Disable Scripts
- Enter your CCC Harvest user data into the Preferences.
How the CCC Harvest project and package is determined
First AnyJ does a lookup the file hierarchy upwards for a file called 'ajharvest.txt'. This file has to contain
two lines:
MyPackage
MyProject
e.g.
GDOTemplateImpl
"Xapi 1.0"
Note that package/project names containing spaces have to be quoted.
If no such file is found, AnyJ takes the project and package from the user settings (see above).
Example:

Sets the project and package for the complete directory tree of 'de' .
Optional Extensions
Some extension can be added optionally, modify the init.java script e.g.
AnyJAPI.This().runScript( "WinFileOperations.java" );