Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Questions on the project

Hi,

In regard to your questions:

>> 1. It appears that your parser is quite well divorced from the rest of the tools you're building. There isn't anything Eclipse IDE specific in the parsers/lexers themselves are there?
That is correct.  The Query parser and model require only the Eclipse core runtime, EMF (ECore), and the LPG runtime jar.


>> 2. Is there a maven repository for the jars? I've clone the git repository to have a look at all the code but I'm more interested in using the jars as is.
The jars are available from the Eclipse download site for the DTP project:  http://www.eclipse.org/datatools/downloads.php


>> 3. I'm confused on the lpg.jar requirement. Can I use the jars as is without needing to obtain the lpg.jar and runtime environment? 
The parser was generated using the LPG parser generator and depends on the LPG runtime.  The LPG runtime jar is pretty small.

Best regards,
Brian

Brian Payton

Eclipse DTP PMC Lead
Data Tools Development
IBM Silicon Valley Laboratory





From:        Owein Reese <owreese@xxxxxxxxx>
To:        dtp-dev@xxxxxxxxxxx
Date:        06/16/2012 03:17 PM
Subject:        [dtp-dev] Questions on the project
Sent by:        dtp-dev-bounces@xxxxxxxxxxx




I've been looking for a fully complete SQL DML parser with vendor specific support for a few weeks. While I've had some success in finding partially complete parsers, some of the parsers take 8Gb+ RAM just to run making their inclusion in my OSS project a no go.

Couple things I was wondering about this project:

1. It appears that your parser is quite well divorced from the rest of the tools you're building. There isn't anything Eclipse IDE specific in the parsers/lexers themselves are there?

2. Is there a maven repository for the jars? I've clone the git repository to have a look at all the code but I'm more interested in using the jars as is.

3. I'm confused on the lpg.jar requirement. Can I use the jars as is without needing to obtain the lpg.jar and runtime environment? 

Thanks much._______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dtp-dev


Back to the top