Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] extending the jsp editor

Well, I made some changes to the grammar and the skeleton file, and
ran the tests.  Unfortunately, the changes I made will not allow the
new grammar to be compiled using the old version of jflex.  Also, I
have 8 tests failing.  I can create a bug report and attach the new
grammar file.

On Fri, Dec 4, 2009 at 2:04 PM, Nitin Dahyabhai <nitind@xxxxxxxxxx> wrote:
> Andrew,
> They're in org.eclipse.jst.jsp.core.tests.source.JSPTokenizerTest and
> org.eclipse.jst.jsp.ui.tests.other.ScannerUnitTests in the
> org.eclipse.jst.jsp.core.tests and org.eclipse.jst.jsp.ui.tests plug-ins,
> respectively.
>
> :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/webtools
> -> sourceediting/tests/org.eclipse.jst.jsp.core.tests
> -> sourceediting/tests/org.eclipse.jst.jsp.ui.tests
>
> The testBlock* methods of
> org.eclipse.jst.jsp.ui.tests.other.ScannerUnitTests are the most likely to
> break, as they test the functionality that accesses the tokenizers'
> internal character buffer.
>
> Thanks,
> ---
> Nitin Dahyabhai
> Eclipse WTP Source Editing
> IBM Rational
>
>
> _______________________________________________
> wtp-dev mailing list
> wtp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/wtp-dev
>


Back to the top