随笔分类 - Ant
ant的使用
摘要:<!-- path of the web source files --><property name="webapp.path" value="." /><!-- build output name --><property name="output_war" value="myapp.war" /><!-- paths to the Tomcat JSP compiler --><property name="catalina.home
阅读全文
摘要:<?xml version="1.0" encoding="UTF-8"?><project name="myAnt" default="init" basedir="."> <target name="init"> </target> <target name="preprocess"> <mkdir dir="compileFile"/> </target
阅读全文
浙公网安备 33010602011771号