Re: VFS and EMF Awareness

2007-01-02 Thread Martin Cooper
On 1/1/07, Ole Ersoy [EMAIL PROTECTED] wrote: Hi, I just got the VFS 1.0 announcement a little while back and did a cross post on the EMF mailing list, since EMF has similar capabilities. This was mainly for awareness and possible future collaboration opportunities. Here's the reply from

Re: VFS and EMF Awareness

2007-01-02 Thread Ole Ersoy
OH - Sure - You just need to sign up for an Eclipse Newsgroup Account. http://www.eclipse.org/newsgroups/register.php Cheers, - Ole --- Martin Cooper [EMAIL PROTECTED] wrote: On 1/1/07, Ole Ersoy [EMAIL PROTECTED] wrote: Hi, I just got the VFS 1.0 announcement a little while back

Re: VFS and EMF Awareness

2007-01-02 Thread Martin Cooper
On 1/2/07, Ole Ersoy [EMAIL PROTECTED] wrote: OH - Sure - You just need to sign up for an Eclipse Newsgroup Account. No, I mean please post information about the possible overlap between EMF and VFS. You can't expect everyone here to go register for an Eclipse account just for that. --

Re: VFS and EMF Awareness

2007-01-02 Thread Ole Ersoy
Ah - I get you. I'm planning on doing that in more detail as well when I get some time to play with VFS. Here's the Javadoc page for EMF's URI object: http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.doc/references/javadoc/org/eclipse/emf/common/util/class-use/URI.html It has a

Re: VFS and EMF Awareness

2007-01-02 Thread Mario Ivankovits
Hi! http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.emf.doc/references/javadoc/org/eclipse/emf/common/util/class-use/URI.html Hmmm ... for what I can see you can directly reference a file (even within an archive) but then there are some basic things missing: * list of children *

Re: VFS and EMF Awareness

2007-01-02 Thread Ole Ersoy
Hey Mario, Eclipse might be one area, but EMF is part of the Eclipse Modeling Toolset, so it's a completely separate API from what Eclipse Core uses (Although a lot of other projects, like BIRT, use it). EMF loads Model files used in code generation, etc. so I'm guessing that was their initial

VFS and EMF Awareness

2007-01-01 Thread Ole Ersoy
Hi, I just got the VFS 1.0 announcement a little while back and did a cross post on the EMF mailing list, since EMF has similar capabilities. This was mainly for awareness and possible future collaboration opportunities. Here's the reply from Marcelo on the EMF team (Including a test link