
I wish to configure jsvn as a plugin to oxygen, is it possible. I created plugin.xml valid to plugin.dtd but am not sure how to complete it so it will work. <!DOCTYPE plugin SYSTEM "../plugin.dtd"> <plugin name="JSVN" description="Java Swing Interface to Subversion (SVN client required)" version="0.8" vendor="Alternate Computing Solutions" class="???????"> <runtime> <library name="jsvn-0.8.jar"/> </runtime> <extension type="?????" class="????"/> </plugin> -- Sean Wheller sean@enbaya.co.za http://www.enbaya.co.za

Hello Sean, Unfortunately it is not possible to configure JSVN as an Oxygen plugin. In any plugin framework the plugins must implement some interfaces defined by the enclosing application. JSVN is not implementing the Plugin interface defined by Oxygen. Dan. PS: The class attributes from the plugin.xml are specifying the Java class from the plugin jar that implements the Oxygen Plugin interface. Sean Wheller wrote:
I wish to configure jsvn as a plugin to oxygen, is it possible.
I created plugin.xml valid to plugin.dtd but am not sure how to complete it so it will work.
<!DOCTYPE plugin SYSTEM "../plugin.dtd"> <plugin name="JSVN" description="Java Swing Interface to Subversion (SVN client required)" version="0.8" vendor="Alternate Computing Solutions" class="???????"> <runtime> <library name="jsvn-0.8.jar"/> </runtime> <extension type="?????" class="????"/> </plugin>

On Tuesday 10 August 2004 08:18, Dan Caprioara wrote:
The class attributes from the plugin.xml are specifying the Java class from the plugin jar that implements the Oxygen Plugin interface.
Where does one find more information about the Oxygen Plugin interface so that JSVN can be modified to support plugin to Oxygen? -- Sean Wheller sean@enbaya.co.za http://www.enbaya.co.za

On Tuesday 10 August 2004 08:18, Dan Caprioara wrote:
The class attributes from the plugin.xml are specifying the Java class from the plugin jar that implements the Oxygen Plugin interface.
Where does one find more information about the Oxygen Plugin interface so
Hi Sean, The plugin support in the standalone version of oXygen is rather limited. It was developed upon user requests. You can find more information at: http://www.oxygenxml.com/plugins.html http://www.oxygenxml.com/plugins/plugins.zip http://www.oxygenxml.com/plugins/plugins.pdf All the best, George ------------------------------------------------------------- George Cristian Bina mailto:george@oxygenxml.com <oXygen/> XML Editor - http://www.oxygenxml.com/ ----- Original Message ----- From: "Sean Wheller" <sean@enbaya.co.za> To: "Dan Caprioara" <dan@oxygenxml.com> Cc: <oxygen-user@oxygenxml.com> Sent: Tuesday, August 10, 2004 9:54 AM Subject: Re: [oXygen-user] plug-in that
JSVN can be modified to support plugin to Oxygen? -- Sean Wheller sean@enbaya.co.za http://www.enbaya.co.za _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (3)
-
Dan Caprioara
-
George Cristian Bina
-
Sean Wheller