Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] not accepting passphrase

On 10/28/13 04:28, Aniyan Rajan wrote:

> I have the following doubts:

[...]

>  2. Before installing the jsch 0.1.5, the osgi console was showing:
> 
>     osgi> ss jsch
>     Framework is launched.
>     id    State       Bundle
>     6    RESOLVED    com.jcraft.jsch_0.1.41.v200903070017
>     170    ACTIVE      org.eclipse.jsch.core_1.1.200.I20100505-1245
>     171    <<LAZY>>    org.eclipse.jsch.ui_1.1.300.I20100505-1245
> 
> 
>     But After installing jsch 0.1.5 as per your suggestion, the osgi
>     console shows the old and the new jsch as follows:
> 
>     osgi> ss jsch
>     Framework is launched.
>     id    State       Bundle
>     6    RESOLVED    com.jcraft.jsch_0.1.41.v200903070017
>     170    ACTIVE      org.eclipse.jsch.core_1.1.200.I20100505-1245
>     171    <<LAZY>>    org.eclipse.jsch.ui_1.1.300.I20100505-1245
>     386    RESOLVED    com.jcraft.jsch_0.1.50.v201310081430
> 
>     Why the old one (0.1.41) is still there ?

Some other bundle still requires the old jsch:

osgi> requiredBundles com.jcraft.jsch
com.jcraft.jsch;
bundle-version="0.1.46.v201205102330"<com.jcraft.jsch_0.1.46.v201205102330
[60]>
  org.eclipse.jsch.core_1.1.400.v20111202-1616 [395] [requires]
  org.eclipse.jgit_3.0.0.201306101825-r [394] [requires]
  org.eclipse.jsch.ui_1.1.400.v20111007-1310 [396] [requires]
  org.eclipse.team.cvs.core_3.3.500.v20130515-2011 [518] [requires]
  org.eclipse.team.cvs.ssh2_3.2.300.v20111007-1310 [519] [requires]
  org.eclipse.egit.ui_3.0.0.201306101825-r [273] [requires]
osgi>

-- 
Mykola

http://ua.linkedin.com/in/manandbytes
https://github.com/manandbytes/


Back to the top