Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [stellation-res] Bug 23885 Files.findFileInfo()

> >-----Original Message-----
> >From: stellation-res-admin@xxxxxxxxxxxxxxx
> >[mailto:stellation-res-admin@xxxxxxxxxxxxxxx]On Behalf Of
> >shields@xxxxxxxxxxxxxx
> >Sent: September 20, 2002 9:40 AM
> >To: stellation-res@xxxxxxxxxxxxxxx
> >Subject: Re: [stellation-res] Bug 23885 Files.findFileInfo()
> >
> >
> >On Thu, Sep 19, 2002 at 07:49:05PM -0400, Jonathan Gossage wrote:
> >> The function
> >org.eclipse.stellation.workspace.Files.findFileInfo() has no
> >> Windows specific implementation of the file find loop that is
> >implemented by
> >> the external "find" command on Unix platforms. Even if Cygwin
> >is installed
> >> with the "find" utility, it fails becuse DOS paths are passed to it.
> >
> >findFileInfo is used only when Svc is run on Unix. I'll adjust
> >source and
> >documentation to make this more obvious. Re Cygwin, I hope we
> >can avoid *ever*
> >requiring its use to run Stellation (Jikes went down that path,
> >a step I now regret).
> >
> >dave
> >
Currently, findFileInfo() runs in a non-platform specific context via
updateFileInfo() whenever a "add", "clean", "move", or "synchronize" command
is executed. It is also invoked in a platform independent context via
needFileInfo() from isWorkspaceDirectory().



Back to the top