[teiid-dev] Eclipse Dev Environment Set Up for Teiid

Ramesh Reddy rareddy at redhat.com
Fri Aug 21 11:55:15 EDT 2009


Rama,

You can follow instructions for setting up a Eclipse environment by
using the instructions at

http://www.jboss.org/community/wiki/EclipseDevEnvironmentSetUpforTeiid

Once you set up the Maven, JDK and downloaded the source, you can simply
run the command

mvn install

under the source directory where the source has been either unzipped or
retrieved from the svn location. This will compile and build all the
projects. At this point you can be sure that you have built the source
successfully without any errors. If you have errors here, then fix them
first until you have the clean build.

Now, in the eclipse environment, after installing the maven plugin,
import all the projects as maven projects. You can probably skip
installing the SVN plugin (step: performing a check-out from eclipse) if
you got the source downloaded as zip. 

Now coming to debugging your app, you do not need to build the Teiid
project to debug your project. All you need to do start debugging your
app, if code fails somewhere in the Teiid source, just place break point
at that location, and when code stops at that location, use the source
zip as the source file you can attach to see the code where it stopped
and follow debugging from there. However, if you going to patch then you
will need to setup the Teiid project and validate then patch in your
project.

Hopefully this helps, otherwise post what kind of errors you are seeing
may be we can help. 

Thank you.

Ramesh..


On Fri, 2009-08-21 at 02:07 +0000, Rama Kishore Yelamanchilli wrote:
> I'm pretty new to work with Maven projects. I have followed the
> instructions on 
> Eclipse Dev Environment Set Up for Teiid
>  
> I have downloaded the source and imported the Maven projects (TEIID
> SRC 6.1) into Eclipse. I have generated source using pom.xml in
> TEIID-Engine module and made target/generated-sources/javacc as build
> path. Later I don't have a clue what to do. I have nuild the project
> and getting lot of build errors. 
>  
> Can some one help me build the TEID server project please? I want to
> build TEIID server and debug executing the VDB generated from TEIID
> Designer. 
>  
> Regards
>  
> RK
> 
> 
> 
> ______________________________________________________________________
> From the hottest sporting action to the latest in news, style and
> entertainment, it's all on MSN India 
> _______________________________________________
> teiid-dev mailing list
> teiid-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/teiid-dev



More information about the teiid-dev mailing list