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

I tried to update the grammar for jsp (not gsp) to work with jflex
1.4.3 and hit a bit of a wall.  I documented everything I've done so
far here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=296976


On Sun, Dec 6, 2009 at 4:44 PM, Nitin Dahyabhai <nitind@xxxxxxxxxx> wrote:
> Andrew Eisenberg wrote:
>>
>> 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.
>
> I expected that they'd not be able to compile with both versions
> unmodified--it's the price we pay for not keeping within JFlex's APIs.
>  Attaching the changed version to a bug would be most helpful, assuming you
> mean changes made to port the grammar forward, and not for its use with
> gsps.
>
> --
> ---
> 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