代码拉取完成,页面将自动刷新
同步操作将从 Angus/es_data_export 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?xml version="1.0" encoding="UTF-8"?>
<project name="es_data_export" default="copyAll" basedir=".">
<property name="build" value="build" />
<property name="target" value="target" />
<property name="word" value="docs/V1.0"/>
<property name="routine" value="build"/>
<target name="clean">
<delete dir="${target}" />
<delete dir="${build}" />
<delete dir="${routine}" />
<delete dir="${script}" />
</target>
<target name="create-path" depends="clean">
<mkdir dir="${build}" />
</target>
<target name="mvn_package" depends="create-path">
<exec executable="cmd" failonerror="true">
<arg line="/c mvn clean package" />
</exec>
</target>
<target name="copyAll" depends="mvn_package">
<copy todir="${routine}" file="${target}/es_data_export.jar"></copy>
<copy todir="${routine}" file="global.properties"></copy>
<copy todir="${routine}" file="logback.xml"></copy>
<copy todir="${routine}" file="run.sh"></copy>
<copy todir="${routine}" file="stop.sh"></copy>
</target>
<!--文件打包-->
<target name="zip" depends="copyAll">
<zip destfile="build/${jar_version}.zip" basedir="${build}" excludes=".svn"/>
</target>
<target name="cleanFiles" depends="zip">
<delete dir="${build}/${jar_version}" />
</target>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。