Skip to content

Instantly share code, notes, and snippets.

@mattandneil
mattandneil / build.xml
Last active July 21, 2019 23:58
Salesforce Execute Anonymous - Ant Script
<macrodef name="execanon" description="Executes apex code in an organization - Revision 7">
<text name="apexcode" />
<attribute name="username" />
<attribute name="password" />
<attribute name="serverurl" default="https://login.salesforce.com" />
<attribute name="apiVersion" default="44.0" />
<sequential>