Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm using the latest Netbeans 7.2RC2 with the latest C/C++ plugin.
There is a VMWare guest with Ubuntu 12.10 sitting inside which would act as a build server.
Everything went well until some point where Netbeans decided it won't push new files to the server.

Now... nothing changed. As far as I can tell.
The user and password is the same, everything unchanged.
Yet NetBeans is re-compiling the same old files again and again (I'm getting the old errors.)

What could be the problem?
It certainly looks like Netbeans is connecting to the VM, yet there are no changes in the output...

Copying project files to /home/x/.netbeans/remote/192.168.48.132/john-7pc-Windows-x86_64/ at x@192.168.48.132
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory `/home/x/.netbeans/remote/192.168.48.132/john-7pc-Windows-x86_64/C/Users/John/Documents/NetBeansProjects/CppApplication_2'
"/usr/bin/make"  -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux-x86/cppapplication_2
make[2]: Entering directory `/home/x/.netbeans/remote/192.168.48.132/john-7pc-Windows-x86_64/C/Users/John/Documents/NetBeansProjects/CppApplication_2'
make[2]: `dist/Debug/GNU-Linux-x86/cppapplication_2' is up to date.
make[2]: Leaving directory `/home/x/.netbeans/remote/192.168.48.132/john-7pc-Windows-x86_64/C/Users/John/Documents/NetBeansProjects/CppApplication_2'
make[1]: Leaving directory `/home/x/.netbeans/remote/192.168.48.132/john-7pc-Windows-x86_64/C/Users/John/Documents/NetBeansProjects/CppApplication_2'


BUILD SUCCESSFUL (total time: 2s)
share|improve this question
Note: Deleting the .netbeans folder works. For once. Then again, NB won't push the new files. – Shiki Feb 11 at 17:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.