How can I include a folder into the dist JAR as part of the build process using Netbeans?

后端 未结 2 757
夕颜
夕颜 2021-01-19 10:21

I\'m using Netbeans 6.9 , and I have looked into editing the build.xml file so that I can include directories and files in the jar file that results from building the projec

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-19 11:05

    http://ant.apache.org/manual/Tasks/copydir.html

      
    
      
    
      
      
    

    http://ant.apache.org/manual/Tasks/jar.html

    
    

提交回复
热议问题