Languages Preferences

Use this page to configure your preferences for the scripting languages used by ACTF. The individual fields on the page are described below.

This is what the Languages Preferences page looks like.

picture of the Preference page for Languages showing default entries

Option Description Default
Supported languages This is a list of the supported scripting languages along with the Java class that implements a BSF-based scripting engine for interpreting code in that language. You can add your own classes to support new scripting languages or specify a different class to override the default scripting engine. This list corresponds to the actf:scriptlang pool defined in the configuration file actf.xml.

Use the Properties Editor Buttons to add, remove and reorder items in this list.

javascript =
org.eclipse.actf.validation.doc.scripting.
JavaScriptCodeInterpreter

Code Processor Classpath The classpath to your code or any supporting code necessary.

Use the Path Entry List Buttons to add, remove and reorder items in this list.

PLUGIN_ROOT/
org.eclipse.actf.core/
org.eclipse.actf.core_<buildID>.jar

PLUGIN_ROOT/
org.eclipse.actf.model/
org.eclipse.actf.model_<buildID>.jar

PLUGIN_ROOT/
org.eclipse.actf.validation/
actf-valcore.jar

PLUGIN_ROOT/
org.eclipse.actf.validation/
org.eclipse.actf.validation_<buildID>.jar

PLUGIN_ROOT/
org.eclipse.actf.accservice/
org.eclipse.actf.accservice<buildID>.jar

PLUGIN_ROOT/
org.eclipse.actf.accservice.win32.ia2-fragment/
actf-accservice-ia2.jar

PLUGIN_ROOT/
org.eclipse.actf.accservice.win32.ia2-fragment/
org.eclipse.actf.accservice.win32.ia2-fragment_<buildID>.jar

PLUGIN_ROOT/
org.eclipse.actf.accservice.win32.msaa-fragment/
actf-accservice-msaa.jar

PLUGIN_ROOT/
org.eclipse.actf.accservice.win32.msaa-fragment/
org.eclipse.actf.accservice.win32.msaa-fragment_<buildID>.jar

PLUGIN_ROOT/
org.eclipse.actf.accservice

Note that the above listed jars are the ones required by the validation core. Other validation components, such as the Java Validation Componentry or the Web Validation Componentry will add more jars to the path.