From: SourceForge.net <no...@so...> - 2004-09-14 14:37:25
|
Bugs item #1027733, was opened at 2004-09-14 09:17 Message generated for change (Comment added) made by c_froehlich You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1027733&group_id=27895 Category: Import/Export Group: TMNav 0.2.8_1 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Vidar Gundersen (vidarg) Assigned to: Christoph Fröhlich (c_froehlich) Summary: unable to open topic maps in LTM format Initial Comment: I have been unable to open .ltm files with tmnav. Error and log messages are: Corrupt [path+basename].ltm: "Cannot activate TopicMapReference, because its in state StoreState (corrupted)" One of the topic maps i have tried to open was the example from an Ontopia user manual, "Jill's first topic map": http://www.ontopia.net/omnigator/docs/navigator/userguide.html#d0e1764 ---------------------------------------------------------------------- >Comment By: Christoph Fröhlich (c_froehlich) Date: 2004-09-14 16:37 Message: Logged In: YES user_id=503220 It seems to me that tm4j currently does not support the # (line) comments: The first three lines of the offending map: @"utf-8" #TOPICMAP jills-tm #INCLUDE "dc.ltmm" Changing the line comments to range comments resolved the problem: @"utf-8" /*TOPICMAP jills-tm */ /*INCLUDE "dc.ltmm"*/ bye c ---------------------------------------------------------------------- Comment By: Kal Ahmed (kal_ahmed) Date: 2004-09-14 14:33 Message: Logged In: YES user_id=176992 Passed over to Cristoph :) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=391879&aid=1027733&group_id=27895 |