Compiling weka
There are several ways of compiling the Weka source code:
- with ant
takes care of compiling all the necessary classes and easily generates jar archives
- with maven
similar to ant
- with an IDE, like IntelliJ IDEA, Eclipse or NetBeans
can be very helpful for debugging tricky bugs