Here's first few lines of my generated *gen/.classpath* file from *mvn eclipse:eclipse* command.
As you see, first element of classpathentry include path as absolute path. but looks like eclipse does not support absolute path for kind="src". MacBook-Air-2:mrql moon$ head gen/.classpath <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="/Users/moon/Projects/mrql/src/main/java/gen" including="**/*.java"/> <classpathentry kind="src" path="target/generated-sources/parsers" including="**/*.java"/> <classpathentry kind="src" path="target/maven-shared-archive-resources" excluding="**/*.java"/> <classpathentry kind="output" path="target/classes"/> <classpathentry kind="var" path="M2_REPO/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar"/> <classpathentry kind="var" path="M2_REPO/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar"/> <classpathentry kind="var" path="M2_REPO/javax/activation/activation/1.1/activation-1.1.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> Does anyone experienced the same problem? or How does your generated .classpath file look like? ---- Best, moon On Thu, Mar 6, 2014 at 8:06 AM, moon soo Lee <[email protected]> wrote: > apologize, i sent email accidentally while editing. > > I followed instructions to import mrql into eclipse. > http://wiki.apache.org/mrql/Contributors > > git clone .... mrql > cd mrql > mvn install > mvn eclipse:eclipse > > and import projects from eclipse. > eclipse displays error like, > > Project 'mrql-bsp' is missing required source folder : > '/User/moon/Projects/mrql/src/main/java/BSP' > Project 'mrql-core' is missing required source folder : > '/User/moon/Projects/mrql/src/main/java/BSP' > Project 'mrql-gen' is missing required source folder : > '/User/moon/Projects/mrql/src/main/java/BSP' > Project 'mrql-mr' is missing required source folder : > '/User/moon/Projects/mrql/src/main/java/BSP' > Project 'mrql-spark' is missing required source folder : > '/User/moon/Projects/mrql/src/main/java/BSP' > > i checked there're files under '/User/moon/Projects/mrql'. > I'm using OSX 10.9.1 and Eclipse 4.2.2. > > Could anyone give me help to find my mistake? > Thanks. > > ---- > Best, > moon > > > > > > On Thu, Mar 6, 2014 at 7:59 AM, moon soo Lee <[email protected]> wrote: > >> Hi, mrql people. >> >> I followed instructions to import mrql into eclipse. >> http://wiki.apache.org/mrql/Contributors >> >> git clone https://git-wip-us.apache.org/repos/asf/incubator-mrql.git mrql >> >> mvn install >> mvn eclipse:eclipse >> >> these command >> > >
