"Exclude from Compile" access from Open API
Is there any way to access "Exclude from Compile" files/dirs that are set on the Project Properties - Compiler config panel via the Open API?
Am I missing something obvious?
Cheers,
-Brendan
Please sign in to leave a comment.
If you have missed something it isn't obvious. I could not find anything either except the global Exclude.
Until they open it the only hack I can think of is to read the ipr file directly and look for
]]>
</component>
Thanks Jacques,
As I'm sure you can understand, I'd really like to avoid parsing the ipr file :)
I could traverse the JDOM config tree from the Element passed into Configurable.readExternal(), but again thats a bit of a kludge. Might have to do for the moment.
Cheers,
-Brendan