Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] BBAPI source code repository.

Hi Erkki and Scott,

I figured out what I was doing wrong.  It gives this error ('specified
file does not exist') if one pastes the url into the Team Project Set
file combo box.  It works as Erkki describes if one hits the 'Browse'
button and *then* pastes in the URL.

I tried this for myself and it seems like this is just an OS
capability since it really depends on how your desktop's native
FileDialog is handling URLs. If you see the text input control, it
actually maps to your temporary drive, which is where Explorer has
saved that psf file. Admittedly, I have no idea as to why it takes
oh-so-very-long to save a file that's not even 5 kilobytes.

Anyway, for a real implementation, someone actually filed a bug to
Team for this [1].

[1] - https://bugs.eclipse.org/bugs/show_bug.cgi?id=162608

Regards,
Rem


Back to the top