无法清理和构建Netbeans 7.1 Beta

时间:2012-02-22 13:45:27

标签: java netbeans-7

在做干净和构建时,我遇到了以下错误。如何避免此错误。

Copying 1 file to E:\NIRAJ\Copyofcopyexample\build
E:\NIRAJ\Copyofcopyexample\nbproject\build-impl.xml:716: The following error occurred while executing this line:
E:\NIRAJ\Copyofcopyexample\nbproject\build-impl.xml:544: copylibs doesn't support the "rebase" attribute

这是 build-impl.xml

<copylibs compress="${jar.compress}" index="${jar.index}" indexMetaInf="${jar.index.metainf}" jarfile="${dist.jar}" manifest="@{manifest}" rebase="${copylibs.rebase}" runtimeclasspath="${run.classpath.without.build.classes.dir}">

我使用的是Windows 7,jdk 1.6。以前我用Netbeans 6.9.1编译了相同的代码

2 个答案:

答案 0 :(得分:9)

尝试从build-impl.xml文件中删除 rebase =“$ {copylibs.rebase}”条目。

答案 1 :(得分:0)

如果您使用的是Netbeans IDE,一个简单的解决方案是rebase="${copylibs.rebase}",将引用的文件移动到原始包中,然后构建项目。重新制作文件中的实例并使用修复导入。