Use ant to compile, run JUnit, and check the encoding

xiaoxiao2021-03-06  42

In Java development, Ant provides us with a very powerful project build feature. In daily development, the most common function is: compile, package, run JUnit TestCase, check the coding specification. A ANT template file for these most frequently used functions is given here. Ha ha

< / path> <

Target name = "init"> < Mkdir dir = "$ {dist.lib}" />

转载请注明原文地址:https://www.9cbs.com/read-66676.html


New Post(0)