Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] That com.jcraft.jsch plug-in

Thanks Michael.

This refactoring may actually be good news from a PDE import point of view.

Back in 3.1, the org.eclipse.team.cvs.ssh2 plug-in was put on PDE's
"exempt" list when importing a plug-in with source since its zipped source
does not compile right out of the box.

So in the name of pleasant workflows, we always imported that plug-in as
binary even if people chose the source option.

With the removal of this JAR to its own plug-in, the team.cvs.ssh2 plug-in
can be taken off that black list  ;-)

Wassim




                                                                           
             Michael                                                       
             Valenta/Ottawa/IB                                             
             M@IBMCA                                                    To 
             Sent by:                  "Eclipse platform release           
             platform-releng-d         engineering list."                  
             ev-bounces@eclips         <platform-releng-dev@xxxxxxxxxxx>   
             e.org                                                      cc 
                                                                           
                                                                   Subject 
             03/07/2006 02:28          Re: [platform-releng-dev] That      
             PM                        com.jcraft.jsch plug-in             
                                                                           
                                                                           
             Please respond to                                             
             "Eclipse platform                                             
                  release                                                  
                engineering                                                
                  list."                                                   
                                                                           
                                                                           





Wassim,

This is the SSH client used by the CVS/SSH2 plugin. It used to be packaged
as a jar within the CVS/SSH2 plugin but we decided to make it a top-level
plugin because others wanted to have access to it (i.e. we added the bundle
manifest to the JAR and, voila, it was a plugin;-) . The jar still resides
in the org.eclipse.team.cvs.ssh2 plugin but is not packaged with the plugin
but is instead pulled in by the build (i.e. appears as an entry in the
base.map file in the releng map project). We have never had source for this
JAR. It is delivered to us by the SSH client provider (JCraft) and they
chose not to include source.

Michael


                                                                           
 Wassim Melhem/Toronto/IBM@IBMCA                                           
 Sent by:                                                                  
 platform-releng-dev-bounces@eclips                                     To 
 e.org                                           platform-releng-dev@eclip 
                                                 se.org                    
                                                                        cc 
 03/07/2006 01:49 PM                                                       
                                                                   Subject 
                                                 [platform-releng-dev]     
          Please respond to                      That com.jcraft.jsch      
      "Eclipse platform release                  plug-in                   
         engineering list."                                                
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           





The SDK now features a plug-in called com.jcraft.jsch.

There does not seem a source ZIP for this plug-in as it appears in the
build.  Is this intentional or an oversight?

I am also curious as to what that plug-in does and where it resides in the
repository...


Thanks.

Wassim.

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev




Back to the top