When I want to open a xsd file, I have an exception (see attached picture). I use the XML editor 1.3.8. It happens with various version of eclipse (3.3.1.1, 3.3.2)
Thanks for any information.
I work actually on this error.
Actually Xcarecrows4XML version doesn't treat of files external to workspace.
Internal and external files are not same type in Java (IFileEditorInput and FileStoreEditorInput).
My suggested solution is to create a project called "XcarecrowsXML - External Files" in Workspace which contain external files links.
It can be do automatically at file opening. Do you think it is a good solution ?
advantage :
- external files can be opened after close from workspace
- all links of external files handled by Xcarecrows4Xml will be the project.
disadvantage :
- a project is created in workspace
--
Romain
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
picture of the exception
Thanks for your report.
Does your xsd file (1) belong to an Eclipse project or (2) do you
open it directly from the "File | Open File ..." menu ?
--
Ueimor
Hi,
I work actually on this error.
Actually Xcarecrows4XML version doesn't treat of files external to workspace.
Internal and external files are not same type in Java (IFileEditorInput and FileStoreEditorInput).
My suggested solution is to create a project called "XcarecrowsXML - External Files" in Workspace which contain external files links.
It can be do automatically at file opening. Do you think it is a good solution ?
advantage :
- external files can be opened after close from workspace
- all links of external files handled by Xcarecrows4Xml will be the project.
disadvantage :
- a project is created in workspace
--
Romain