Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] PLDT build errors

I've fixed it now.

Thanks,
Greg

On May 15, 2010, at 11:42 AM, Jeffrey Overbey wrote:

> > I'm seeing the following errors in PLDT:
> 
> Ack, sorry.  Beth, please change the line
> 
>                ASTExecutableProgramNode ast = new Parser().parse(LexerFactory.createLexer(file, SourceForm.AUTO_DETECT_SOURCE_FORM, true));
> 
> to
> 
>                ASTExecutableProgramNode ast = new Parser().parse(new ASTLexerFactory().createLexer(file, SourceForm.of(file)));
> 
> in each class.  You'll have to Organize Imports too; the SourceForm class moved.
> 
> Jeff
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top