here i want to execute build.xml(located in the path specified), where im executing this exec task in testbuild.xml. how can i resolve this issue?
<exec executable="ant" dir="${Build.WorkingCopyPath}/Build/src"
resultproperty="${buildlogs}/@{corporateparam}_build.log">
- Thanks,