随笔分类 -  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 阅读全文
posted @ 2012-02-13 14:43 microsoft_kk 阅读(1402) 评论(0) 推荐(0)
摘要:<?xml version="1.0" encoding="UTF-8"?><project name="myAnt" default="init" basedir="."> <target name="init"> </target> <target name="preprocess"> <mkdir dir="compileFile"/> </target 阅读全文
posted @ 2011-12-28 14:59 microsoft_kk 阅读(263) 评论(0) 推荐(0)