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
XML Version = "1.0" encoding = "gb2312"?> fileset> path> fileset> < / path> <
Target name = "init"> < Mkdir dir = "$ {dist.lib}" /> javac>
jar> Target> javadoc> target> javac> target>
转载请注明原文地址:https://www.9cbs.com/read-66676.html