Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Where is the "XML Editor"?
Where is the "XML Editor"? [message #317406] Tue, 03 July 2007 14:05 Go to next message
Eclipse UserFriend
Originally posted by: mark_z.charter.net

On http://www.eclipse.org/downloads/, the "Eclipse IDE for Java
Developers" is described to include "The essential tools for any Java
developer, including a Java IDE, a CVS client, XML Editor and Mylyn."

Multiple downloads and hours later, I'm still unable to find an included
XML editor, or any further reference to it.

Hopefully I'm just missing something simple. My "test case" currently
consists of running each version in a new workspace, creating a "Test.xml"
file, and opening it, expecting to see it open in an "XML Editor", or some
editor that provides XML-specific capabilities beyond the default Eclipse
text editor.

So far I've tested:
- eclipse-java-europa-win32.zip ("Eclipse IDE for Java Developers")
- eclipse-SDK-3.3-win32.zip ("Eclipse Classic")
- wtp-all-in-one-sdk-R-2.0-200706260303-win32.zip ("Web Tools Platform
All-In-One Packages")
- Multiple combinations of choices through the Update Manager. "Europa
Discovery Site / Web and JEE Development / Eclipse XML Editors and Tools
2.0.0.v200706182145-..." with "Select Required" seemed the most promising,
but after restart, I didn't see any new functionality.

Apparently this functionality does exist - somewhere - as described by
this "XML editor" help page:
http://help.eclipse.org/help31/index.jsp?topic=/org.eclipse. jst.doc.isv/html/plugin_descriptions_JST/jst.html

Any help would be appreciated. Thanks!!
Re: Where is the "XML Editor"? [message #317414 is a reply to message #317406] Tue, 03 July 2007 15:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: francois.malouin.polymtl.ca

I never had any problems with this...

As you said, the XML editor comes with the Web Standard Tools (WST) which
might be related to the WTP, I am not really sure...

Check if you have a org.eclipse.wst.xml.ui plugin installed...that's where I
get it from...

Then you right click on your file, and select open with...voil
Re: Where is the "XML Editor"? [message #317469 is a reply to message #317414] Wed, 04 July 2007 04:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mknauer.innoopract.com

See my comments below... I hope it helps

Regards
Markus


Mark Ziesemer wrote:

> Multiple downloads and hours later, I'm still unable to find an included
> XML editor, or any further reference to it.

It's in there... if you don't believe me, start the eclipse-java-europa
package and open 'Help' > 'Software Update' > 'Manage Configuration'. Then
you will find the feature 'Eclipse XML Editors and Tools' in the list of
installed features.

[ BTW: Which Java version are you running? Is it a JVM >= 1.5? ]

> Hopefully I'm just missing something simple.  My "test case" currently
> consists of running each version in a new workspace, creating a "Test.xml"
> file, and opening it, expecting to see it open in an "XML Editor", or some
> editor that provides XML-specific capabilities beyond the default Eclipse
> text editor.

If the feature is configured properly, you should be able to find

 * a section 'Web and XML' in the preferences ('Windows' > 'Preferences...')
 * some wizards for creating XML, XSD, ... files ('File' > 'New'    
   > 'Other...', then choose XML)
 * if you right-click on a .xml file, you should find 'Open With'
   > 'XML Editor' in the context menu
 * the XML editor itself is a multi-page editor; i.e. you can switch
   between the 'Design' and the 'Source' page.

> So far I've tested:
>   - eclipse-java-europa-win32.zip ("Eclipse IDE for Java Developers")

This includes the XML editor from Webtools.

>   - eclipse-SDK-3.3-win32.zip ("Eclipse Classic")

This is the SDK from the Eclipse Platform Team. It contains many things for
Java and plugin development, but not an XML editor.

>   - wtp-all-in-one-sdk-R-2.0-200706260303-win32.zip ("Web Tools Platform
> All-In-One Packages")

I am pretty sure that their all-in-one packages includes the XML editor as
well.

>   - Multiple combinations of choices through the Update Manager.  "Europa
> Discovery Site / Web and JEE Development / Eclipse XML Editors and Tools
> 2.0.0.v200706182145-..." with "Select Required" seemed the most promising,
> but after restart, I didn't see any new functionality.

Well, as the XML editor is included, you won't find it in the feature list
of the Europa Discovery Site.
Re: Where is the "XML Editor"? [message #317513 is a reply to message #317469] Thu, 05 July 2007 12:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mark_z.charter.net

Thank you both for your replies. Markus got me thinking about making sure
that my JVM was >= 1.5. I had installed and knew I _was_ using 1.6.
However, just a few days ago, I had installed the Oracle client software,
which installed its own Java 1.3 and other runtimes, and even added it to
my system path before my default Java directory. Reorganize my system
path, problem solved!
Re: Where is the "XML Editor"? [message #317521 is a reply to message #317513] Thu, 05 July 2007 15:40 Go to previous message
Eclipse UserFriend
Originally posted by: mknauer.innoopract.com

Mark Ziesemer wrote:

> Thank you both for your replies. Markus got me thinking about making sure
> that my JVM was >= 1.5. I had installed and knew I _was_ using 1.6.
> However, just a few days ago, I had installed the Oracle client software,
> which installed its own Java 1.3 and other runtimes, and even added it to
> my system path before my default Java directory. Reorganize my system
> path, problem solved!

Seems to me that many users are facing problems with old Java versions. We
should have used the osgi.requiredJavaVersion property in the packages, but
that's somehow broken in the Windows version and we decided not to use this
property. We'll add it in the next release!

Markus
Previous Topic:Side by side compare of text
Next Topic:Some tests in jdtdebug suite failing
Goto Forum:
  


Current Time: Thu Nov 06 14:14:49 EST 2025

Powered by FUDForum. Page generated in 0.05102 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top