RTC - AIX Client support
![]()
AIX is supported as a server for CLM (my interest is purely RTC) but does not appear on the list for clients. The customer wants to use the client on AIX too (Eclipse). Is this supported or will it be supported soon ?
Last time this was asked on Jazz.net was January, 2010 so have the plans changed since then ? |
3 answers
![]()
The RTC eclipse client is not currently supported on AIX (as of CLM 4.0). I'm not sure if/when it will be supported.
However, there is support for the SCM command-line client on AIX. There is an article that goes over some basic usage: https://jazz.net/library/article/620 As well, there are articles on how to use it in conjunction with an IDE (in this case Xcode on Mac OS X): https://jazz.net/library/article/979/ https://jazz.net/library/article/980 https://jazz.net/library/article/981 Eclipse doesn't support listening for changes on the file system on AIX made by the CLI. It will be important to refresh the projects in your workspace after invoking commands that could make changes to the files. This can be done by right-clicking on projects in your workspace and choosing "Refresh" or hitting the F5 key. |
![]()
Thanks Chris,
I got into that muddle when using the command line and Eclipse on the same workspace on a single machine. I take the point and will be careful over that. Mark |