Bug 110921 - FTP Team functions don't work - ftp: URLs unsupported
Summary: FTP Team functions don't work - ftp: URLs unsupported
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Developer Suite
Classification: Retired
Component: Platform
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Handcock
QA Contact: eclipse-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-11-25 15:57 UTC by Jeremy Handcock
Modified: 2007-04-18 16:59 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-11-29 18:23:16 UTC
Embargoed:


Attachments (Terms of Use)

Description Jeremy Handcock 2003-11-25 15:57:10 UTC
Description of problem: The team FTP functions in eclipse don't
currently work because creating a new ftp: URL object always fails.  I
talked to Tom Tromey about this, and he said there isn't currently a
handler for ftp: URLs.

I kind of found this by accident.  We don't have a test case for this,
but we will in the future.

This seems to be a problem both with tree-ssa and gcc mainline.  I
don't know where the proper place to file this is - let me know if I
need to put it somewhere else.

Version-Release number of selected component (if applicable):
eclipse-2.1.1-3


How reproducible: Always


Steps to Reproduce:
1. Right click on project -> Target Site...
2. Select FTP and define a new FTP site
(or create a simple java program that creates a ftp: URL and compile
using gcj or gcj-ssa)
  
Actual results: The "URL" field in the FTP site creation dialog is
never valid ("Finish" button is never enabled) because the ftp: URL
object isn't properly instantiated.

Expected results: FTP site definition should proceed.

Comment 1 Tom Tromey 2003-12-01 21:54:12 UTC
FYI, we can fix this by packaging GNU inetlib
(see inetlib module of Classpath repository)
and setting things up to use it by default.


Comment 2 Jeremy Handcock 2003-12-17 18:07:14 UTC
I'm working on putting together a fix for this.

Comment 3 Ben Konrath 2004-11-29 18:23:16 UTC
RHDS 2.0 (Eclipse 3.0) is no longer uses gcj, closing bug.


Note You need to log in before you can comment on or make changes to this bug.