-
Notifications
You must be signed in to change notification settings - Fork 41
1.1 Installation
sfloess edited this page Mar 7, 2013
·
5 revisions
- Get the ant library from your salesforce instance. Click Your Name -> Setup -> Develop -> Tools, then click Force.com Migration Tool
- Extract the zip file to as ant-salesforce.jar and place in one of the following locations:
- /usr/share/solenopsis/ant/lib
- ${HOME}/.ant/lib
- To any directory as long as you define the property
sf.antFile
in your${HOME}/solenopsis.properties
file that is the directory plus the name of the jar file. As an example, assume your username ismyuser
and you are downloading the ant jar to a directory in your home directory entitled salesforce::sf.antFile=/home/myuser/salesforce/ant-salesforce.jar