You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by Martin Beynon <mb...@soldelgroup.com> on 2019/03/26 12:04:14 UTC

.bash file copy stanza

Hi,

I am using netbeans 8.2 in the C/C++ configuration on Linux, to develop C
applications. This problem has blighted me now and again, for some time,
across different netbeans versions...

The Makefile-Debug-project.bash file grows, the 'Copy' stanza gets
repeated. It's like every time I open the project it adds another copy of
the copy stanza which just pollutes my changes. I always discard the
changes and it always adds another - just from today:

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755

cd "${TOP}"
makeDirectory "${NBTMPDIR}/vdauploader/bin"
copyFileToTmpDir "${OUTPUT_PATH}"
"${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755


I find it really annoying, how can I stop it from happening, it only
happens to some projects. I've tried deleting netbeans cache and indeed
reinstalling netbeans (clean) and still it somehow remembers and adds
multiple copies of the copy stanza.


Best Regards,

Martin