I am extending one of the existing plugins. back in May I added a ConsoleLogFilter class and it worked great. no issues. up thru Jenkins 1.572.
the developer has released new source, so I have ported my changes over.. rebuilt the hpi and reloaded from my local system as always. the installed plugins view shows my version signature with the proper timestamp. but my logfilter class does not get invoked. I am building here on the master machine. I usd 7zip to look inside the hpi package, and the proper classes are present. I have LOGGER.fine(.....) clauses in the filter code to show it operating.. no log entries are captured. (the logger name did NT start with "jenkins" (nor back in may either when it last worked).. but even if I add that, still nothing. its almost like the public version is downloaded over mine. (the last good build is at 83, I am now at build 126. I have rebooted the local system (virtual machine) stopped an restarted jenkins.. the failure stated on August 1. up til then it was ok. (for 10 days before).. the only thing of note is that I had a compile error on that day and got a java.lang.NoSuchMethodException: during execution of the job using that plugin. jenkins is running under apache tomcat6, on ubuntu linux. 12.04 64bit. I reloaded my may version of the hpi, and it works properly. so, what did I do, and how do I fix it or debug it? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
