Very helpful. The ant installation is so tricky that I have to watch the video every time I install it in a new machine. Your video not only gives steps but also explains logical connection between different files.
@chatwithsubhra13 жыл бұрын
Short and Nice ..... Thanks
@snehachouhan94804 жыл бұрын
Nice Video..Easy to understand..
@paula-th4ie5 жыл бұрын
Great explanation! Thanks a lot!
@ShahidulIslam-dd8he3 жыл бұрын
Great video but I have couple of related questions. Where the testing is done? Your example shows deployment from an org to a different org. How would you deploy from sandbox to production within a same org.
@RS_official225 жыл бұрын
Excellent video , thanks
@johnbritolima5 жыл бұрын
People, if you are having problems installing ANT be sure to set the JAVA_HOME correctly and add to PATH references to the JDK and JRE. A little research on those subjects on YT should solve your problems. Anyway I'm going to list a few things here: 1 - Install JAVA on your PC (if you don't have it already) 2 - Configure ENVIRONMENT VARIABLES 2.1 - Set JAVA_HOME 2.2 - Add JDK to Path 2.3 - Add JRE to Path 3 - Check if JAVA is OK by running java -version on your CMD. 4 - Now you continue watching the video of Ant installation. P.S.: If your Environment Variables are correctly set, then only worry about setting the ANT correctly.
@SachinSharma-hv3wm3 жыл бұрын
Hi sir i want to deploy all the classes and triggers from one org to another. all the classes and triggers have fetched from one org but when i'm trying to deploy them in another org then it shows build successful in the cmd bt changes are not reflecting in the target org. pls help. Thanks in advance