[JIRA] (JENKINS-15905) Threshold handling

2012-11-23 Thread fpol...@testo.de (JIRA)














































XYZ
 created  JENKINS-15905


Threshold handling















Issue Type:


New Feature



Assignee:


Praqma Support



Components:


prqa



Created:


23/Nov/12 9:11 AM



Description:


It would be nice if the threshold handling is also level sensitive:
The user sets threshold level to 4 then all messages above this occur to a build failure.






Environment:


Win 7




Project:


Jenkins



Priority:


Minor



Reporter:


XYZ

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15901) Run shell script/batch job after prqa report generation

2012-11-22 Thread fpol...@testo.de (JIRA)














































XYZ
 created  JENKINS-15901


Run shell script/batch job after prqa report generation















Issue Type:


New Feature



Assignee:


Praqma Support



Components:


prqa



Created:


22/Nov/12 3:36 PM



Description:


It would be useful to run a batch job behind the report generation. E.g. generated temporary files can be deleted or something else can be done there.
I've installed the plugin post-build task. When I try to add this behind the prqa plugin it is always placed before!

Regards, 
Frank





Environment:


Win 7




Project:


Jenkins



Priority:


Major



Reporter:


XYZ

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15821) Cannot install prqa-plugin

2012-11-20 Thread fpol...@testo.de (JIRA)














































XYZ
 commented on  JENKINS-15821


Cannot install prqa-plugin















Hello Mads  Jason,

after installation of these tools the plugin works fine.


Regards,
Frank



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15821) Cannot install prqa-plugin

2012-11-20 Thread fpol...@testo.de (JIRA)














































XYZ
 commented on  JENKINS-15821


Cannot install prqa-plugin















Hi Mads,

would it be possisble that the user can edit the QAR output path in one of the next plugin releases?
I nice feature would be also to call the plugin two times:
I have here a mixed C/C++ project and I want to call QA-C and QA-CPP.
What do you think about it?

Regards,
Frank





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15821) Cannot install prqa-plugin

2012-11-15 Thread fpol...@testo.de (JIRA)














































XYZ
 commented on  JENKINS-15821


Cannot install prqa-plugin















Hello Mads,

I tried the newest Version and it doesn't work again. You're right, I have upgraded the jenkins installation. 
I'll try now to reinstall Jenkins...




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15821) Cannot install prqa-plugin

2012-11-15 Thread fpol...@testo.de (JIRA)














































XYZ
 commented on  JENKINS-15821


Cannot install prqa-plugin















Hello Mads,

after reinstallation of Jenkins the plugin works.
Thanks for your fast support.

Regards,
Frank

BTW, 
I'am using QAC-8.0-R and QACPP-2.5.1-R. 
I can't found in the installation the tool "qaw". What does this tool?































This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15821) Cannot install prqa-plugin

2012-11-14 Thread fpol...@testo.de (JIRA)














































XYZ
 created  JENKINS-15821


Cannot install prqa-plugin















Issue Type:


Bug



Assignee:


Praqma Support



Components:


prqa



Created:


14/Nov/12 12:04 PM



Description:


hudson.err.log:

WARNUNG: Failed to scout net.praqma.jenkins.plugin.prqa.globalconfig.PRQAGlobalConfig
java.lang.InstantiationException: file:/C:/Program%20Files/Hudson/plugins/prqa-plugin/WEB-INF/classes/META-INF/annotations/hudson.Extension might need to be rebuilt: java.lang.ClassNotFoundException: net.praqma.jenkins.plugin.prqa.globalconfig.PRQAGlobalConfig
	at net.java.sezpoz.IndexItem.element(IndexItem.java:144)
	at hudson.ExtensionFinder$Sezpoz.scout(ExtensionFinder.java:649)
	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:290)
	at hudson.ExtensionList.load(ExtensionList.java:295)
	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:248)
	at hudson.ExtensionList.iterator(ExtensionList.java:138)
	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:289)
	at hudson.ExtensionList.load(ExtensionList.java:295)
	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:248)
	at hudson.ExtensionList.iterator(ExtensionList.java:138)
	at hudson.ExtensionList.get(ExtensionList.java:129)
	at hudson.diagnosis.NullIdDescriptorMonitor.verifyId(NullIdDescriptorMonitor.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
	at hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:883)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: net.praqma.jenkins.plugin.prqa.globalconfig.PRQAGlobalConfig
	at hudson.PluginManager$UberClassLoader.findClass(PluginManager.java:935)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at net.java.sezpoz.IndexItem.element(IndexItem.java:134)
	... 24 more
12.11.2012 09:53:21 hudson.ExtensionFinder$Sezpoz scout
WARNUNG: Failed to scout net.praqma.jenkins.plugin.prqa.notifier.PRQANotifier$DescriptorImpl
java.lang.InstantiationException: file:/C:/Program%20Files/Hudson/plugins/prqa-plugin/WEB-INF/classes/META-INF/annotations/hudson.Extension might need to be rebuilt: java.lang.ClassNotFoundException: net.praqma.jenkins.plugin.prqa.notifier.PRQANotifier$DescriptorImpl
	at net.java.sezpoz.IndexItem.element(IndexItem.java:144)
	at hudson.ExtensionFinder$Sezpoz.scout(ExtensionFinder.java:649)
	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:290)
	at hudson.ExtensionList.load(ExtensionList.java:295)
	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:248)
	at hudson.ExtensionList.iterator(ExtensionList.java:138)
	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:289)
	at hudson.ExtensionList.load(ExtensionList.java:295)
	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:248)
	at hudson.ExtensionList.iterator(ExtensionList.java:138)
	at hudson.ExtensionList.get(ExtensionList.java:129)
	at hudson.diagnosis.NullIdDescriptorMonitor.verifyId(NullIdDescriptorMonitor.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.init.InitializerFinder.invoke(InitializerFinder.java:120)
	at hudson.init.InitializerFinder$TaskImpl.run(InitializerFinder.java:184)
	at 

[JIRA] (JENKINS-15821) Cannot install prqa-plugin

2012-11-14 Thread fpol...@testo.de (JIRA)














































XYZ
 commented on  JENKINS-15821


Cannot install prqa-plugin















Did you by any chance install it in some other way? Upgrading both jenkins and plugin for example, at once? 
-- It's manually installed

Have you tried clearing prqa from your plugin folder and reinstalling it again thru the update center? 
-- No, but I cleared and manually installed it but it still doesn't work. Installation via the update center is not possible (Jenkins runs in 
a closed infrastructure).

Regards,
Frank




























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira






[JIRA] (JENKINS-15821) Cannot install prqa-plugin

2012-11-14 Thread fpol...@testo.de (JIRA)














































XYZ
 commented on  JENKINS-15821


Cannot install prqa-plugin















Hello Mads,

no, actually I'm using the 1.1.2. Now I try to install the 1.1.3.


Regards,
Frank



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira