RE: VFS LocalFile#getLocalFile() protected?

2009-05-15 Thread Mario Ivankovits
Hi! Not every FileObject can be represented as a local file, and thus getLocalFile ist protected. What you can do is to replicate the file: File file = fileObject.getFileSystem().replicateFile(fileObject, Selectors.SELECT_SELF); For the local filesystem this simply exposes the local file

Re: VFS LocalFile#getLocalFile() protected?

2009-05-15 Thread Ryan McKinley
I wish I had asked sooner! that is perfect. thanks! On May 15, 2009, at 2:13 AM, Mario Ivankovits wrote: Hi! Not every FileObject can be represented as a local file, and thus getLocalFile ist protected. What you can do is to replicate the file: File file =

[Net] Whom to contact

2009-05-15 Thread Olli Loikkanen
Hi, The webpage http://commons.apache.org/ seems to lack information. I could not find contact information of any particular person/webmaster who is responsible for updating the webpage. Thefore I sent this email to this mailing list. Of course if this is the only way to contact the webmaster,

Re: [SCXML] new release, parameter handling

2009-05-15 Thread Rahul Akolkar
On Fri, May 15, 2009 at 8:39 AM, Alexander Blotny alexander.blo...@fokus.fraunhofer.de wrote: Hi, I have some questions to the SCXML project. I am not sure if it is the right place, please tell me if it is not. snip/ This is the right place. At first I would like to know when the next