facebook

Problem with XML File Assosiation

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #294545 Reply

    ddmcleod
    Member

    In my application I have a number of xml files supported by an xsd file. My xml files have extensions like .tst, .ste, and .sno. When I try to create a file association mapping from any of these extensions to the MyEclipse Web XML Editor and then try to open any of the files using the (now default) editor, I get the following error message:

    Could not open the editor: org.eclipse.core.internal.filebuffers.SynchronizableDocument

    However, when I remove the association and then rename my file to have a .xml extension, the MyEclipse editor correctly opens the file and gives me proper syntax highlighting. It looks like, for some reason, this particular implementation requires xml files to have the .xml extension.

    I am using MyEclipse 7.0 fully integrated installation on a Dell Latitude D810 with 1.00 GB of Ram and a Pentium processor running at 1.86Ghz on Windows XP SP3. I am using Java 1.5.0_17.

    The contents of my xml file are as follows (DisplayTest.tst):

    <pre>
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <testCase>
    <name>Display Example</name>
    <description>This example uses an inherited operative and simply displays a number of lines of text on standard out.</description>
    <agency>
    <className>blitz.examples.simple.SimpleAgency</className>
    </agency>
    <commandList>
    <command>display This is my first command.</command>
    <command>display “This is my second command.”</command>
    <command>goop “Enough already! This is my third command.”</command>
    </commandList>
    </testCase>
    </pre>

    Thanks,

    David

    #294577

    Loyal Water
    Member

    David,
    I was unable to reproduce this issue at my end. Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    Also, can you switch to a new workspace and test this again with a new project. Please make sure you add the .tst file assc at both lplaces in Pref-file assc and Pref- content types.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Problem with XML File Assosiation

You must be logged in to post in the forum log in