Code Monkey home page Code Monkey logo

force-deploy-with-xml-report-task's Introduction

Hi there ๐Ÿ‘‹

I'm Moti, a software developer.
In my free time I work on open source projects. If any of my work was useful to you, I would be glad to hear about it.
Feel free to send me message here or on twitter.

counter

force-deploy-with-xml-report-task's People

Watchers

 avatar

force-deploy-with-xml-report-task's Issues

No XML report from DeployWithXmlReportTask

>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 [email protected] on 31 Dec 2014 at 3:17

Intermittently failing to produce test output

What steps will reproduce the problem?
Running CI builds on Bamboo, I suddenly stopped getting test output. Nothing in 
any of the environments, codebases, or setups have changed since last night 
(when it was running properly)

What is the expected output? What do you see instead?
No output

Environment:
Running from a linux box with ant 1.9, connecting to various orgs all running 
SF Winter 15

Please provide any additional information below.
I'm using the old version of salesforce-ant.jar provided here.
I experienced a similar issue last week (suddenly stopped producing output 
overnight), where the solution was to explicitly create the output directory 
and file before calling sfdeploy, but apparently that is no longer sufficient.

Original issue reported on code.google.com by [email protected] on 14 Jan 2015 at 3:27

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.