But that's something you added in fork:
  
https://github.com/splatch/jansi/commit/0c9b3fc28cbc9447dc667b602473fb986b1cb676
deploying a snapshot won't help and as it has been explained, jansi
1.5 has been released (though the commits are missing in github).

I've committed a revert to jansi 1.5 and commented the two lines that
were using that constructor for now until we have a proper way to
solve the problem.
Is the use of this constructor mandatory ? Any other workaround ?

2011/3/4 Łukasz Dywicki <[email protected]>:
> Hi,
> I introduced the version 1.5-SNAPSHOT of jansi to have Ansi(Ansi)
> constructor. Basically the snapshot is available, but to get it I had to
> remove metadata cache from m2_repo/org/fusesource/jansi/jansi/1.5-SNAPSHOT.
>
> This snapshot is timestamped and it it available. I tested this on my local
> environment without snapshot in repo.
>
> Best regards,
> Lukasz
>
> -----Original Message-----
> From: Jean-Baptiste Onofré [mailto:[email protected]]
> Sent: Friday, March 04, 2011 11:05 AM
> To: [email protected]
> Subject: Re: Jansi version in use on trunk
>
> 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/fusesou
> rce/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
>>>
>>
>>
>>
>
>



-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/
------------------------
Open Source SOA
http://fusesource.com

Reply via email to