Skip to content

1.1 Installation

sfloess edited this page Mar 7, 2013 · 5 revisions

Installing ANT libraries

  1. Get the ant library from your salesforce instance. Click Your Name -> Setup -> Develop -> Tools, then click Force.com Migration Tool
  2. 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 is myuser and you are downloading the ant jar to a directory in your home directory entitled salesforce: sf.antFile=/home/myuser/salesforce/ant-salesforce.jar
Clone this wiki locally