Also there are two file which are being created in plugins\pluginname\WEB-INF\classes\META-INF\annotations One is hudson.Extension the other is org.kohsuke.stapler.export.ExportedBean
Let me know if any additional info required. Thanks in advance. On Friday, September 6, 2013 1:32:08 AM UTC+5:30, mohan kumar Muddana wrote: > > Hi, > I have developed a plugin on windows for version 1.509.2. > It works perfectly fine on Windows and Ubuntu. > It also worked on 1.428, 1.528 Jenkins version. > > However when giving it to customer for testing it fails to install with > the following exception. > > lib\classes.jar might need to be rebuilt: java.lang.ClassNotFoundException > (I mean the main project class file) > at net.java.sezpoz.IndexItem.element(IndexItem.java:144) > at hudson.ExtensionFinder$Sezpoz._find(ExtensionFinder.java:628) > at hudson.ExtensionFinder$Sezpoz.find(ExtensionFinder.java:617) > No jobs created so workspace folder. > > Built the plugin using skiptests package maven command. > > Is it something to do with JRE. Or, some extensions annotations in our > code? > > Help is appreciated in advance. > > Thanks > Mohan > > > > -- 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/groups/opt_out.
