Page 1 of 1

Oxygen plugins development kit link is dead

Posted: Mon May 19, 2008 9:14 am
by jelovirt

Re: Oxygen plugins development kit link is dead

Posted: Mon May 19, 2008 11:33 am
by sorin_ristache
Hello,

We placed the plugins development kit on the server at the specified URL. Please try again.


Regards,
Sorin

Re: Oxygen plugins development kit link is dead

Posted: Tue May 20, 2008 8:38 am
by jelovirt
sorin wrote:We placed the plugins development kit on the server at the specified URL. Please try again.
Link works now, but I can't find Plugin.java anywhere, or a JAR file that contained it.

Jarno

Re: Oxygen plugins development kit link is dead

Posted: Tue May 20, 2008 12:47 pm
by sorin_ristache
Hello,

The Javadoc for the class ro.sync.exml.plugin.Plugin is included in the javadoc subfolder of the plugins development kit. Your plugin should only extend this class as in the sample plugins included in the samples subfolder of the plugins development kit. The source file of the Plugin class is not needed for writing a plugin. The compiled class is included in [Oxygen-install-folder]/lib/oxygen.jar which you must add to the classpath of your Java project as you can read in the Requirements section of the plugin development guide (see the Developer page): "the file oxygen.jar is necessary for plugin compilation".


Regards,
Sorin