Oxygen plugins development kit link is dead

Oxygen general issues.
jelovirt
Posts: 84
Joined: Tue Oct 11, 2005 9:17 am
Location: Helsinki, Finland
Contact:

Oxygen plugins development kit link is dead

Post by jelovirt »

sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Oxygen plugins development kit link is dead

Post by sorin_ristache »

Hello,

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


Regards,
Sorin
jelovirt
Posts: 84
Joined: Tue Oct 11, 2005 9:17 am
Location: Helsinki, Finland
Contact:

Re: Oxygen plugins development kit link is dead

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Oxygen plugins development kit link is dead

Post 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
Post Reply