You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Henri Yandell <ba...@generationjava.com> on 2003/02/13 08:42:09 UTC

[vfs] typo on filesystems.html page

There's probably a typo on the list of filesystems page. For file:// it
has the example of:

file://home/someuser/somedir

Probably that wants to be:

file:///home/someuser/somedir

Just a suggestion :)

Hen


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [vfs] Typo in FileSystem class

Posted by Adam Murdoch <ad...@apache.org>.
On Mon, 17 Feb 2003 09:57 am, Dejan Krsmanovic wrote:
> Adam,
> you have method removeJuntion instead of removeJunction in FileSystem
> class. As I could see it is not used a lot yet so I guess it would be a
> good idea to fix it before it is too late...

Definitely a good idea :)  I've fixed this now.  Thanks.

-- 
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [vfs] Typo in FileSystem class

Posted by Dejan Krsmanovic <de...@nbj.sv.gov.yu>.
Adam,
you have method removeJuntion instead of removeJunction in FileSystem class.
As I could see it is not used a lot yet so I guess it would be a good idea
to fix it before it is too late...

Best regards,
Dejan


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [vfs] error on Using the Api page?

Posted by Adam Murdoch <ad...@apache.org>.
On Mon, 17 Feb 2003 08:19 am, Dejan Krsmanovic wrote:
> On the html page http://jakarta.apache.org/commons/sandbox/vfs/api.html
> there is an example of using the API. There is a line:
>
> FileObject[] children = fsManager.getChildren();
>
> As I could see FileSystemManager don't have method getChildren().  I guess
> it should be:
>
> FileObject[]  children = aJarFile.getChildren()

Fixed.  Thanks for that.

-- 
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[vfs] error on Using the Api page?

Posted by Dejan Krsmanovic <de...@nbj.sv.gov.yu>.
On the html page http://jakarta.apache.org/commons/sandbox/vfs/api.html
there is an example of using the API. There is a line:

FileObject[] children = fsManager.getChildren();

As I could see FileSystemManager don't have method getChildren().  I guess
it should be:

FileObject[]  children = aJarFile.getChildren()

Best Regards,
Dejan


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [vfs] typo on filesystems.html page

Posted by Adam Murdoch <ad...@apache.org>.
On Thu, 13 Feb 2003 07:42 am, Henri Yandell wrote:
> There's probably a typo on the list of filesystems page. For file:// it
> has the example of:
>
> file://home/someuser/somedir
>
> Probably that wants to be:
>
> file:///home/someuser/somedir

Yep, it should be.  Fixed now.  Thanks for that.

-- 
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org