Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylar-dev] New task setting isNew?

Sorry for slow reply, this one got lost in the EclipseCon rush.
Regarding setting of the new property on RepositoryTaskData, this
should be set at time of creation of the new RepositoryTaskData. For
example, it is set at point of creation in many of the connectors' new
task wizards.

-Rob

On 2/16/07, Lubos and Alena Pochman <pochmans@xxxxxxxxx> wrote:
Guys,

I have update CodeBeamer connector to latest from devel HEAD (I assume that
is 2.0M1).
I had to modify CodeBeamerTaskFactory logic, but even after that
AbstractNewRepositoryTaskEditor.isNew is not set.
 I have to explicitely set it in NewCodeBeamerTaskEditor.init():

        taskData.setNew(true);

Shouldn't that be set in
AbstractNewRepositoryTaskEditor.init() instead?
Or am I doing something wrong?

Lubos


_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev




--
Robert Elves
Mylar committer, http://eclipse.org/mylar


Back to the top