Re: Import Calcite as a maven project in Eclipse

2016-09-11 Thread Josh Elser
Ok, so the ignores of those plugins are expected, but they should not be marked as errors in eclipse. Let me know if that isn't the case. SqlParserImpl is generated code, but it should be automatically added the build path when you import th eproject. Not sure why this didn't automatically hap

Re: Import Calcite as a maven project in Eclipse

2016-09-11 Thread Γιώργος Θεοδωράκης
Hi Josh, I simply imported as a Maven Project all the files from the folder I get when I unzip the github version (not one sub-module at a time). I run maven install inside eclipse in calcite-master folder and everything is getting built successfully. However, I get errors in all sub-modules of c

Re: Import Calcite as a maven project in Eclipse

2016-09-10 Thread Josh Elser
Hi, Can you provide an example class name which could not be found? Hard to guess at what the issue is without knowing what it can't find. You could also try simply doing an "Import Maven Project" provided by m2e's integration instead of invoking `mvn eclipse:eclipse` to generate the configu

Import Calcite as a maven project in Eclipse

2016-09-10 Thread Γιώργος Θεοδωράκης
Hello, I am trying to import latest version of calcite in eclipse. I have downloaded the source code from github as zip, used these commands: $mvn install $mvn eclipse:eclipse and finally imported the project as an existing maven project. However, I get many errors (in core's pom.xml , classes miss