Lukasz made some changes into Karaf trunk which doesn't seems to be Jansi 1.5 compliant:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project org.apache.karaf.shell.console: Compilation failure: Compilation failure: [ERROR] /home/onofreje/workspace/karaf/shell/console/src/main/java/org/apache/karaf/shell/console/table/Style.java:[144,15] cannot find symbol
[ERROR] symbol  : constructor Ansi(org.fusesource.jansi.Ansi)
[ERROR] location: class org.fusesource.jansi.Ansi
[ERROR]
[ERROR] /home/onofreje/workspace/karaf/shell/console/src/main/java/org/apache/karaf/shell/console/table/Style.java:[157,54] cannot find symbol
[ERROR] symbol  : constructor Ansi(org.fusesource.jansi.Ansi)
[ERROR] location: class org.fusesource.jansi.Ansi
[ERROR] -> [Help 1]
[ERROR]


On 03/04/2011 11:03 AM, Guillaume Nodet wrote:
Jansi hasn't changed since a few months:
   https://github.com/fusesource/jansi/commits/master
How can we be incompatible with something that hasn't changed ?

On Fri, Mar 4, 2011 at 10:56, Jean-Baptiste Onofré<[email protected]>  wrote:
Hi all,

On Karaf trunk, we have a reference to Jansi 1.5-SNAPSHOT.

It's a little bit surprising as Jansi 1.5 has been released:
http://repo.fusesource.com/nexus/content/groups/public/org/fusesource/jansi/jansi/1.5/

but Jansi 1.6-SNAPSHOT is not there:
http://repo.fusesource.com/nexus/content/groups/public-snapshots/org/fusesource/jansi/jansi/

and the Jansi POM still contain version 1.5-SNAPSHOT (and not 1.6-SNAPSHOT):
git://forge.fusesource.com/jansi.git

Karaf trunk is not compatible with Jansi 1.5 release.

So:
1/ the Jansi source should contain 1.6-SNAPSHOT in place of 1.5-SNAPSHOT
2/ Could Fuse guys upload a Jansi 1.6-SNAPSHOT version ?
3/ we have to update the Karaf trunk POM to use Jansi 1.6-SNAPSHOT

Agree ?

Thanks
Regards
JB




Reply via email to