Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Help with accessing bugzilla using Mylyn

Hi Tejaswini,

Have a look at BugzillaClientFactory for how the Client is constructed. UTF-8 is the default for the new 3.x Bugzilla servers but bugs.eclipse.org is "ISO-8859-1". The map is the set of properties from the TaskRepository class. In a pinch you could just pass an empty map.

-Rob




Tejaswini wrote:
Hi everybody,
 I am trying to access the bugs posted in bugzilla through mylyn. The
constructor in BugzillaClient is public BugzillaClient(AbstractWebLocation location, String
characterEncoding, Map<String, String> configParameters,
			BugzillaLanguageSettings languageSettings) throws MalformedURLException {

what should the values of Map and languageSetings be set to? Also should
characterEncoding be set to "UTF-8"?
Thanks in advance,
Tejaswini



Back to the top