Brendan, for Scala, I normally have the Scala plugin installed for Eclipse, see http://www.scala-ide.org/ and then convert or import the Cypher project as a Scala project.
Otherwise, just close that project, and the others will pull in the binary dependency jars and behave well :) Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high performance graph database. http://startupbootcamp.org/ - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Tue, Oct 18, 2011 at 5:32 AM, Brendan cheng <[email protected]> wrote: > > I'm building the community project which I can successfully done through > command line, mvn clean install. > The problem is only when importing to eclipse. something class files are > missing. they are all in Cypher project > like org.neo4j.cypher.SyntaxException, org.neo4j.cypher.commands.Query. > in the Cypher project, there are only org.neo4j.cypher.javacompat package. > does the pom link to a wrong cypher project? > Brendan > ---------------------------------------- >> Date: Tue, 18 Oct 2011 01:20:20 +0200 >> From: [email protected] >> To: [email protected] >> Subject: Re: [Neo4j] How to build neo4j projects from GitHub >> >> Hi! >> >> AFAIK, this is an Eclipse Indigo annoyance. >> >> Does sound a bit strange, as we already told Eclipse/m2e how to handle >> that execution by the configuration over here: >> https://github.com/neo4j/parent-central/blob/master/pom.xml#L357 >> >> Maybe you just need to do (project) -> Maven -> Update Project >> Configuration? >> >> Sometimes that is needed after an import in order to get Eclipse >> properly configured. >> >> >> /anders >> >> 2011-10-15 13:09, Brendan cheng skrev: >> > >> > I was using the import from eclipse GUI so...no log message but a screen >> > shot which I attached. >> > >> >> Date: Sat, 15 Oct 2011 12:41:28 +0200 >> >> From: [email protected] >> >> To: [email protected] >> >> Subject: Re: [Neo4j] How to build neo4j projects from GitHub >> >> >> >> That sounds ok. Would like to see the full log... >> >> >> >> /peter >> >> >> >> Sent from my phone. >> >> On Oct 15, 2011 12:36 PM, "Brendan cheng"<[email protected]> wrote: >> >> >> >>> >> >>> Peter,It is from Maven 3.0.2. What version shall we use? >> >>> Brendan >> >>> ---------------------------------------- >> >>>> Date: Sat, 15 Oct 2011 12:32:07 +0200 >> >>>> From: [email protected] >> >>>> To: [email protected] >> >>>> Subject: Re: [Neo4j] How to build neo4j projects from GitHub >> >>>> >> >>>> Brendan, >> >>>> What maven version, could you submit the whole maven log? Sounds like >> >>> some >> >>>> mvn3 stuff ... >> >>>> >> >>>> /peter >> >>>> >> >>>> On Saturday, October 15, 2011, Brendan cheng<[email protected]> wrote: >> >>>>> >> >>>>> After adding neo4j maven repository, no more artifacts missing but have >> >>>> this: >> >>>>> "No marketplace entries found to handle Execution check-licenses, in >> >>>> server-enterprise/pom.xml in Eclipse. Please see Help for more >> >>>> information." >> >>>>> Any tips for that? >> >>>>>> ---------------------------------------- >> >>>>>>> From: [email protected] >> >>>>>>> To: [email protected] >> >>>>>>> Subject: How to build neo4j projects from GitHub >> >>>>>>> Date: Fri, 14 Oct 2011 06:29:45 +0000 >> >>>>>>> >> >>>>>>> >> >>>>>>> Hi, >> >>>>>>> I was trying to clone Neo4j enterprise from Github to a local >> >>> directory >> >>>> and import it to Eclipse.There were so many artifacts missing, parent >> >>> path >> >>>> not found...etc. >> >>>>>>> is there any way to solve the problems? >> >>>>>>> Brendan >> >>>>>> >> >>>>> >> >>>>> _______________________________________________ >> >>>>> Neo4j mailing list >> >>>>> [email protected] >> >>>>> https://lists.neo4j.org/mailman/listinfo/user >> >>>>> >> >>>> >> >>>> -- >> >>>> >> >>>> Cheers, >> >>>> >> >>>> /peter neubauer >> >>>> >> >>>> GTalk: neubauer.peter >> >>>> Skype peter.neubauer >> >>>> Phone +46 704 106975 >> >>>> LinkedIn http://www.linkedin.com/in/neubauer >> >>>> Twitter http://twitter.com/peterneubauer >> >>>> >> >>>> http://www.neo4j.org - Your high performance graph database. >> >>>> http://startupbootcamp.org/ - Öresund - Innovation happens HERE. >> >>>> http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. >> >>>> _______________________________________________ >> >>>> Neo4j mailing list >> >>>> [email protected] >> >>>> https://lists.neo4j.org/mailman/listinfo/user >> >>> >> >>> _______________________________________________ >> >>> Neo4j mailing list >> >>> [email protected] >> >>> https://lists.neo4j.org/mailman/listinfo/user >> >>> >> >> _______________________________________________ >> >> Neo4j mailing list >> >> [email protected] >> >> https://lists.neo4j.org/mailman/listinfo/user >> > >> > [Neo4j] How to build neo4j projects from GitHub >> > http://skydrive.live.com/redir.aspx?cid=b63b5ad3a690c14f&page=browse&resid=B63B5AD3A690C14F!474&type=5&Bpub=SDX.Photos&Bsrc=Photomail&authkey=66Hwj2qLGtw%24 >> > _______________________________________________ >> > Neo4j mailing list >> > [email protected] >> > https://lists.neo4j.org/mailman/listinfo/user >> _______________________________________________ >> Neo4j mailing list >> [email protected] >> https://lists.neo4j.org/mailman/listinfo/user > > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

