On Sat, Jun 25, 2011 at 3:54 PM, Jack Park <jack...@gmail.com> wrote:
> Dropping the entire Seco svn collection (except the Eclipse plugin)
> into Eclipse indigo, I get a compile error in
> seco.lang.javascript.PatchedParser.notifyError:
>
> int offset = context.parser.getTokenStream().getBufferOffset();
>
> That calls the parser which has a getTokenStream, which requires a
> TokenStream class. Opening the patched rhinoscript jar file, Token
> exists, but not TokenStream
>
> Jack
>