Source and Javadoc jar generation

前端 未结 6 1862
说谎
说谎 2020-12-09 11:38

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

6条回答
  •  执念已碎
    2020-12-09 12:07

    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.

提交回复
热议问题