Like Tanujit's way, I've succeeded to import Tajo source code to Eclipse. $ cd tajo $ mvn package eclipse:eclipse -Declipse.workspace=/home/hyunsik/workspace/
Then, you should import each project manually to Eclipse. However, you still meet some errors. To solve this error, just remove target/generated-source and target/generated-sources/proto from 'Java Build Path' for each project, and then add only target/generated-sources/proto to 'Java Build Path'. If you still have problems, feel free to ask me. Thanks, Hyunsik On Mon, Mar 25, 2013 at 5:58 AM, burakkk <[email protected]> wrote: > Hello, > I want to build the source code from Eclipse. Even I've already installed > the source code, maven etc, code hasn't found the pom.xml's dependencies. > Could you write once and then compile them? How can you develop your code? > Could you help me? > > Thanks > Best Regards... > > -- > > *BURAK ISIKLI** *| *http://burakisikli.wordpress.com* > * > * >
