Скачал с

https://github.com/A2K/jTessBoxEditor

там файл build.xml с таким содержанием

<?xml version="1.0" encoding="UTF-8"?>








<project name="jTessBoxEditor" default="default" basedir=".">
<description>Builds, tests, and runs the project jTessBoxEditor.</description>
<import file="nbproject/build-impl.xml"/>
<property name="version" value="1.3"/>

<target name="-post-compile">
<copy todir="${build.classes.dir}">
<fileset dir="." includes="readme*.html"/>
</copy>
</target>
<target name="-post-jar">
<move todir="./">
<fileset dir="${dist.dir}" includes="${ant.project.name}.jar" />
</move>
<delete dir="${dist.dir}/lib"/>
</target>
<target name="-post-clean">
<delete file="${ant.project.name}.jar"/>
</target>
<target name="dist" depends="clean,jar"
description="create binary and source distribution archives">
<mkdir dir="${dist.dir}"/>
<zip zipfile="${dist.dir}/${ant.project.name}-${version}-src.zip">
<zipfileset dir="." prefix="${ant.project.name}">
<exclude name="**/.*"/>
<exclude name="${dist.dir}/**"/>
<exclude name="${build.dir}/**"/>
<exclude name="doc/**"/>
<exclude name="${ant.project.name}.jar"/>
</zipfileset>
</zip>
<zip zipfile="${dist.dir}/${ant.project.name}-${version}.zip">
<zipfileset dir="." includes="*,lib/**,data/**,tools/**,samples/**,tesseract-ocr/**" prefix="${ant.project.name}"
excludes="build.xml,src,build,dist,doc,nbproject">
<exclude name="*.mf"/>
</zipfileset>
</zip>
<delete dir="${dist.dir}/lib"/>
</target>

</project>

Как им пользоваться не понятно.








 






URL записи