Monday, February 28, 2005

ProTag 1.0.3

Fixed a minor bug: The verb (in the start menu) What is a LSID? did not work.

Tuesday, February 22, 2005

ProTag 1.0.2

The BiologicalNameService.proposeObject method of ProThesaurus does not throw a NullPointerException anymore, so new objects can be proposed via the Propose Object dialog. The reason for this exception was: We put log4j.jar into common/lib. This leads (under certain circumstances) to the exception. Now we put log4j.jar into WEB-INF/lib. This works :)

ProTag.Recognizers.ProKeyRecognizer.cleanText was improved. It now filters every char that is not allowed in XML (like 0xb - the so called Vertical Tab) and replaces it with a space. This was necessary because Word (if it is used as the email-editor in Outlook) inserts a vertical tab into an email if you reply to a received email.

Martin