Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
AW: [jwt-dev] Plugin mode check

Hi Ravi,

 

we were discussing about the plugin mode check a while ago. Bug “[Bug 296017] RCP-mode does require name "AgilPro"” now describes the problem and the solution that I already committed to the code. In the future, each application should not include the word “agilpro” (which of course does not make sense), but the three letters “rcp” (which can easily be added to each product name stating that it is a rich-client application).

 

For the future, I started an own bug which includes the requirements for an own extension point for products as we discussed recently: bug #296088.

 

Please feel free to add any further requirements to this bug. We will work on it in due course.

 

Best regards,

 

Florian

 

 

Von: jwt-dev-bounces@xxxxxxxxxxx [mailto:jwt-dev-bounces@xxxxxxxxxxx] Im Auftrag von RAVI K. THAPLIYAL
Gesendet: Montag, 2. November 2009 12:08
An: jwt-dev@xxxxxxxxxxx
Betreff: [jwt-dev] Plugin mode check

 

Hi,

 

The plugin mode check done by GeneralHelper has been hard coded for “agilpro” as below:

 

if (Platform.getProduct().getName() != null

&& Platform.getProduct().getName().toLowerCase().contains("agilpro")) //$NON-NLS-1$

{

        return false;

}

else

{

        return true;

}

 

I’m trying to integrate JWT with my RCP app and unless I have “agilpro” in my product name the “workflow editor” perspective opens up the “Package Explorer” view which fails. In JWT 0.5 the code checked for “eclipse” in the product name which seems to be the right approach.

 

So, how do I get around this in JWT 0.6?

 

Regards,

Ravi

 

 


MASTEK LTD.
Mastek is in NASSCOM's 'India Top 20' Software Service Exporters List.
In the US, we're called MAJESCOMASTEK

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Opinions expressed in this e-mail are those of the individual and not that of Mastek Limited, unless specifically indicated to that effect. Mastek Limited does not accept any responsibility or liability for it. This e-mail and attachments (if any) transmitted with it are confidential and/or privileged and solely for the use of the intended person or entity to which it is addressed. Any review, re-transmission, dissemination or other use of or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. This e-mail and its attachments have been scanned for the presence of computer viruses. It is the responsibility of the recipient to run the virus check on e-mails and attachments before opening them. If you have received this e-mail in error, kindly delete this e-mail from desktop and server.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 


Back to the top