Which the way fastest to compile the sources?

I knew openfire recently and I am using.

I would like to modify it to use the MySQL database to record logs.

To make it is not problem for me, but which the way fastest to compile the sources? Eclispe? Netbeans? Command line? How are you making this?

There is a build.xml in the source, this builds all the jars and classes and exports all properties and so on.

So it should be independend from any IDE.

I’‘m using eclipse to experiment with the code, it works fine, but for building, I’'m only calling the build.xml.

Hi,

http://wiki.igniterealtime.org/display/WILDFIRE/BuildOpenfirewith+Eclipse if you want to use Eclipse. One is always using Ant but it’'s quite nice to run it in an IDE / debugger.

You may want to create a plugin to do this and leave the Openfire source at it is.

http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/source-b uild.html and http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/plugin-d ev-guide.html may also be interesting.

LG