<set-system-property>

Purpose/Function

Set a system property on the JVM.

Attributes

NAME

TYPE

DEFAULT VALUE

DESCRIPTION

name

java.lang.String

(required)

name of system property

value

java.lang.String

(required)

value of system property

Elements

None.

ReturnValues

None.

NOTES

Examples

<ogrescript>
   ...
   <set-system-property name="trebuchet.dir" value="/home/arossi/trebuchet"/>
   ...	
</ogrescript>
  • No labels