On Thu, Sep 5, 2013 at 4:02 PM, mohan kumar Muddana <[email protected]> wrote: > 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)
Something is very wrong with your class loading: your @Extension-annotated plugin class seems to be present on the JRE’s boot classpath. Or at least that is my reading of the exception. I cannot really guess at what is actually going on. -- 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.
