We have a web project with tons of JSP and .inc files. I installed Eclipse 3.1 and MyEclipse 4.1 and have no problem. Another developer had Eclipse 3.2 and MyEclipse5.1 at the beginning. He had hundreds of errors with all the “.inc” files. We knew nothing wrong with those files as I was using the same files in MyEclipse4.1. After some research in this forum, we found that was a bug with MyEclipse 5.1.
So that developer dropped the validation of all those .inc files and those errors disappeared. Then he found another 200 errors with a bunch of JSP files. All the errors show “no start tag” with regular HTML tags such us <html>, <table>, <tr>, etc. He dropped the validation of one JSP file (right-click the file and click “MyEclispe”…) as he did to those .inc files, yet the error didn’t go away for this JSP.
Then he unistalled MyEclipse5.1, installed Eclipse3.1 and MyEclipse4.1. Yet he still sees the same “no start tag” errors with those JSPs. Once again, we know nothing wrong with those JSPs as they work properly in my MyEclipse4.1.
Please help. Thanks in advance!