代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<project name="module_coderecommendation" default="compile.module.coderecommendation">
<dirname property="module.coderecommendation.basedir" file="${ant.file.module_coderecommendation}"/>
<property name="module.jdk.home.coderecommendation" value="${project.jdk.home}"/>
<property name="module.jdk.bin.coderecommendation" value="${project.jdk.bin}"/>
<property name="module.jdk.classpath.coderecommendation" value="${project.jdk.classpath}"/>
<property name="compiler.args.coderecommendation" value="-encoding UTF-8 -source 8 -target 1.8 ${compiler.args}"/>
<property name="coderecommendation.output.dir" value="${module.coderecommendation.basedir}/out/production/CodeRecommendation"/>
<property name="coderecommendation.testoutput.dir" value="${module.coderecommendation.basedir}/out/test/CodeRecommendation"/>
<path id="coderecommendation.module.bootclasspath">
<!-- Paths to be included in compilation bootclasspath -->
</path>
<path id="coderecommendation.module.production.classpath">
<path refid="${module.jdk.classpath.coderecommendation}"/>
</path>
<path id="coderecommendation.runtime.production.module.classpath">
<pathelement location="${coderecommendation.output.dir}"/>
</path>
<path id="coderecommendation.module.classpath">
<path refid="${module.jdk.classpath.coderecommendation}"/>
<pathelement location="${coderecommendation.output.dir}"/>
</path>
<path id="coderecommendation.runtime.module.classpath">
<pathelement location="${coderecommendation.testoutput.dir}"/>
<pathelement location="${coderecommendation.output.dir}"/>
</path>
<patternset id="excluded.from.module.coderecommendation">
<patternset refid="ignored.files"/>
</patternset>
<patternset id="excluded.from.compilation.coderecommendation">
<patternset refid="compiler.excluded"/>
<patternset refid="excluded.from.module.coderecommendation"/>
</patternset>
<target name="compile.module.coderecommendation" depends="compile.module.coderecommendation.production,compile.module.coderecommendation.tests" description="Compile module CodeRecommendation"/>
<target name="compile.module.coderecommendation.production" depends="register.custom.compilers" description="Compile module CodeRecommendation; production classes"/>
<target name="compile.module.coderecommendation.tests" depends="register.custom.compilers,compile.module.coderecommendation.production" description="compile module CodeRecommendation; test classes" unless="skip.tests"/>
<target name="clean.module.coderecommendation" description="cleanup module">
<delete dir="${coderecommendation.output.dir}"/>
<delete dir="${coderecommendation.testoutput.dir}"/>
</target>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。