Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] "Initialize RSE" job name as API

Martin --

Yes, you are correct. The API bit I was referring to was the NAME constant in the class. The job name itself cannot be changed.

I like the daemon idea. See any problems with scheduling that for 3.0.1?

-- Dave

On Jun 4, 2008, at 7:42 AM, Oberhuber, Martin wrote:

Hi Dave,

I'm not sure if I understand this right. But you cannot change
the name of the "Initialize RSE" Job since existing clients
use this job in order to wait for initialization.

It's true that they should be using waitForRSEInit() but they
aren't yet. You've got
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233048
assigned to yourself and moved it to 3.0.1, so before this is
fixed you definitely cannot externalize / translate the init
job's name.

If people are concerned about seeing that job name in the UI,
we could probably make the Job a Daemon (so it's invisible),
and if we still want to have something visible we could wrap
it inside a non-daemon Job with externalized name which does
nothing else than just join the real init job.

Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm



-----Original Message-----
From: dsdp-tm-dev-bounces@xxxxxxxxxxx
[mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of David Dykstal
Sent: Wednesday, June 04, 2008 2:02 PM
To: Target Management developer discussions
Subject: Re: [dsdp-tm-dev] "Initialize RSE" job name as API

All --

My mistake. Even though its javadoc references it as API, it is not
since it is in an internal class. This is a javadoc bug and I
will fix
it for RC4.

Sigh. Its just too early in the morning for me :)

-- Dave

On Jun 4, 2008, at 6:57 AM, David Dykstal wrote:

Martin --

The job name "Initialize RSE" is still listed as API. It has been
superseded by the "waitForInit..." function of the RSECorePlugin.
Unfortunately, the job name does show through into the user
interface where is it perceived as a translation error.

I propose removing the "Initialize RSE" name from API so
that it may
be translated in a future release. Is it still possible to do this?

-- Dave D.
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev

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

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



Back to the top