Hi Jihoon,
Yes, I checked it and removed my files ( mostly cscope related ). Now mvn install works. mvn eclipse:eclipse also works without error I could get few sub-projects working in eclipse, which I think are enough right now. Thanks to both you. On Friday, 23 May 2014 10:05 PM, Jihoon Son <[email protected]> wrote: Hi Prafulla. It seems that there are some files not including Apache license. Would you check TAJO_HOME/target/rat.txt? Thansk, Jihoon 2014. 5. 24. 오후 1:41에 "Prafulla" <[email protected]>님이 작성: > > > I did mvn install. > It now fails with following error. mvn compile and package was successful. > > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check > (default) on project tajo-main: Too many unapproved licenses: 13 -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > > > > > On Friday, 23 May 2014 9:23 PM, Min Zhou <[email protected]> wrote: > oh... You need to run mvn install before that. > > > > Regards, > Min > > > > > On Fri, May 23, 2014 at 9:18 PM, Prafulla <[email protected]> wrote: > > > Thanks Min, Let me try IDEA. > > > > For mvn eclipse:eclipse, It fails with following > > Not sure if it something specic to Tajo. Can someone help fix it? > > > > > > > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Building Tajo Common 0.9.0-SNAPSHOT > > [INFO] > > ------------------------------------------------------------------------ > > [WARNING] Failed to retrieve plugin descriptor for > > org.apache.tajo:tajo-maven-plugins:0.9.0-SNAPSHOT: Plugin > > org.apache.tajo:tajo-maven-plugins:0.9.0-SNAPSHOT or one of its > > dependencies could not be resolved: Could not find artifact > > org.apache.tajo:tajo-maven-plugins:jar:0.9.0-SNAPSHOT > > [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is > > missing, no dependency information available > > [WARNING] Failed to retrieve plugin descriptor for > > org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin > > org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could > > not be resolved: Failure to find > > org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in > > http://repo.maven.apache.org/maven2 was cached in the local repository, > > resolution will not be reattempted until the update interval of central > has > > elapsed or updates are forced > > [WARNING] Failed to retrieve plugin descriptor for > > org.apache.tajo:tajo-maven-plugins:0.9.0-SNAPSHOT: Plugin > > org.apache.tajo:tajo-maven-plugins:0.9.0-SNAPSHOT or one of its > > dependencies could not be resolved: Could not find artifact > > org.apache.tajo:tajo-maven-plugins:jar:0.9.0-SNAPSHOT > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Reactor Summary: > > [INFO] > > [INFO] Tajo Main ......................................... SUCCESS > [6.303s] > > [INFO] Tajo Project POM .................................. SUCCESS > [3.031s] > > [INFO] Tajo Maven Plugins ................................ SUCCESS > > [11.034s] > > [INFO] Tajo Common ....................................... FAILURE > [0.135s] > > [INFO] Tajo Algebra ...................................... SKIPPED > > [INFO] Tajo Catalog Common ............................... SKIPPED > > [INFO] Tajo Rpc .......................................... SKIPPED > > [INFO] Tajo Catalog Client ............................... SKIPPED > > [INFO] Tajo Catalog Server ............................... SKIPPED > > > > > > > > > > > > On Friday, 23 May 2014 9:12 PM, Min Zhou <[email protected]> wrote: > > > > > > > > I am using IDEA, have no issues on the IDE. I think you can just run mvn > > eclipse:eclipse to generate eclipse files and import the project in > > eclipse. That should works. > > > > Best, > > Min > > > > > > > > On Fri, May 23, 2014 at 9:08 PM, Prafulla <[email protected]> wrote: > > > > Hi, > > > > > >Could some Tajo contributor share their development environment? I am > > especially looking for tools (IDE etc) that you use while writing > > code/fixing issues. > > >I tried to configure eclipse to work with Tajo, but I could not get it > to > > work. > > > > > > > > >PS: I can already build/run tests of tajo from command line. > > > > > >-- > > >Thanks > > >Prafulla > > > > > > > > > > > > -- > > My research interests are distributed systems, parallel computing and > > bytecode based virtual machine. > > > > My profile: > > http://www.linkedin.com/in/coderplay > > My blog: > > http://coderplay.javaeye.com > > > > > > > > > -- > My research interests are distributed systems, parallel computing and > bytecode based virtual machine. > > My profile: > http://www.linkedin.com/in/coderplay > My blog: > http://coderplay.javaeye.com > >
