Hack Tigase Jabber/XMPP Server in Eclipse
If you want to write a code for Tigase server you might want to use Eclipse. Here is a guide how to start working on source code using this IDE.
All you need to start is:
- Installed and working copy of Eclipse
- Installed and working copy of JDK-1.6.0Beta2 at least.
- Installed and working Subclipse pluggin for Eclipse.
Click on image to see it in full size.
JDK-1.6.0 setup.
After installation JDK-1.6.0 in your operating system, run Eclipse and select Window/Preferences.
In section Java/Installed JREs press Add button. In the new opened window enter path to installed JDK-6. In my case it is /opt/jdk1.6.0. It also good to set name to sun-jdk-1.6.0.
Subclipse installation
As Eclipse doesn't contain built-in support for Subversion repositories you have to add new pluggin.
Detailed instruction for Subclipse installation is on page: subclipse.tigris.org/install.html.
Project import
From menu File in Eclipse execute Import. Next, highlight section Team/Team Project Set and press Next.
Enter file name tigase-server.psf in field File and press Finish.
The file is attached to this article.
Because kobit has objections to add Eclipse configuration files to subversion repository you have to do it on your own.
That's it. Start hacking now!
- Printer-friendly version
- Add new comment
- 8044 reads











See PSF file in
See PSF file in attachment.
But note, that our projects in our SVN repository doesn't have .classpath and .project files. It means that you should add project dependencies yourself.
tigase-server depends on tigase-utils and tigase-xmltools
tigase-utils depends on tigase-xmltools
Where can I find the psf
Where can I find the psf file?