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

zhaozj2021-02-16  43

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

Ube bun (james.hu@chinacodeline.com)

Xi'an Software Co., Ltd.

January 2004

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-24845.html


New Post(0)