Re: [Neo4j] Build Steps Community

2011-06-16 Thread Peter Neubauer
Tobias,
the final artifacts are produced in
https://github.com/neo4j/packaging/tree/master/standalone/, using the
local artifacts you just produced in the community build.

Could you try building that and report back?

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 Thu, Jun 16, 2011 at 11:53 AM, webwu...@googlemail.com
webwu...@googlemail.com wrote:
 Hi!

 I have succesfully build the neo4j-community as described on
 https://github.com/neo4j/community with mvn clean install.
 But I could not find any bin/neo4j as in the milestone-download.

 How do I start the server now? What am I missing?


 Regards,
 Tobias Bradtke
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Build Steps Community

2011-06-16 Thread Anders Nawroth
Or if you just want to try out your local changes, go to
community/server
and do:
mvn exec:java

See:
http://mojo.codehaus.org/exec-maven-plugin/

/anders

2011-06-16 12:09, Peter Neubauer skrev:
 Tobias,
 the final artifacts are produced in
 https://github.com/neo4j/packaging/tree/master/standalone/, using the
 local artifacts you just produced in the community build.

 Could you try building that and report back?

 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 Thu, Jun 16, 2011 at 11:53 AM, webwu...@googlemail.com
 webwu...@googlemail.com  wrote:
 Hi!

 I have succesfully build the neo4j-community as described on
 https://github.com/neo4j/community with mvn clean install.
 But I could not find any bin/neo4j as in the milestone-download.

 How do I start the server now? What am I missing?


 Regards,
 Tobias Bradtke
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Build Steps Community

2011-06-16 Thread webwu...@googlemail.com
Thanks a lot! Both approaches worked for me.

On Thu, Jun 16, 2011 at 12:13 PM, Anders Nawroth
and...@neotechnology.com wrote:
 Or if you just want to try out your local changes, go to
 community/server
 and do:
 mvn exec:java

 2011-06-16 12:09, Peter Neubauer skrev:
 Tobias,
 the final artifacts are produced in
 https://github.com/neo4j/packaging/tree/master/standalone/, using the
 local artifacts you just produced in the community build.

 Could you try building that and report back?

$ mkdir neo4j-build
$ cd neo4j-build
$ git clone git://github.com/neo4j/community.git
$ cd community
$ mvn clean install
$ cd ..
$ git clone git://github.com/neo4j/packaging.git
$ cd packaging
$ mvn clean package
$ cd ..
$ ls packaging/standalone/target/neo4j*


Regards,
Tobias Bradtke
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user