Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP/ETFw envvarname

Could you please clarify how you would be using multiple definitions of the same environment variable?  The problem is that environment variables are stored in a map of name/value pairs in Eclipse.  Even if I gave the options different ids the map can still have only one entry for any given variable name.  Currently the etfw's internal storage of environment variable name/value pairs using the same mapping system and I'm not sure how you would be accessing it even if I did throw option ids into the mix.

I think I can set it up so if two environment variables have the same name and one is checked but the other is not, the checked one will be used and the other disregarded (if both are checked the behaviour would still be undefined), but I'm not sure if this helps you at all.

Regards,
Wyatt

On Wed, Nov 4, 2009 at 6:03 PM, Wyatt Spear <wspear@xxxxxxxxxxxxxx> wrote:
I've started to look into this but I've got some other deadlines coming up and I've been out sick for a couple days now.  I don't know if I'll have time to take care of it before the API freeze on Friday but hopefully by sometime next week.

Regards,
Wyatt


On Wed, Nov 4, 2009 at 3:51 AM, Xavier Pegenaute <xavier.pegenaute@xxxxxx> wrote:
Hi Wyatt,

is there some news on this?, do you have some approximate date to implement
these modifications?

Thank you.
Xavi,
On Thursday 29 October 2009 12:24:46 am Wyatt Spear wrote:
> The changes were made to org.eclipse.ptp.perf.toolopts and
> org.eclipse.ptp.perf I believe the names of these packages will be changing
> soon though.  However, if you prefer I could build the plugins for you and
> link that.  If you want I can try to address the issues with duplicate
> optnames and compiler flag input before building a package, but I'm not
>  sure how long it will take to get to those.
_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user




Back to the top