Re: more maven

2010-06-02 Thread Eric Charles
Hi Tim, Just to complete my input (and probably not related to your question), I launch the Main james class from eclipse and works with /conf and /var a directory above eclipse ./ I only use 'mvn package' when I need to deploy on a real production server, and not during development phase. Tks

Re: more maven

2010-06-02 Thread Norman Maurer
Unfortunaly I'm not aware of any faster solution :/ Bye Norman 2010/6/2, Tim-Christian Mundt : > Hi Eric, > > I'm already using it exactly the way you describe. It works perfectly > for development and browsing the code. All dependencies are resolved > correctly (eclipse is amazing!!). However, t

Re: more maven

2010-06-01 Thread Tim-Christian Mundt
Hi Eric, I'm already using it exactly the way you describe. It works perfectly for development and browsing the code. All dependencies are resolved correctly (eclipse is amazing!!). However, this does not apply for the build command. Even if I invoke the build in eclipse, it will fail. It only wor

Re: more maven

2010-06-01 Thread Eric Charles
Hi Tim, I you do 'mvn install' on your dependency, your project should take this into account the 'last' dependency in place of the snapshot. But I'm not sure of this for james because I don't work as such (should test it). I use m2eclipse plugin for eclipse and take a little time to configur

more maven

2010-06-01 Thread Tim-Christian Mundt
Hi guys, for maven stuff I could as well ask google, but this seems kinda james specific: how can I build a part of imap (e.g. jpa) with what I have in my working copy as dependency? It will use the downloaded artifacts instead which are in some cases not compatible (I changed several parts). Do I