Commit ce40cb4f by zhangyu

build

parent e66fe48e
......@@ -2,7 +2,7 @@
<project name="manage" default="deploy" basedir=".">
<property environment="env" />
<property name="webapp.name" value="manage" />
<property name="catalina.home" value="/data/apache-tomcat-8.5.42" />
<property name="catalina.home" value="C:\leiyu\Tomcat\apache-tomcat-8.5.24" />
<property name="dist.dir" value="${basedir}/dist" />
<property name="WebContent.dir" value="${basedir}/WebContent" />
<property name="src.dir" value="${basedir}/src" />
......@@ -68,7 +68,7 @@
<compilerarg line="-Xlint:unchecked" />
<!-- <classpath refid="project.classpath" /> -->
</javac>
<copy todir="${build.dir}">
<copy todir="${build.dir}/classes">
<fileset dir="${src.dir}">
<include name="**/*.xml" />
<include name="**/*.properties" />
......@@ -85,18 +85,12 @@
<include name="**/*.sql" />
</fileset>
</copy>
<copy todir="${build.dir}">
<fileset dir="${resources.dir}">
<include name="**/*.xml" />
<include name="**/*.properties" />
<include name="**/*.sql" />
<!-- <copy todir="${build.classes}/com/telegnosis/iframework/credit/dao">
<fileset dir="${src}/com/telegnosis/iframework/credit/dao">
<include name="*.xml"/>
</fileset>
<fileset dir="${cache.dir}">
<include name="**/*.xml" />
<include name="**/*.properties" />
<include name="**/*.sql" />
</fileset>
</copy>
</copy>-->
<echo message="end compile..." />
</target>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment