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)