Bug 223178 - "BitTrrent" is not displayed in the drop-down-list of "Connect to Provider" button in the tool-bar
Summary: "BitTrrent" is not displayed in the drop-down-list of "Connect to Provider" b...
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.filetransfer (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 06:21 EDT by Hiroyuki CLA
Modified: 2008-03-24 19:33 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroyuki CLA 2008-03-19 06:21:15 EDT
Build ID: 2.0.0.v20080315-2247

Steps To Reproduce:
I used it with Eclipse 3.3.2.

"BitTrrent" is not displayed in the drop-down-list of "Connect to Provider" 
button in the tool-bar.
Can "BitTrrent" be used only at Eclipse 3.4 or more?

Moreover, the file transfer view cannot be displayed.
It is not in the view list.

I want to ask for the correction of MANIFEST.MF if this is a bug.

1) org.eclipse.ecf.examples.updatesite.server

 org.eclipse.equinox.app;bundle-version="1.0.100"
=>  "1.0.1"

2) org.eclipse.ecf.filetransfer.ui

 org.eclipse.jface.text;bundle-version="3.4.0"
=> "3.3.0"
Comment 1 Hiroyuki CLA 2008-03-19 06:43:27 EDT
When the source was build with Eclipse 3.3.2,
the following errors were detected. 

org.eclipse.ecf.examples.remoteservices.server
  /src/org/eclipse/ecf/internal/examples/remoteservices/server/
    RemoteEnvironmentInfoImpl.java	
      line 86
The method getProperty(String) is undefined for the type EnvironmentInfo
Comment 2 Scott Lewis CLA 2008-03-24 19:33:28 EDT
Fixed in HEAD by removing incorrect bundle-version constraints.

Also removed EnvironmentInfo.getProperty method.

Thanks Hiroyuki for report.