We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef58a7 commit cd0e244Copy full SHA for cd0e244
build.xml
@@ -3,6 +3,8 @@
3
<property name="sf.server" value="https://login.salesforce.com"/>
4
<import file="${basedir}/lib/exec_anon.xml"/>
5
<import file="${basedir}/lib/undeploy.xml"/>
6
+
7
+ <echo message="${sf.username}"/>
8
9
<!-- Downloaded from Salesforce Tools page under Setup -->
10
<typedef
0 commit comments