Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] RE: [ptp-dev] Fwd: [IPZilla CQ: 1359] ANTLR Version: 3.0

Hi gang, I have created an org.antlr.runtime in /cvsroot/tools at
org.eclipse.cdt/utils. When building grammars I recommend you extract the
remaining three jar files from the antlr libs directory into this plug-in
and then refer to it in any builders you create to call it, just as a
standard so other people can work on the grammars to in a portable
environment. The three jars have been added to the .cvsignore file (since
I've already done this in my workspace).

This still needs to be Orbit-ized, but at least you can start with a
standard plug-in.

Have fun.
Doug Schaefer, QNX Software Systems
Eclipse CDT Project Lead, http://cdtdoug.blogspot.com


> -----Original Message-----
> From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On
> Behalf Of Doug Schaefer
> Sent: Thursday, May 31, 2007 11:18 PM
> To: Parallel Tools Platform general developers
> Cc: CDT General developers list.
> Subject: RE: [ptp-dev] Fwd: [IPZilla CQ: 1359] ANTLR Version: 3.0
> 
> Cross posting to cdt-dev. This is great news!
> 
> Let the LPG vs. ANTLR wars begin :).
> 
> Just kidding. I'm sure they have their own strengths and weaknesses for
> different grammars. And different grammar writers will have their personal
> preferences.
> 
> Now, this is just for distributing the ANTLR runtime as part of Eclipse
> features. People writing grammars will still have to get the full ANTLR
> install from antlr.org but make sure you don't redistribute it. I'll work
> on
> getting an org.antlr.runtime plug-in into Orbit that people can include in
> their builds.
> 
> Thanks go to Greg and Craig for helping me push this through.
> Doug Schaefer, QNX Software Systems
> Eclipse CDT Project Lead, http://cdtdoug.blogspot.com
> 
> > -----Original Message-----
> > From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx]
> On
> > Behalf Of Greg Watson
> > Sent: Thursday, May 31, 2007 6:14 PM
> > To: Parallel Tools Platform general developers
> > Subject: [ptp-dev] Fwd: [IPZilla CQ: 1359] ANTLR Version: 3.0
> >
> > This is great news. We have approval to include the ANTLR runtime in
> > our plugins.
> >
> > Greg
> >
> > Begin forwarded message:
> >
> > > From: emo-ip-team@xxxxxxxxxxx
> > > Date: May 31, 2007 3:01:39 PM MDT
> > > To: g.watson@xxxxxxxxxxxx
> > > Subject: [IPZilla CQ: 1359] ANTLR Version: 3.0
> > >
> > > http://dev.eclipse.org/ipzilla/show_bug.cgi?id=1359
> > >
> > >
> > > janet.campbell@xxxxxxxxxxx changed:
> > >
> > >            What    |Removed                     |Added
> > > ----------------------------------------------------------------------
> > > ------
> > >               State|awaiting_triage             |approved_all_projects
> > >              Status|NEW                         |RESOLVED
> > >          Resolution|                            |FIXED
> > >
> > >
> > >
> > >
> > > ------- Comment #11 from janet.campbell@xxxxxxxxxxx  2007-05-31
> > > 17:01 -------
> > > Approved.
> > >
> > >
> > > --
> > > Configure bugmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?
> > > tab=email
> > > ------- You are receiving this mail because: -------
> > > You are on the CC list for the bug, or are watching someone who is.
> >
> > _______________________________________________
> > ptp-dev mailing list
> > ptp-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/ptp-dev
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top