-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
rhel 5.5
attempting to get GNAT plugin to scan a log file from running all the aunit tests in the tree.
(gnat component needs to be added to pick list)
https://wiki.jenkins-ci.org/display/JENKINS/Gnat+Plugin
When I run the job the console states:
[xUnit] [INFO] - [AUnit-AUnit 3.x] - 1 test report file(s) were found with the pattern 'unittest/log' relative to '/redacted' for the testing framework 'AUnit-AUnit 3.x'.
[xUnit] [ERROR] - There is at least one problem. Check the Jenkins system log for more information. (if you don't have configured yet the system log before, you have to rebuild).
when I look in the system log I find:
Aug 31, 2011 5:28:14 PM hudson.model.Descriptor verifyNewInstance
WARNING: Father of com.thalesgroup.hudson.plugins.gnat.aunit.AUnitPluginType@323a53ea and its getDescriptor() points to two different instances. Probably malplaced @Extension. See http://hudson.361315.n4.nabble.com/Help-Hint-needed-Post-build-action-doesn-t-stay-activated-td2308833.html
Aug 31, 2011 5:26:58 PM hudson.model.Run run
that nabble URL implies GNAT plugin is not using extensibility mechanism as intended?