> I notice that in your report for: > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=242983 > > you make the original report of the NPE problem that I encountered after > generating the jar from the team project set...
Sorry about that. It had slipped my mind that this bug was still unresolved and prevented the example from running. > Is there an obvious workaround for the problem that I'd know if I was more > familiar with the mylyn architecture that will get me running with the > bugzilla connector, or is this a fatal problem for which I have to wait for > a fix? I'm totally happy to instantiate > > BugzillaCorePlugin > > or any other reasonable pre-requisite classes to get myself working... > I'd just need to know what they are and how to do it... :-) You would also have to invoke start() which might get tricky as it expect a valid BundleContext. I have posted a patch to bug 242983 that fixes the NPE in the Bugzilla connector. If you update your workspace and apply that patch you should be able to run the example. Please comment on the bug in case you run into other problems when running the Bugzilla connector as a standalone application. Steffen -- Steffen Pingel - [EMAIL PROTECTED] - http://steffenpingel.de _______________________________________________ mylyn-integrators mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
