function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BGrimesBGrimes 

Ant/trigger deployment primer?

Hello.  I'm a .NET developer learning my way around Java and the Eclipse IDE.  I need to move another developer's trigger from our Sandbox to production in a few days for a release but have no real clue how to do this.  I know I need to use the Apache Ant tool, but I'm totally lost.  Is there any documentation out there on how to do this?  I've heard that it's a command line program, and that's fine...but I'm totally lost on this.

Any help or direction is GREATLY appreciated.
Bryan
kpetersonkpeterson
Do you have to use the ant tool?  If you are using the eclipse plugin I would suggest deploying from it.
BGrimesBGrimes
Ok, so I can deploy from Eclipse?  I update s-controls from there but thought I had to use Ant to deploy triggers.  Many Thanks.