[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [geclipse-dev] Null value for inputstream in gridftp
|
Hi all
I have a problem with that Nightly Build. I extracted the content into
the eclipse dir and deleted the old double entries by hand. But I still
get null. How do I correctly upgrade to the nightly builds?
best regards bernhard
Romain schrieb:
Actually, it is working with the last Nightly Build version,
Thank you.
Mateusz Pabis' a écrit :
Romain pisze:
Hi Bernhard,
in fact I don't want to browse the directory before downloading the
file. My code should work in a general case for any kind of file
server and some like http may not be browsable.
If I try to open an input stream with a direct reference:
IFileStore fi =
EFS.getStore(URI.create("gsiftp://grid009.to.infn.it:2811/flatfiles/SE00/biomed/tmp/simexplorer/application18.xml"));
InputStream str = fi.openInputStream(EFS.NONE, null);
if(str == null) System.out.println("null");
The result of this code is null.
What build are you using?
I committed a quick patch just before weekend (Thursday or Friday), I
tested it again and it worked (for input stream at least).
_______________________________________________
geclipse-dev mailing list
geclipse-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/geclipse-dev