Hello, I have a build.xml file and calling it from a .batch file and like to pass the "earFile" and "application" below values like below, how can i do it. Thanks in advance.
abc.BAT xyz.ear xyz <property name="earFile" value="${earFile}" /> <property name="application" value="${application}" />