Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] ignore_optional_problems source folder attribute supported?

Hi all,

I have in Eclipse configured some source folders with the "ignore_optional_problems" option, because these source folders contain generated code, for which I don't want any compiler warnings to be displayed. Of course it would be best if the generated code didn't have any warnings in the first place, but that is not always an option...

So my .classpath files contain entries like this:

<classpathentry kind="src" path="src-gen">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
</attributes>
</classpathentry>

It however seems like Tycho doesn't respect this attribute. I tried searching for this but couldn't find any reference anywhere. Is there something I am missing?

Kind regards,

Knut Wannheden

Back to the top