Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Disable/enable the build configurations based on the Operating System

Hi  Austin ,  

Thanks  for  the  reply.  Actually I used Enablement option with the configuration , it didn't work  ,It  works only for configuration shortcuts . Also  I  tried  org.eclipse.ui.activities  to  hide unwanted  configurations ,  that  also didn't  work .  That is the scenario .  Can  you please suggest me a method to achieve this.

Thank you
Ajay

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Austin Morgan
Sent: Tuesday, July 27, 2010 6:42 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Disable/enable the build configurations based on the Operating System

I guess it depends on how you mean. For instance when I create a new CDT
plugin from the org.eclipse.cdt.managedbuilder.core.buildDefinitions I use
multiple configurations with the same name and the targetPlatform defined
for which operating system it should use. I am not sure I understand your
use case so this might not be the right direction for your project.

Austin
 
----------------original message-----------------
From: "Ajay Chandrahasan" Ajay.Chandrahasan@xxxxxxxxxxxxxxx
To: "cdt-dev@xxxxxxxxxxx" cdt-dev@xxxxxxxxxxx
Date: Tue, 27 Jul 2010 16:42:40 +0530
-------------------------------------------------
 
 
> Hi ,
> 
> Eclipse CDT Question: I need to disable/enable the build configurations
based 
> on the Operating System i.e. if i am working on linux i don't need aDebug,
bDebug 
> whereas for windows i need these build configurations along with default
build 
> configurations. I have tried with org.eclipse.ui.activities but no luck.
Can 
> someone guide me how can i achieve this.
> 
> 
> Thank you
> 
> Ajay
> 
> 

__________________________________________________

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


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




Back to the top