RTC and FreeBSD?
I know FreeBSD is not on the approved platform list for RTC but do we have any idea if it would work? Has anyone tried it? I have a client that needs RTC to work on FreeBSD as that is one of their development environments.
Specifically the client. Thanks Andy |
2 answers
Alex Fitzpatrick (558●3●8●16)
| answered Oct 04 '12, 11:15 a.m.
JAZZ DEVELOPER edited Oct 04 '12, 2:18 p.m.
As Chris points out, FreeBSD is not a supported platform for RTC. In fact it's not even a supported platform for Eclipse on which the RTC client is built. This is somewhat problematic given that Eclipse UI is built with SWT which is a JNI for native UI widgets. In brief, no SWT, no Eclipse, no RTC. (Furthermore, on most systems, SWT uses GTK as it's native widget library, so no GTK, no SWT etc.)
However, it is open source and the FreeBSD has it's own packaging for eclipse If you use the FreeBSD package, which by default gives you 3.6.2 it is then possible to use the p2 installer zip for RTC.
My steps were:
Update:
From one-on-one discussion with Chris it seems that there are a handful of SCM operation that need native library support that will not work on an unsupported platform:
So you would be in an unsupported world with some missing functionality. I was able to verify that a some normal user workflows are functional: share project, create checkin and deliver changes, work item creation, association of work item with changes, resolution of work items.
It might be easier to support your client on Linux, possibly in a virtual machine.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.