Exec.properties

Section - Configuration Files

is a settings file that is generated by the TM Test Tool.  It is also used to control the operation of the run-time system when transforms are run from the command line.  The file is overwritten each time a transform is run.  Please click for a commented version of the file as supplied.

If different settings are required, then a copy of the file should be edited and the –Dfile option should be used to point to that copy on the command line which starts the program; for example:

java –Dfile=myexec.properties com.prismt.transform.run-time.exec.RunMaps

Default Country and Date time settings

TM’s exec.properties file allows the setting of default country and language codes according to Java standards.

Date.LenientDate = true

This allows the maximum latitude in the conversion of strings into dates.

Date.ISO639Code = en

Date.ISO3166Code = GB

The set default language is (ISO639)and the country code is ISO3166Code).

The date and time formats and conversions supported by SML are those defined in the standards and are thus subject to change if those standards ever change. Please refer to for references to some relevant standards.