Description

These scripts add support for

Installation

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" );