Tomcat 7 源码编译报错
小弟今天从tomcat官网下载下来源码,通过SVN检出的方式导入到eclipse,构建build.xml的时候报错无法编译过,小弟贴出错误日志:
D:\Project\Spring\Tomcat7\build.xml:2423: The following error occurred while executing this line:
D:\Project\Spring\Tomcat7\build.xml:2587: the archive file.tar.gz doesn't exist
查看build.xml
中这两行的内容如下:
<antcall target="downloadgz-2">
<gunzip src="${base.path}/file.tar.gz" dest="${base.path}/file.tar"/>
各位可帮忙给看下,小弟尝试在 base.path 下建立 file.tar.gz,目录但还是不行啊。