Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Cannot switch hosts for remote C/C++ project build with PTP 4.0


I have a case where a remote project was created with the remote host specified as z25c2s2. z25c2 has a filesystem which is shared with a number of other systems, including z25c2s1. The remote project was created in that directory.

I am able to build the project on z25c2s2 without problems. However, I also want to build this project on z25c2s1 (z25c2s1 is AIX, z25c2s2 is Linux, although both could be Linux or both AIX)

I have remote tools connections defined to both z25c2s1 and z25c2s2. If I edit the service configuration for the remote project and cange the target connection for the build service, the build still runs on the node te project was defined for, as verified by putting a 'hostname' command in the makefile. Closing and re-opening the project results in the build still running on the original node. If I restart Eclipse, ten the build runs on the second (z25c2s1) node.

This is with the PTP 4.0.7 build.

Should I be able to use remote build in this manner were I can switch build target machines?
Dave

Back to the top