-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
>What steps will reproduce the problem?
Run ant task with DeployWithXmlReportTask
Eg:
<path id="antlib">
<fileset dir="${ant.library.dir}"/>
</path>
<target name="deployAndTestAndReport">
<taskdef
name="sfdeploy"
classname="com.claimvantage.force.ant.DeployWithXmlReportTask"
classpathref="antlib"
/>
<delete dir="test-report-xml" quiet="true"/>
<sfdeploy
username="${sf.username}"
password="${sf.password}"
serverurl="${sf.server}"
deployRoot="src"
runalltests="true"
junitreportdir="test-report-xml"
/>
</target>
Tests are run with results shown in console output as with standard <sf:deploy>.
>What is the expected output? What do you see instead?
Expect to see junit report in the directory indicated by the 'junitreportdir'
parameter.
Instead no reports are produced.
I'd also expect to see some additional
>What version of the product are you using? On what operating system?
ant-deploy-with-xml-report-task-1.4.jar
>Please provide any additional information below.
Using Winter '14 Org. (with ant_salesforce_32.0.zip)
Ant version 1.9.4
OS: Windows 7
Original issue reported on code.google.com by paul.bac...@arcusglobal.com on 31 Dec 2014 at 3:17
Reactions are currently unavailable