クリーンでビルド中に次のエラーが発生しています。このエラーを回避する方法。Netbeans 7.1ベータ版ではクリーンでビルドできません
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
これは、私は、Windows 7、JDK 1.6を使用していますビルド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}">
です。以前は、Netbeans 6.9.1で同じコードをコンパイルしました。
なぜベータ版を使用しますか?最終版は約6ヶ月前にリリースされましたか? –