Cernunnos Manual


${sysprop()}

Description:

Returns the value of the System property specified by PROPERTY.

Reagents:

Name XPath Description Reagent Type Expected Type Required
PROPERTY descendant-or-self::text() The name of the System property to read. PHRASE java.lang.String Yes

Examples:

Extracts Apache Tomcat version 6.0.16 to the current user's home directory:

 
       
        <extract-archive location="apache-tomcat-6.0.16.zip" to-dir="${sysprop(user.home)}"/>