Re: SV: [Neo] Crash course in Maven+Neo

2008-04-28 Thread Peter Neubauer
Mmh, yes that is probably one of the easiest usages, but not one of the likely ones. Usually, you will have the project as either a WAR file, an OSGi bundle och Eclipse/RCP plugin, or some EJB/Spring packaging, which have different setups in Maven. I admit Maven is not the best tool on the planet

Re: SV: [Neo] Crash course in Maven+Neo

2008-04-28 Thread Philip Jägenstedt
Thanks for pointing that book out. I've spent a few hours reading the relevant parts and learnt a thing or two. However, it doesn't appear to touch on the question of actually running an application, just packaging, distributing and what not. Some amount of googling eventually lead me to http://mo

SV: SV: [Neo] Crash course in Maven+Neo

2008-04-28 Thread Jonas Bergvall
Thanks for the link! //Jonas -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Anders Nawroth Skickat: den 28 april 2008 16:02 Till: Neo user discussions Ämne: Re: SV: [Neo] Crash course in Maven+Neo hi! Jonas Bergvall skrev: > I recommend reading "Better B

Re: SV: [Neo] Crash course in Maven+Neo

2008-04-28 Thread Anders Nawroth
hi! Jonas Bergvall skrev: I recommend reading "Better Builds With Maven", a free book about Maven 2 with a good quick start. Google for it. http://www.exist.com/?q=node/151 Version is 1.5.1. - March 2008. /anders The latest version of the is 1.3.1 I think, but unfortunately the compan

SV: [Neo] Crash course in Maven+Neo

2008-04-28 Thread Jonas Bergvall
I recommend reading "Better Builds With Maven", a free book about Maven 2 with a good quick start. Google for it. The latest version of the is 1.3.1 I think, but unfortunately the company hosting the original PDF has been purchased and the old link doesn't work any more (http://www.devzuz.com/web

[Neo] Crash course in Maven+Neo

2008-04-28 Thread Philip Jägenstedt
I think it would be a good idea to provide an example pom.xml on the wiki which gets the neo dependecies and shows how to include those with packaging. I'm trying to figure out how to build a project and then run it, a not so easy task in the jungle that is http://maven.apache.org/guides/introduct

Compiling with Java 1.5 pom.xml (Was: [Neo] Maturity of Python bindings?)

2008-04-28 Thread Philip Jägenstedt
On 4/28/08, Emil Eifrem <[EMAIL PROTECTED]> wrote: > You probably want to put it into a file RelTypes.java, which looks like: That was my first attempt, the class-wrapping was an attempt to get maven to compile. It turns out that I needed the following in my pom.xml org.apa

Re: [Neo] Maturity of Python bindings?

2008-04-28 Thread Emil Eifrem
On Mon, Apr 28, 2008 at 11:16 AM, Philip Jägenstedt <[EMAIL PROTECTED]> wrote: > While I've been keeping the Java door open (and gotten a bit enamoured > with it) I am still interested. Maybe I'll even write some code in > Python and some in Java, if that's possible... I'm guessing it's not > po

Re: [Neo] Maturity of Python bindings?

2008-04-28 Thread Philip Jägenstedt
It actually does compile with javac, it's just maven that isn't happy about it. Philip On 4/28/08, Philip Jägenstedt <[EMAIL PROTECTED]> wrote: > While I've been keeping the Java door open (and gotten a bit enamoured > with it) I am still interested. Maybe I'll even write some code in > Python

Re: [Neo] Maturity of Python bindings?

2008-04-28 Thread Philip Jägenstedt
While I've been keeping the Java door open (and gotten a bit enamoured with it) I am still interested. Maybe I'll even write some code in Python and some in Java, if that's possible... I'm guessing it's not possible for two programs to use the sasme datastore at the same time though, which could po