Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » xman plugin not detected.
xman plugin not detected. [message #79445] Wed, 23 July 2003 18:15 Go to next message
Eclipse UserFriend
Originally posted by: xraymond2003.yahoo.ca

Hi all,

I tried to install xman (xml editor) plugin for my eclipse 2.1.0. But i
couldn't get it to worked.

I simply extracted the zip file(org.xmen_0.4.2.1.zip) to the eclipse plugin
directory, everything looks fine except that i couldn't find the plugin
setting for xman in the window/preferences.

any help is appreciated,
ray.
Re: xman plugin not detected. [message #79593 is a reply to message #79445] Thu, 24 July 2003 02:56 Go to previous messageGo to next message
Darin Swanson is currently offline Darin SwansonFriend
Messages: 2386
Registered: July 2009
Senior Member
Anything in your .log file?
Does xman work with 2.1.0?
Have you asked the provider of the xman plugin for help?

Darins

"exquisitus" <xraymond2003@yahoo.ca> wrote in message
news:bfmjcf$mjl$1@eclipse.org...
> Hi all,
>
> I tried to install xman (xml editor) plugin for my eclipse 2.1.0. But i
> couldn't get it to worked.
>
> I simply extracted the zip file(org.xmen_0.4.2.1.zip) to the eclipse
plugin
> directory, everything looks fine except that i couldn't find the plugin
> setting for xman in the window/preferences.
>
> any help is appreciated,
> ray.
>
>
Re: xman plugin not detected. [message #79716 is a reply to message #79593] Thu, 24 July 2003 14:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kalabp.netscape.net

I noticed that the current Xmen plugin has a dependency on org.eclipse.xsd
package (look in the plugin.xml file for Xmen); this package does not exist
in my Eclipse 2.1.1 installation (I install the core and JDT download, not
the full plugin development version). I commented out that dependency and
X-men appears to work.

<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.core.boot"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.apache.xerces"/>
<!-- <import plugin="org.eclipse.xsd"/> -->
</requires>

Peter

"Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
news:bfnhls$nie$1@eclipse.org...
> Anything in your .log file?
> Does xman work with 2.1.0?
> Have you asked the provider of the xman plugin for help?
>
> Darins
>
> "exquisitus" <xraymond2003@yahoo.ca> wrote in message
> news:bfmjcf$mjl$1@eclipse.org...
> > Hi all,
> >
> > I tried to install xman (xml editor) plugin for my eclipse 2.1.0. But i
> > couldn't get it to worked.
> >
> > I simply extracted the zip file(org.xmen_0.4.2.1.zip) to the eclipse
> plugin
> > directory, everything looks fine except that i couldn't find the plugin
> > setting for xman in the window/preferences.
> >
> > any help is appreciated,
> > ray.
> >
> >
>
>
Re: xman plugin not detected. [message #79822 is a reply to message #79716] Thu, 24 July 2003 15:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xraymond2003.yahoo.ca

Thanks for the reply.

I commented out the dependency, the X-Men XML Editor option became available
on the preferences, but when I click on it, I got this error,

"
Unable to create the selected preference page.

Reason:
Plug-in org.xmen was unable to load class
org.xmen.internal.ui.preferences.EditorPreferencePage.
"

I checked the class, it is there and also in the right path.

thanks,
ray.

P.S. i'm also running 2.1.1 now.


"Kalab, Peter" <kalabp@netscape.net> wrote in message
news:bfooqk$vch$1@eclipse.org...
> I noticed that the current Xmen plugin has a dependency on org.eclipse.xsd
> package (look in the plugin.xml file for Xmen); this package does not
exist
> in my Eclipse 2.1.1 installation (I install the core and JDT download, not
> the full plugin development version). I commented out that dependency and
> X-men appears to work.
>
> <requires>
> <import plugin="org.eclipse.core.resources"/>
> <import plugin="org.eclipse.ui"/>
> <import plugin="org.eclipse.swt"/>
> <import plugin="org.eclipse.core.boot"/>
> <import plugin="org.eclipse.core.runtime"/>
> <import plugin="org.apache.xerces"/>
> <!-- <import plugin="org.eclipse.xsd"/> -->
> </requires>
>
> Peter
>
> "Darin Swanson" <Darin_Swanson@us.ibm.com> wrote in message
> news:bfnhls$nie$1@eclipse.org...
> > Anything in your .log file?
> > Does xman work with 2.1.0?
> > Have you asked the provider of the xman plugin for help?
> >
> > Darins
> >
> > "exquisitus" <xraymond2003@yahoo.ca> wrote in message
> > news:bfmjcf$mjl$1@eclipse.org...
> > > Hi all,
> > >
> > > I tried to install xman (xml editor) plugin for my eclipse 2.1.0. But
i
> > > couldn't get it to worked.
> > >
> > > I simply extracted the zip file(org.xmen_0.4.2.1.zip) to the eclipse
> > plugin
> > > directory, everything looks fine except that i couldn't find the
plugin
> > > setting for xman in the window/preferences.
> > >
> > > any help is appreciated,
> > > ray.
> > >
> > >
> >
> >
>
>
Re: xman plugin not detected. [message #79837 is a reply to message #79716] Thu, 24 July 2003 16:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: burner.zclipse.org

On Thu, 24 Jul 2003 10:01:27 -0400, Kalab, Peter wrote:


> <requires>
> <import plugin="org.eclipse.core.resources"/>
> <import plugin="org.eclipse.ui"/>
> <import plugin="org.eclipse.swt"/>
> <import plugin="org.eclipse.core.boot"/>
> <import plugin="org.eclipse.core.runtime"/>
> <import plugin="org.apache.xerces"/>
> <!-- <import plugin="org.eclipse.xsd"/> -->
> </requires>

Instead of doing this, why not just get the xsd plugins? I would expect
this to undoubtedly to break the plugin (though I've never used Xmen)

http://www.eclipse.org/xsd/

>
> Peter
>


--
http://zclipse.org
Re: xman plugin not detected. [message #79852 is a reply to message #79837] Thu, 24 July 2003 16:16 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: xraymond2003.yahoo.ca

I actually did grap the xsd (version 1.1.0. XSD Runtime) afterwards, but I
ran into the same problem, the preferences again couldn't detect X-Men. I
checked all the require this time, but they all look alright.

any thoughts?

thanks,
ray.

"Michael R Head" <burner@zclipse.org> wrote in message
news:pan.2003.07.24.16.02.21.737738@zclipse.org...
> On Thu, 24 Jul 2003 10:01:27 -0400, Kalab, Peter wrote:
>
>
> > <requires>
> > <import plugin="org.eclipse.core.resources"/>
> > <import plugin="org.eclipse.ui"/>
> > <import plugin="org.eclipse.swt"/>
> > <import plugin="org.eclipse.core.boot"/>
> > <import plugin="org.eclipse.core.runtime"/>
> > <import plugin="org.apache.xerces"/>
> > <!-- <import plugin="org.eclipse.xsd"/> -->
> > </requires>
>
> Instead of doing this, why not just get the xsd plugins? I would expect
> this to undoubtedly to break the plugin (though I've never used Xmen)
>
> http://www.eclipse.org/xsd/
>
> >
> > Peter
> >
>
>
> --
> http://zclipse.org
>
Re: xman plugin not detected. [message #79867 is a reply to message #79837] Thu, 24 July 2003 17:20 Go to previous message
Eclipse UserFriend
Originally posted by: xraymond2003.yahoo.ca

Sigh... turned out that the latest X-Men has problem with Eclipse. I tried
version .37, it worked fine.

thanks for all the kind input,
ray.


"Michael R Head" <burner@zclipse.org> wrote in message
news:pan.2003.07.24.16.02.21.737738@zclipse.org...
> On Thu, 24 Jul 2003 10:01:27 -0400, Kalab, Peter wrote:
>
>
> > <requires>
> > <import plugin="org.eclipse.core.resources"/>
> > <import plugin="org.eclipse.ui"/>
> > <import plugin="org.eclipse.swt"/>
> > <import plugin="org.eclipse.core.boot"/>
> > <import plugin="org.eclipse.core.runtime"/>
> > <import plugin="org.apache.xerces"/>
> > <!-- <import plugin="org.eclipse.xsd"/> -->
> > </requires>
>
> Instead of doing this, why not just get the xsd plugins? I would expect
> this to undoubtedly to break the plugin (though I've never used Xmen)
>
> http://www.eclipse.org/xsd/
>
> >
> > Peter
> >
>
>
> --
> http://zclipse.org
>
Previous Topic:JRE detection troubles - patch available for M2
Next Topic:Re: Programmatically launch Java
Goto Forum:
  


Current Time: Wed Feb 05 08:47:27 GMT 2025

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

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

Back to the top