Hi Tom,
Tom Tromey schrieb:
"Roman" == Roman Kennke <[EMAIL PROTECTED]> writes:
Roman> The reason why I check in a half complete thing is a problem in the
Roman> stream handling. At the end of the stream I get a \FFFF followed by
Roman> the normal -1, which looks very suspicious, because \FFFF is definitly
Roman> not in the file. Try it out yourself by simply running:
Roman> jamvm gnu.javax.swing.html.css.CSSScanner
I tried this with my (eclipse-based) build and it worked just fine.
You don't mention what kind of build you have, but I suspect you have
an ordinary build where Classpath is in a .zip. My guess is that our
zip inflater is doing the wrong thing, possibly as a result of this
patch:
Nope, I'm also using a flat eclipse based build without loading from
zip. Strange that this works for you. BTW, I have built in a workaround
which specially checks for 65535 and ignore it, maybe you simply don't
see it. Look out for a line with 'BUG' in the scanner output.
/Roman