Newer Version Available
Entering Salesforce Connection Information
In order to retrieve or deploy metadata components, you need to edit build.properties to point to a Salesforce organization:
- Go to the location where you extracted the Force.com Migration Tool files and open the sample subdirectory.
- Open build.properties in a text editor and do either
of the following.
- To use a username and password for login, substitute a valid Salesforce username and password. If you’re using a security token, paste the 25-digit token value at the end of your password.
- To use an active Salesforce session for login, uncomment the sf.sessionId property and substitute a valid session ID. Also, make sure to comment out the sf.username and sf.password properties.