Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Managed make optionReference and list options

By looking at the code, I see that listOptionValue is a valid element for an optionReference and is in fact the only way to specify additional defined symbols for a particular configuration.  I modified my local schema definition and added listOptionValue support, tested it out, and that fixes the problem.

I'll open a bug for it.

Thanks,
Brad


-----Original Message-----
From: cdt-dev-admin@xxxxxxxxxxx [mailto:cdt-dev-admin@xxxxxxxxxxx]On
Behalf Of Brad Jarvinen
Sent: Friday, February 20, 2004 6:57 PM
To: Cdt-Dev (E-mail)
Subject: [cdt-dev] Managed make optionReference and list options


In the Managed Build Extensibility Document section 2.8.2, the example shows that a listOptionValue can be contained in an optionReference.  However, the schema definition is preventing me from doing so in the editor.  Which is right (or actually which is wrong)?

Thanks,
Brad
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top