Re: [Neo] Neo,Rest,.NET

2009-11-11 Thread Johan Svensson
On Tue, Nov 10, 2009 at 10:05 PM, Jawher djo.mli...@gmail.com wrote: - And a *question to the neo4j team* : would using org.neo4j.scala as a package name and org.neo4j as a maven groupId pause a problem ? No problem I think (name=neo-scala, groupId=org.neo4j, package=org.neo4j.scala). I will

Re: [Neo] Neo,Rest,.NET

2009-11-10 Thread Jawher
On Thu, Nov 5, 2009 at 11:36 AM, Martin Kleppmann mar...@eptcomputing.comwrote: On 3 Nov 2009, at 14:37, Jawher wrote: Martin : would you be interested to extract the Neo4j Scala wrapper from neo4j-resources into a separate project ? It'll help broaden the project scope and target

Re: [Neo] Neo,Rest,.NET

2009-11-02 Thread Martin Kleppmann
Hi Jawher, On 1 Nov 2009, at 02:57, djo mos wrote: Sounds reasonable. Feel free to fork the repo, make the change and send me a pull request via GitHub. I just did that ;) (it just took me a couple of months to do it (ashamed)) http://github.com/jawher/neo4j-resources Cool, thanks! I

Re: [Neo] Neo,Rest,.NET

2009-06-24 Thread Anders Nawroth
Hi! be something I'm not understanding, or it may be that I did not unzip the source files into the correct directories. Shouldn't really matter, as mvn install will make the stuff available to any other Maven project on your computer. I have a main directory (neo-scala-stuff :

Re: [Neo] Neo,Rest,.NET

2009-06-23 Thread doug
Hi Martin, I am also trying to get your template up and working on my machine. I do not use git so I downloaded the zip files directly. I'm on a Windoze machine. I was able to successfully clean and install junit4runner, but then I am hitting what to me is a very strange

Re: [Neo] Neo,Rest,.NET

2009-06-22 Thread Martin Kleppmann
Hi Ajay, On 21 Jun 2009, at 18:46, Ajay Sharma wrote: POM Location: C:\msysgit\msysgit\git\scalatest-junit4runner\neo4j-scala-template \.git\pom.xml It looks like Maven is trying to find the pom.xml in the .git subdirectory. There shouldn't be a pom.xml there -- it should be one directory

Re: [Neo] Neo,Rest,.NET

2009-06-21 Thread Ajay Sharma
Hi Martin, yes i am follwing the readme file ( http://github.com/ept/neo4j-scala-template/tree/master) thanks for the advise i been able to get GIT up on my my windows machine i have reached upto the point where i'v cloned the repositry successfully. but now when i run the command MVN package

Re: [Neo] Neo,Rest,.NET

2009-06-20 Thread Martin Kleppmann
Hi Ajay, On 19 Jun 2009, at 18:33, Ajay Sharma wrote: i'v been trying to use martin's Scala implementation but as am a total newbie to java and its assciated tool ,could anyone just help me out with the configuration of scalatest. till now i have been able to install and configure JUNIT

Re: [Neo] Neo,Rest,.NET

2009-06-17 Thread Martin Kleppmann
On 17 Jun 2009, at 01:07, djo mos wrote: Impressive indeed :) Thanks! :) - why the --| and |-- ? I've played a bit with this on my part, and finished with something that looks like : an -- manager -- pn -- stories -- sn pn -- managedBy -- an which in my taste is more readable :) It's

Re: [Neo] Neo,Rest,.NET

2009-06-17 Thread djo mos
On Wed, Jun 17, 2009 at 11:28 AM, Martin Kleppmann mar...@eptcomputing.comwrote: On 17 Jun 2009, at 01:07, djo mos wrote: Impressive indeed :) Thanks! :) - why the --| and |-- ? I've played a bit with this on my part, and finished with something that looks like : an -- manager --

Re: [Neo] Neo,Rest,.NET

2009-06-16 Thread djo mos
On Mon, Jun 15, 2009 at 11:14 AM, Martin Kleppmann mar...@eptcomputing.comwrote: On 14 Jun 2009, at 19:29, Emil Eifrem wrote: b) Martin Kleppmann is writing a Scala wrapper that'll include a JSON REST API. Plan is to release soon on github as per

Re: [Neo] Neo,Rest,.NET

2009-06-15 Thread Martin Kleppmann
On 14 Jun 2009, at 19:29, Emil Eifrem wrote: b) Martin Kleppmann is writing a Scala wrapper that'll include a JSON REST API. Plan is to release soon on github as per http://twitter.com/martinkl/status/2123376390. I've pushed it out now :-) It comes in two parts: Template for new project,

[Neo] Neo,Rest,.NET

2009-06-12 Thread Ajay Sharma
hello, has anybody worked on REST interface to Neo4j?? Am a newbie and want to use Neo4j with .NET. Couldn't find any workable example for the same. Regards -- Ajay Sharma ___ Neo mailing list User@lists.neo4j.org