[teiid-dev] Teiid Eclipse Plugin

Ramesh Reddy rareddy at redhat.com
Tue Oct 20 15:17:15 EDT 2009


On Tue, 2009-10-20 at 10:45 -0500, Sanjay Chaudhuri wrote:
> Yes I understand. I was trying to compile both the jdbc and the
> loo-back connection, and was getting into issues while compiling in my
> workspace. What jars should be used by the end-user to develop any
> connector by an user from compilation standpoint ? I was using
> teiid-6.2.0-M3-dist and teiid-6.2.0-M3-cdk-dist for my tests.
My intent is to replace the CDK-DIST with your plugin distribution. The
user brings in "teiid-connector-api" and "teiid-core" into your plugin
however they grab hold of the jars or design the project as Maven
project, where maven would know to grab jar from here
http://repository.jboss.com/maven2/. automatically. I prefer the maven
approach.

>  
> It is posible in eclipse to have the product level classpaths injected
> automatically in the environment through the plugins. (Eg. Right
> clicking any Java project, click Properties; click Add Lbrary and you
> would see libraries JUNIT, GWT, JEE libraries injected by the relevant
> plugins. I was thinking in similar lines, so users do not need to
> search for required libraries and have those added manually and this
> would also facilitate quick-fix operation, etc along with be able to
> maintain different jars version across different cdk versions. The
> generated template will thus be self sufficient and be erady for
> development.
This is nice, but that would make your plugin to bundle above jars
inside your distribution, or make available in a separate plug-in. Both,
IMO is better not to do, as they then tied to each other.




More information about the teiid-dev mailing list