代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<project basedir="." default="build" name="nextapp">
<property name="debug" value="true"/>
<property name="target" value="1.5"/>
<property name="source" value="1.5"/>
<property name="encoding" value="UTF-8"/>
<property name="build.classes.dir" value="webapp/WEB-INF/classes"/>
<path id="nextapp.classpath">
<pathelement location="${build.classes.dir}"/>
<fileset dir="packages" includes="*.jar" />
<fileset dir="webapp/WEB-INF/lib" includes="*.jar" />
</path>
<target name="init">
<mkdir dir="${build.classes.dir}"/>
<copy includeemptydirs="false" todir="${build.classes.dir}">
<fileset dir="src" excludes="**/*.launch, **/*.java"/>
<fileset dir="common" excludes="**/*.launch, **/*.java"/>
</copy>
</target>
<target depends="init" name="build">
<echo message="${ant.project.name}: ${ant.file}"/>
<javac debug="${debug}" encoding="${encoding}" destdir="${build.classes.dir}" source="${source}" target="${target}">
<src path="common"/>
<src path="src"/>
<classpath refid="nextapp.classpath"/>
</javac>
</target>
<target name="clean">
<delete dir="${build.classes.dir}"/>
</target>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。