Automatically generating source and doc jars in Netbeans

后端 未结 3 1171
广开言路
广开言路 2020-12-31 09:17

Is there a way to automatically generate source and javadoc jars in Netbeans? Ideally I would like to place jars of my source and JavaDoc in the dist folder each time i buil

3条回答
  •  隐瞒了意图╮
    2020-12-31 09:52

    Here is what I personally add to my ant files (build.xml) :

    
      
    
    
      
    
    

    With Netbeans call these targets manually, or you can use hook targets :

    
    

提交回复
热议问题