我在使用ant 编译程序时出现了以下问题:BUILD FAILED
C:\Documents and Settings\Administrator\桌面\sslexplorer-1.0.0_RC17\sslexplorer\build.xml:699: The following error occurred while executing this line:
C:\Documents and Settings\Administrator\桌面\sslexplorer-1.0.0_RC17\sslexplorer-community-tunnels\build.xml:110: Unable to create directory as a file already exists with that name: C:\Documents and Settings\Administrator\桌面\sslexplorer-1.0.0_RC17\sslexplorer-community-tunnels\build\classes
错错误行是:
<ant dir="${sslexplorer.home}" target="install"/>

<ant inheritall="false" dir="${sslexplorer-community-tunnels.home}" target="release">
<property name="build.compiler" value="${build.compiler}"/>
</ant>??????????找了很久没找出原因,错因是这样的:我在ant install时,已经编译了一半机器被卡死了,动不了,我就强制关机了,结果打开机器就无法编译了,又安全重启了好几遍还是一样。