Re: [Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Michael Bedward
2009/10/9 Christian Müller wrote: > > I work with Rational Application Developer 7.x which is based on eclipse. > There is a possibility to build a "runnable jar file", meaning that all > classpath dependencies are merged into one stand alone jar file. > It sounds like maven assembly with the 'jar

Re: [Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Christian Müller
I work with Rational Application Developer 7.x which is based on eclipse. There is a possibility to build a "runnable jar file", meaning that all classpath dependencies are merged into one stand alone jar file. This is nice, because you have to deliver only one jar file and you need not to wor

Re: [Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Andrea Aime
Christian Müller ha scritto: > Looking at the zip files for 2.6.0-M2 and 2.6.0-M3 I discovered 2 > versions of the commons-io jar file: > commons-io-1.4.jar > commons-io-1.2.jar > > A lot of classes are duplicated in the classpath, eg. > org/apache/commons/io/FileCleaner.class. > I think this is

Re: [Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Andrea Aime
Christian Müller ha scritto: > Looking at the zip files for 2.6.0-M2 and 2.6.0-M3 I discovered 2 > versions of the commons-io jar file: > commons-io-1.4.jar > commons-io-1.2.jar > > A lot of classes are duplicated in the classpath, eg. > org/apache/commons/io/FileCleaner.class. > I think this is

[Geotools-devel] RC scheduled for Friday, jar file problems ?

2009-10-09 Thread Christian Müller
Looking at the zip files for 2.6.0-M2 and 2.6.0-M3 I discovered 2 versions of the commons-io jar file: commons-io-1.4.jar commons-io-1.2.jar A lot of classes are duplicated in the classpath, eg. org/apache/commons/io/FileCleaner.class. I think this is a source of problems. Doing further in