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
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
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
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
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