Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] IllegalArgumentException in CDT6

Hi,

I have a plugin that I am migrating to CDT6.

In the plugin I am trying to save some of my own data in the project description, using
ICProjectDescriptionManager#setProjectDescription(project, des, true, null);

This is causing:
java.lang.IllegalArgumentException: Attempted to beginRule: R/, does not match outer scope rule: P/boot_demo2

in AbstractCProjectDescriptionStorage (line 205).

The code worked in previous versions of CDT. Has something changed?

I am using CDT6 RC1 and Galileo RC1.

Thanks,
--
Subs


Back to the top