When i try to run the following from windows command prompt, it is working fine.
ant Reports -f C:/EAR_XMLS/InfraCopy.xml "-Dsource=C:\Console" "-Ddestination=C:/INFRA" "-DAPP_NAME=TEST_FCJ"
How to run the same in build.xml (ANT)? I dont prefer EXEC option.
See docs here for more details.