Skip to content

MRohit/ANT-Deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ANT-Deployment

ANT is a salesforce tool use to deploy components from one organization to another Steps to do Deployment using ANT:

  1. Create package.xml file and enter all the components which you want to retrieve. A sample package.xml can be found here
  2. Edit build.properties and specify source and target username, password and URL.
  3. Open command prompt where you've install ANT. You can specify source directory in build.xml where you want to retrieve files. Keep package.xml,build.properties and build.xml in same directory.
  4. Enter command "ant retrieveOnly" will retrieve all the components specified in package.xml from respective source.
  5. Enter command "ant validateOnly" will validate retrieved components on target org where we need to deploy.
  6. Once package is successfully validated with no errors, enter command "ant deployOnly". This will deploy all the components on target org.

About

ANT is a salesforce tool use to deploy components from one organization to another

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published