MSOffice export does not include editors

Issue #1982 resolved
Stephan Doerfel created an issue

The export the MSOffice format ignores editors. This is a bug in the JabRef Version (editors are simply ignored: https://bitbucket.org/bibsonomy/jabref/src/df92cfb5bc6256322c67365054feabcf0b3e7d74/src/java/net/sf/jabref/msbib/MSBibEntry.java?at=jabref (see populateFromBibtex).

In newer JabRef Version this has been fixed: http://fossies.org/dox/JabRef-2.10-src/MSBibEntry_8java_source.html

Please update to a new Jabref.

Comments (7)

  1. Robert Jäschke

    This issue is really difficult to solve, since updating to a new JabRef version is not trivial. We did many changes to JabRef to enable it running it within BibSonomy (see https://bitbucket.org/bibsonomy/jabref). I would suggest to port the necessary changes back to our version of JabRef.

  2. Former user Account Deleted

    Fixed: I updated the files containing the fix to Jabref 2.10.

    If you still want to update to Jabref 2.10 then i would suggest to open a new Issue.

  3. Former user Account Deleted

    Seems to work fine. There's a failing Test of JabrefMSOfficeXMLRendererTest but thats simply due to the version change of MSBibEntry and the Class doesnt exist anymore in the current "JabRef-MSOfficeXML-Export"-Branch. I will also edit the POM in the Export Branch, since i need it to write a new Test.

  4. Log in to comment