人最大的不知道是不知道自己想要什么 >>
<< Maybe I have to transplant to Castor JDO
unzip and untar in Ant

Author Zhou Renjian Create@ 2004-11-02 17:59
whizz Note icon
    <target name="unpack.eclipse.runtime" depends="init">
        <unzip
            src="${basedir}/../eclipse.runtime/v3.0/${eclipse.file.prefix}.zip"
            dest="${temp.folder}"
        / >
        <!--untar
            src="${basedir}/../eclipse.runtime/v3.0/${eclipse.file.prefix}.tar.bz2"
            dest="${temp.folder}"
            compression="bzip2"
        / >
        <delete file="${temp.folder}/${eclipse.file.prefix}.tar" quiet="true"/-->
    </target>

本记录所在类别:
本记录相关记录: