[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: eclipse shows folder icon with red error symbol

Ed Merks wrote:
Magnus,

I suspect you are using WTP and its validator is kicking in because I don't have WTP installed and I can't reproduce your problem even if I mess up the Javaco HMTL badly. I don't know how to turn that off, but there must be a way. Look for some of WTP's preferences and if you can't find them, ask on the WTP newsgroup about this problem...

There is probably a Builder for it that can be disabled. Right-click on the project and open the Properties, then select the Builders section. There you will see a list of Builders that run against the project. See if one of them seems related to the Javadoc validation and try de-selecting it.


Hope this helps,
	Erc


Magnus Warker wrote:
Hi group,

the root node of my java project is shown with a white cross within a red
box, signalling an error.

This error is due to many errors in a subfolder named 'doc'. This is the
folder where the generated javadoc lives. Eclipse has found some errors in
the HTML code.


However, I think it is unwanted that this folder and in turn the whole
project is marked as erroneous.

What can I do about this? Am I using something the wrong way? In general,
can I tell Eclipse not to analyze code in some folders?

Thanks a lot!
Magnus