I just installed 0.0.3 and when I tried to enable XMLC on my project, I was given the error message "The chosen operation is not currently available."
Try opening your plugin.xml file (in your %eclipse_home%\plugins\net.sourceforge.xmlcelipse.core_0.0.3 folder)
add: <library name="xmlceclipse.jar" />
inside the <runtime> block.
Then restart eclipse and try again.
-G
That fixed it, thanks!
Log in to post a comment.
I just installed 0.0.3 and when I tried to enable XMLC on my project, I was given the error message "The chosen operation is not currently available."
Try opening your plugin.xml file (in your %eclipse_home%\plugins\net.sourceforge.xmlcelipse.core_0.0.3 folder)
add:
<library name="xmlceclipse.jar" />
inside the <runtime> block.
Then restart eclipse and try again.
-G
That fixed it, thanks!