Re: [Geotools-devel] Making eclipse generate class files in a separate directory

2009-06-29 Thread Andrea Aime
Justin Deoliveira ha scritto: > I can think of one minor downside. At times I run across errors when > building with maven, but not with eclipse. But debugging the problem is > hard because it involves firing up a remote debug session. Setting up a remote debug session is not that hard nowadays,

Re: [Geotools-devel] Making eclipse generate class files in a separate directory

2009-06-29 Thread Justin Deoliveira
I can think of one minor downside. At times I run across errors when building with maven, but not with eclipse. But debugging the problem is hard because it involves firing up a remote debug session. However sometimes what i do is compile with maven, and then directly run with eclipse without r

Re: [Geotools-devel] Making eclipse generate class files in a separate directory

2009-06-29 Thread Jody Garnett
Hi Andrea: This one got lost in the noise; I am also in favour of this patch. The only thing I can think to add is a small note in the developers guide to the effect that geotools will target the "bin" directory. Jody On 29/06/2009, at 2:24 AM, Andrea Aime wrote: > Hi all, > for a few days

Re: [Geotools-devel] Making eclipse generate class files in a separate directory

2009-06-28 Thread Andrea Aime
Christian Müller ha scritto: > Looking at your patch the only thing what is happening is that the class > files are going into the "bin" folder and not into the target/classes > folder. > At the end of the day this means that within eclipse I can switch > between different sdks for testing, whic

Re: [Geotools-devel] Making eclipse generate class files in a separate directory

2009-06-28 Thread Christian Müller
Looking at your patch the only thing what is happening is that the class files are going into the "bin" folder and not into the target/classes folder. At the end of the day this means that within eclipse I can switch between different sdks for testing, which would make my job (porting to ibm s