Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Submitting a New Task on Bugzilla

Hello,

Thank you for supplying the patch. I have checked out the mylyn source from
the proxy.eclipse.org/cvsroot/tools HEAD, but don't really quite know how to
proceed, as in how to compile the code to get the needed libraries (I
certainly tried, but, beginner, what can I say...). Finally, I've decided to
wait for the weekly build, hoping that this patch will be a part of it. So,
may I ask will this patch be in the weekly build, or, if maybe not, would
you be willing to send me the patched
org.eclipse.mylyn.internal.bugzilla.core package to my private mail, or
maybe some key pointers how to compile mylyn source? Any help would be
greatly appreciated...

Thnx,
Robert 



portal on behalf of Rob Elves wrote:
> 
> My apologies, indeed that method is package protected. The cause of
> the problem appears to be due to calling the initialization of task
> data before the connector is set. This circumstance doesn't usually
> arise but when used as a library apparently it can.   Although this
> can be worked around by calling
> connector.getClientManager().getClient(repository, monitor) right
> after you create the connector instance, you will hit another problem
> wwithin the initializeTaskData method. There is a call in there that
> assumes the plugin instance exists. I've created the following bug to
> address this and will post a patch there that you can apply to your
> locally checked out version of mylyn from HEAD.
> 
> -Rob
> 
> 

-- 
View this message in context: http://www.nabble.com/Submitting-a-New-Task-on-Bugzilla-tp24304351p24410584.html
Sent from the Mylyn Dev mailing list archive at Nabble.com.



Back to the top