Version 22 (modified by osterfel, 14 years ago) (diff) |
---|
Download Nabu
Releases
0.1
- Jive Messenger plugin: nabu-plugin-0.1.zip
- Client API (only needed when developing (Java) applications for Nabu): nabu-clientAPI-0.1.zip
To install the plugin, unzip the archive and continue reading in the Installation and Configuration section.
Development version
Use the Source, Luke''
The subversion repository is available at https://nabu.opendfki.de/repos/nabu
When using Eclipse, you can use the Eclipse Subversion plugin Subclipse.
Alternatively you can use the svn command line tool and check out the repository via
svn co https://nabu.opendfki.de/repos/nabu/trunk
To build Nabu, you need the Java Development Kit 1.5. Install Apache Ant unless you have fun compiling files manually.
After checkout, go to the new nabu/ directory and build Nabu via
$ ant
If ant was successful, the plugin jar file can be found at target/nabu.jar.