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?

Robert,

hope you enjoyed EclipseCon, saw picture of you, Mik, Eugene 8-).
My point is that the connector should not set it, it should be set in AbstractNewRepositoryTaskEditor
.init(). I think, so it is set for connector developer and he doesn't need to bother (just trying to make live easier for connector developers 8-).
This is new requirement in Mylar 2.0 (for connector developer), so at least it should be documented in wiki.

Lubos


On 3/27/07, Robert Elves <rob.elves@xxxxxxxxxxx> wrote:
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
_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev


Back to the top