Re: Which IDE & coding conventions

2007-08-15 Thread Bertrand Delacretaz
On 8/15/07, Jukka Zitting <[EMAIL PROTECTED]> wrote: > $ mvn eclipse:eclipse > > Then I simply import everything under .../jackrabbit/trunk in Eclipse Same here, but I often use mvn -DdownloadSources=true eclipse:eclipse which makes the source code of dependencies (those which pro

Re: Which IDE & coding conventions

2007-08-15 Thread Christoph Kiehl
Jukka Zitting wrote: Not having nested projects is not an issue to me, as I import the projects "beside" each other, and generally do not care for the parent projects, which I rarely (if ever) touch. Exactly. My process of setting up a fresh checkout is: $ mkdir jackrabbit $ cd jackra

Re: Which IDE & coding conventions

2007-08-15 Thread Jukka Zitting
Hi, On 8/15/07, Felix Meschberger <[EMAIL PROTECTED]> wrote: > I use Eclipse, too :-) Me too. > Not having nested projects is not an issue to me, as I import the > projects "beside" each other, and generally do not care for the parent > projects, which I rarely (if ever) touch. Exactly. My proc

Re: Which IDE & coding conventions

2007-08-15 Thread Felix Meschberger
Hi, I use Eclipse, too :-) Not having nested projects is not an issue to me, as I import the projects "beside" each other, and generally do not care for the parent projects, which I rarely (if ever) touch. Otherwise, you might come around this, in that you exclude the portion of the filesystem s

Which IDE & coding conventions

2007-08-14 Thread Christoph Kiehl
Hi! First: This is definitely not supposed to become a discussion which IDE is better! I was just curious which IDEs Jackrabbit developers use. I generally use Eclipse, but I've got some problems, as Subclipse still does not support nested projects very well. Do you encounter this as well? A