Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Problems with eoParser.findFileName(..)

Hi Patrick,

> I also saw in the GASErrorParser that this method get called more then one time,
> looks like that the file didnt get catched at first try there too.

I don't think that's right, if you look at GASErrorParser, it's called
twice in different branches of the if.

Are you building against HEAD or CDT 5?  If you're using cdt 6, I have
a patch on https://bugs.eclipse.org/bugs/show_bug.cgi?id=247838 which
makes the ErrorParserManager use Markus' new ResourceLookup mechanism.
 If not then I'd suggest you file a bug.

Cheers,

James


Back to the top