[jbehave-dev] [jira] (JBEHAVE-1057) Jenkins plugin broken, unmatched dependency

2015-02-27 Thread Nina Hartmann (JIRA)
Title: Message Title










 

 Nina Hartmann commented on an issue


















  Re: Jenkins plugin broken, unmatched dependency 










Unfortunately it is not possible to simply change the plugin-version, because this will lead to a lot of compile errors. I updated the dependencies and imports and committed a working version here: https://github.com/soniro/jbehave-core/commit/af1c56d476d770432896cf21b947f210fe7b5eb7
Therefore I also need to change the jenkins repositories in the settings.xml.
I used the following versions:


properties
jenkins.test.harness.version1.594/jenkins.test.harness.version
jenkins.version1.594/jenkins.version
hpi.plugin.version1.112/hpi.plugin.version
xunit.plugin.version1.93/xunit.plugin.version
/properties



I installed it in combination with xunit plugin 1.93 on my jenkins and it works fine.












   

 Add Comment

























 JBehave /  JBEHAVE-1057



  Jenkins plugin broken, unmatched dependency 







 Current available jenkins plugin has unmatched dependency. When installing it crashes with:   WARNING: Failed to load org.jBehavePluginType$DescriptorImpl   jbehave is then not available in product configuration for processing the output.   I'm not only one with this problem. Here is a workaround which works great, modified jenkins package without the ...














  

[jbehave-dev] [jira] (JBEHAVE-1057) Jenkins plugin broken, unmatched dependency

2014-12-02 Thread Lukas Dziadkowiec (JIRA)
Title: Message Title










 

 Lukas Dziadkowiec commented on an issue


















  Re: Jenkins plugin broken, unmatched dependency 










Please have a look at the post at stackoverflow. I'm not author of the patched plugin. ... Have Jenkins 1.588 installed. I looked into source code, seems that they used a package which doesnt exists anymore link! What to do? ... java.lang.NoClassDefFoundError: com/thalesgroup/dtkit/metrics/hudson/api/descriptor/TestTypeDescriptor












   

 Add Comment

























 JBehave /  JBEHAVE-1057



  Jenkins plugin broken, unmatched dependency 







 Current available jenkins plugin has unmatched dependency. When installing it crashes with:   WARNING: Failed to load org.jBehavePluginType$DescriptorImpl   jbehave is then not available in product configuration for processing the output.   I'm not only one with this problem. Here is a workaround which works great, modified jenkins package without the ...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email




[jbehave-dev] [jira] (JBEHAVE-1057) Jenkins plugin broken, unmatched dependency

2014-12-02 Thread Mauro Talevi (JIRA)
Title: Message Title










 

 Mauro Talevi commented on an issue


















  Re: Jenkins plugin broken, unmatched dependency 










The DTKit dependency comes from the Jenkins xunit plugin.
Could you please try building the jbehave-jenkins-plugin with the latest updated version
$ mvn clean install -Dxunit.plugin.version=1.92 
to see if this fixes the problem? 
The currently used version of the xunit plugin is 1.62.












   

 Add Comment

























 JBehave /  JBEHAVE-1057



  Jenkins plugin broken, unmatched dependency 







 Current available jenkins plugin has unmatched dependency. When installing it crashes with:   WARNING: Failed to load org.jBehavePluginType$DescriptorImpl   jbehave is then not available in product configuration for processing the output.   I'm not only one with this problem. Here is a workaround which works great, modified jenkins package without the ...















 This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)




 












-
To unsubscribe from this list, please 

[jbehave-dev] [jira] (JBEHAVE-1057) Jenkins plugin broken, unmatched dependency

2014-12-01 Thread Lukas Dziadkowiec (JIRA)
Title: Message Title










 

 Lukas Dziadkowiec created an issue


















 JBehave /  JBEHAVE-1057



  Jenkins plugin broken, unmatched dependency 










Issue Type:

  Bug




Affects Versions:


 3.9.5, 3.9.3, 3.9.2




Assignee:


 Unassigned




Components:


 Jenkins Support




Created:


 01/Dec/14 2:47 AM




Environment:


 Jenkins 1.551, 1.591, xUnit 1.92




Priority:

  Major




Reporter:

 Lukas Dziadkowiec










Current available jenkins plugin has unmatched dependency. When installing it crashes with:
WARNING: Failed to load org.jBehavePluginType$DescriptorImpl
jbehave is then not available in product configuration for processing the output.
I'm not only one with this problem. Here is a workaround which works great, modified jenkins package without the problematic code.
http://stackoverflow.com/questions/26861855/jenkins-jbehave-plugin-installation-failed-classnotfoundexception-dtkit-testty