I am looking for a solution for a remote development environment as follows: Editor - Windows Source Insight / Visual Studio Source control - Clearcase Build server - Linux The above can't be modified.
In my current setup, I can view and edit the sources on Windows using a Windows Cleacase client. My problem is mainly the build (and the later on, the debug) process. I need to invoke 'make' from Windows on a specific Clearcase view on the Linux Server. I can login in a separate process using SSH to the Linux server and run 'make', but it is a cumbersome procedure. I am also unable to view the 'make' results and double-lick them to go to the specific warning/errors.
Is there any way to remotely bind a Windows command/batch to a Linux environment? Perhaps through SSH? Thank you for any suggestion you might have.