|
MavenTestDataPublisher is unusable in this state
------------------------------------------------ Key: JENKINS-9767 URL: https://issues.jenkins-ci.org/browse/JENKINS-9767 Project: Jenkins Issue Type: Bug Components: core Affects Versions: current Reporter: Sebastien Pinel Attachments: MavenTestDataPublisher.java See JENKINS-5649 for details. The attached file have been tested with the plugin JUnit Attachment with some fixes. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-9767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kutzi updated JENKINS-9767: --------------------------- Component/s: maven2 (was: core) (assigned to maven2 component) Creating a pull request on Github would probably give you a better chance of getting this integrated soon. > MavenTestDataPublisher is unusable in this state > ------------------------------------------------ > > Key: JENKINS-9767 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9767 > Project: Jenkins > Issue Type: Bug > Components: maven2 > Affects Versions: current > Reporter: Sebastien Pinel > Attachments: MavenTestDataPublisher.java > > > See JENKINS-5649 for details. > The attached file have been tested with the plugin JUnit Attachment with some fixes. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] olamy reassigned JENKINS-9767: ------------------------------ Assignee: olamy > MavenTestDataPublisher is unusable in this state > ------------------------------------------------ > > Key: JENKINS-9767 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9767 > Project: Jenkins > Issue Type: Bug > Components: maven2 > Affects Versions: current > Reporter: Sebastien Pinel > Assignee: olamy > Attachments: MavenTestDataPublisher.java > > > See JENKINS-5649 for details. > The attached file have been tested with the plugin JUnit Attachment with some fixes. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149651#comment-149651 ] olamy commented on JENKINS-9767: -------------------------------- or at least a patch diff :-) > MavenTestDataPublisher is unusable in this state > ------------------------------------------------ > > Key: JENKINS-9767 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9767 > Project: Jenkins > Issue Type: Bug > Components: maven2 > Affects Versions: current > Reporter: Sebastien Pinel > Assignee: olamy > Attachments: MavenTestDataPublisher.java > > > See JENKINS-5649 for details. > The attached file have been tested with the plugin JUnit Attachment with some fixes. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-9767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149651#comment-149651 ] olamy edited comment on JENKINS-9767 at 6/21/11 11:01 AM: ---------------------------------------------------------- or at least a patch diff :-) I have review your .java file. It's difficult to review changes as it contains a lot of reformating was (Author: olamy): or at least a patch diff :-) > MavenTestDataPublisher is unusable in this state > ------------------------------------------------ > > Key: JENKINS-9767 > URL: https://issues.jenkins-ci.org/browse/JENKINS-9767 > Project: Jenkins > Issue Type: Bug > Components: maven2 > Affects Versions: current > Reporter: Sebastien Pinel > Assignee: olamy > Attachments: MavenTestDataPublisher.java > > > See JENKINS-5649 for details. > The attached file have been tested with the plugin JUnit Attachment with some fixes. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
|
In reply to this post by JIRA noreply@jenkins-ci.org
|
|||||||||||
| Powered by Nabble | Edit this page |

I just created a pull request https://github.com/jenkinsci/jenkins/pull/574 with Sebastien's changes.
Hope they'll get pulled in.
I'm also affected by this bug in JUnit Excepted Diff Plugin (https://github.com/usultis/junit-expected-diff-plugin). With provided patch it works ok.