How to quick deploy using Apache ANT tool for Salesforce?

How to quick deploy using Apache ANT tool for Salesforce?

Sample Package.xml:

    <target name=”quickdeployprod”>
        <sf:deployRecentValidation       
        username=”${sf.username}”
        password=”${sf.password}”
        serverurl=”${sf.sandboxurl}”
        recentValidationId = “
recently validated id
        deployroot=”Retrieve”/>
    </target>

Cheers!!!

Leave a Reply