Skip to content

1.2 Properties

sfloess edited this page Mar 16, 2013 · 33 revisions

This page denotes the Solenopsis 1.2 properties.

Static Properties

The following properties are static:

Property Value Description
solenopsis.HOME The value of the property ant.file.SolenopsisSetup The directory of the Solenopsis script solenopsis-setup.xml.
solenopsis.VERSION 1.2 The version of Solenopsis.
solenopsis.bsh.DIR bsh The Beanshell directory name.
solenopsis.bsh.HOME [solenopsis.HOME]/[solenopsis.bsh.DIR] The root directory containing Beanshell scripts.
solenopsis.lib.DIR lib The library directory name.
solenopsis.lib.HOME [solenopsis.HOME]/[solenopsis.lib.DIR] The root directory containing jar files.
solenopsis.props.DIR props The properties directory name.
solenopsis.props.HOME [solenopsis.HOME]/[solenopsis.props.DIR] The root directory containing properties.
solenopsis.xsl.DIR xsl The XSLT directory name.
solenopsis.xsl.HOME [solenopsis.HOME]/[solenopsis.xsl.DIR] The root directory containing XSLTs.

Configurable Properties

The following properties can be overridden either from the command line or if denoted within your ~/.solenopsisrc file:

Property Default Value Description
solenopsis.env.HOME [user home dir]/.solenopsis/[solenopsis.VERSION] The root directory containing Solenopsis environment specific data.
solenopsis.user.HOME [solenopsis.env.HOME]/env The directory containing Solenopsis environment specific data.
solenopsis.temp.dir [java.io.tmpdir]/[user.name]/solenopsis/[solenopsis.VERSION] The root directory where Solenopsis can perform work such as building files, etc.
sf.url.PROD https://login.salesforce.com The URL for a production instance of Salesforce.
sf.url.SANDBOX https://test.salesforce.com The URL for a sandbox instance of Salesforce.
sf.url.SANDBOX https://test.salesforce.com The URL for a sandbox instance of Salesforce.
Clone this wiki locally