I think my question is easy. However it is surprising that I couldn\'t find any easy solution.
I\'m developing an open source Java library project on Netbeans and l
With ant you can easily generate your javadoc, compile, create jars and zip-file. It's better than do it in netbeans, because if someone want to contribute he could do it with his preferred IDE.