Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-dev] Documentation and Complete Installation/Build Instructions for SQL Query Builder

Hello Pinnacle Systems Group,

Wow, I see what you mean about the text being messed up at https://www.eclipse.org/datatools/project_sqldevtools/sqltools_doc/SQL%20Query%20Parser%20User%20documentation.htm
I don't know what happened there.  I'll work to get that fixed.

The text at https://www.eclipse.org/datatools/project_sqldevtools/sqltools_doc/sqlqueryparser_lpg_readme.htmlis confusing (in fact incorrect), in that it says that you need to add the LPG Java Runtime package in order to run the DTP SQL parsers.  The LPG Java Runtime package is included in the DTP download package, as net.sourceforge.lpg.lpgjavaruntime_1.1.0v201004271650.jar.  I will correct (or remove) that text.

By the way, the "rebuild" that is being referring to is the regular Eclipse workspace build.  That is, first bring those plugins into an Eclipse workspace and then do a Project -> Build Project action in the normal way.  But you only need to do that if you intend to modify or extend the DTP SQL parsers.

Let me know if you have further questions.

Regards,
Brian

Brian Payton

Eclipse DTP PMC Lead
Developer Tooling for Data Services
IBM Silicon Valley Laboratory





From:        Pinnacle Systems Group <pinnaclesystemsgroup@xxxxxxxxx>
To:        dtp-dev@xxxxxxxxxxx
Date:        02/02/2016 06:38 AM
Subject:        Re: [dtp-dev] Documentation and Complete Installation/Build Instructions for SQL Query Builder
Sent by:        dtp-dev-bounces@xxxxxxxxxxx







Also, it would be very helpful if someone could correct the instructions page within the project site located at this URL. 

https://www.eclipse.org/datatools/project_sqldevtools/sqltools_doc/SQL%20Query%20Parser%20User%20documentation.htm

I'mn not sure what happened, but the text of the code example on that page is unreadable.. perhaps this was taken as a screen shot 

Thanks


On Tue, Feb 2, 2016 at 9:28 AM, Pinnacle Systems Group <pinnaclesystemsgroup@xxxxxxxxx> wrote:
To the maintainers of the DTP SQL Tools package:

There is a confusing set of instructions posted to the Eclipse project website which should be updated and made consistent. 

https://www.eclipse.org/datatools/project_sqldevtools/sqltools_doc/sqlqueryparser_lpg_readme.html

LPG Java runtime

The parser is generated using LPG, which is an open source project in sourceForge.net (http://sourceforge.net/projects/lpg). To run the parser the LPG Java runtime is needed which is not included in DTP. After installing DTP, follow the steps below to add the LPG Java runtime to DTP.

  • Point your browser to http://sourceforge.net/project/showfiles.php?group_id=155963
  • Download the package named lpgdistribution. This will save the lpgdistribution-05-16-06.zip file on your machine
  • Open the zip file and extract lpgjavaruntime.jar into org.eclipse.datatools.lpg/lpg of your DTP installation.
    org.eclipse.datatools.lpg is the placeholder plugin for the lpgjavaruntime and is in the plugin directory where you have installed DTP
Rebuild the org.eclipse.datatools.sqltools.parsers.XXX plugins which were not compiling due to missing lpg runtime.This will enable the SQL Parser to run

>>>>>

1) I cannot find any instructions in the project pages for this package on how to 'rebuild' the package as described in the directions above. 

Also, 

There is nothing about this 'issue' posted on the Marketplace page for this package ---> https://marketplace.eclipse.org/content/sql-development-toolsPosted byDate Updated:  May 6, 2015 - 22:42 Submitted by: Wayne Beaton

2) There is NO mention in the Marketplace page that the 'missing' plug-in has to be downloaded seperately, or the plugin having to be rebuilt, or how to rebuild it. 

 Thank you


_______________________________________________
dtp-dev mailing list
dtp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/dtp-dev


Back to the top