[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[News.eclipse.technology.mylar] Re: How to the the Bugzilla API Headless
|
Headless use of the Tasks Framework (and/or) the Bugzilla Connector is
'lightly' documented here:
http://wiki.eclipse.org/index.php/Mylar_Integrator_Reference#Headless_use
It requires a number of eclipse jars on the classpath but doesn't
require a running eclipse workbench. I've recently run through an
example of headless use of the Bugzilla Connector as you will find
documented at the wiki link above.
Any feedback/questions you have on your experience using the api is welcome.
-Rob
Rudolf Hummer wrote:
Hello!
For a practical course at the university I have to implement a client
application whitch enables to visualise bugzilla data. It should be
possible to retreive the data from any existing Bugzilla installation on
the web via the web interface (i.e. without having direct user access to
the sql database).
So i found that Mylar offers the Bugzilla API to be used as Java API to
Bugzilla. Unfortunately i have not that much experience with the eclipse
projects and how to integrate the API into the application.
I didn't find a detailed Doc or an example on the Eclipse sites or on
the web. So i wanted to ask if there was any information available
concerning this topic.
Regards,
Rudolf Hummer
(Student of Information Systems at the JKU Linz, Austria)