Can RTC compare *.docx file using word compare?
Jia Jia Li (805●8●157●192)
| asked Jul 09 '13, 7:38 a.m.
edited Oct 03 '13, 9:54 a.m. by Krzysztof Kaźmierczyk (7.5k●4●80●103)
I can compare *.doc file as word compare, but when compare *.docx, the compare tool show as binary compare, it is not readable.
Anyone know could RTC compare *.docx file using word compare?
|
5 answers
Krzysztof Kaźmierczyk (7.5k●4●80●103)
| answered Oct 03 '13, 9:54 a.m.
edited Oct 03 '13, 10:03 a.m.
Hi Jia,
It seems to be available since Eclipse 3.7 and 4.2: This is Eclipse defect implementing this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=343241 Let us know if it helps you. |
Ralph Schoon (63.5k●3●36●46)
| answered Jul 09 '13, 7:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I am not aware of any automation that would do this. As far as I can tell these files are treated with binaries. You should lock the file on the stream if you want to edit it. That is the model my team uses.
If you find an external compare tool that you can use with RTC you might have a chance. |
Geoffrey Clemm (30.1k●3●30●35)
| answered Jul 10 '13, 5:52 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
When you say "RTC compare", which RTC client are you referring to?
If you are referring to the Eclipse client, this is actually an Eclipse question, rather than an RTC question (RTC by default invokes whatever is declared for the Eclipse compare machinery). To see what file types will invoke the Eclipse word compare machinery, go to your General->Content_Types preference page, and see what file types are under "Word Document". In my Eclipse 4.2 client, I see both "*.doc" and "*.docx", and files of either type compare properly for me (i.e. use the Word compare machinery) when I invoke the RTC "compare" operation on two different versions. |
We use Eclipse 3.6 and face the same problem when diff'ing docx files. Hex dump is presented in Eclipse. We use instead the RTC 4.0.7 Windows Explorer Shell Integration and configure BeyondCompare to handle the diff. Beyond Compare extracts text from word documents and presents a diff window in for the text.
|
On Eclipse 3.6, you can add the .docx content type manually to the Word Document type that Geoff indicated above (i.e. duplicate the way Eclipse 4.2 is configured out of the box).
|
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.