You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
(30) |
May
(4) |
Jun
(19) |
Jul
(36) |
Aug
(21) |
Sep
(10) |
Oct
(18) |
Nov
(43) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(5) |
Feb
(18) |
Mar
(6) |
Apr
|
May
|
Jun
(6) |
Jul
(21) |
Aug
(47) |
Sep
(3) |
Oct
|
Nov
(5) |
Dec
|
2010 |
Jan
(8) |
Feb
|
Mar
(5) |
Apr
(2) |
May
|
Jun
(14) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(4) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
From: Lars H. <he...@se...> - 2009-03-05 19:49:33
|
Hi all, I added an experimental CTM topic map writer which supports the current CTM draft. The structure of the generated representation is similar to the one created by the LTM serializer of the OKS: * Ontology (topic types, occurrence types etc.) * Instances (topics, associations) Even if the writer is not finished (string escape, supertype-subtype via "ako" etc are missing), you may want to give it a try. I ran the writer against the CTM CXTM test suite and it worked so far. I have some more ideas like automatically generated templates etc., but these have to wait a bit. Feedback appreciated. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-26 16:29:06
|
Hi all, I won't release tinytim.mio this week. I'll finish the CTM draft first. And I won't announce updates the to ctm-working draft version here. If you want to be informed about the CTM lib updates, you can subscribe to the to commits mailinglist [1]. [1] <https://sourceforge.net/mailarchive/forum.php?forum_name=tinytim-commits> Best regards, Lars -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2009-02-26 15:56:19
|
Bugs item #2561306, was opened at 2009-02-03 17:37 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2561306&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: tinyTiM 2.x Status: Open Resolution: None >Priority: 9 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Move TinyTimMapInputHandler to the core Initial Comment: Move class TinyTimMapInputHandler to the "core" project. The package ".mio" should be kept. Since the TinyTimMapInputHandler must be changed if the tinyTiM's API changes it belongs more to the core project rather than to the mio subproject. The package name should be kept. Disadvantage: We'd introduce a compile time dependency to the semagia-mio-core package. Seems to be acceptable ---------------------------------------------------------------------- >Comment By: Lars Heuer (lheuer) Date: 2009-02-26 16:56 Message: Incremented priority, at least the 1.5 version of tinyTiM should contain the TinyTimMapInputHandler in the core in the next release ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2561306&group_id=102341 |
From: Lars H. <he...@se...> - 2009-02-25 14:11:05
|
[...] > I updated the JSON Topic Maps Reader / Writer. They implement the JTM > 1.0 [1] spec. Although it seems that the "id" property will be removed > from the JTM specification, the Reader accepts it and translates it > into an item identifier. The Writer does not use the "id" property at Okay, yesterday "id" was removed from the JTM specification. I updated the semagia-mio-jtm lib and it rejects now topics with "id" properties. Further, I implemented my own JSON Parser which parses only the the subset of JSON which is needed for JTM. This will make those users happy who claimed that the older lib exceeds their available disk space: The size was reduced from 120kB to 12kB. :) Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-24 14:17:10
|
[...] > If nobody objects, I'll move to Java 6 as compiler. The binaries will > be Java 5 compatible but compiling tinyTiM and its subprojects will > require a JDK >= 6. Note that the current .mio trunk requires a Java 6 JDK already (to compile it, not to run it). The engine itself will move to Java 6 as well. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-24 14:05:04
|
Hi all, I updated the JSON Topic Maps Reader / Writer. They implement the JTM 1.0 [1] spec. Although it seems that the "id" property will be removed from the JTM specification, the Reader accepts it and translates it into an item identifier. The Writer does not use the "id" property at all. The reader has been verified against the (too few) CXTM tests [2]. You need the "semagia-mio-jtm-0.9.3.jar" in you classpath if you want to use the reader, the writer has no external dependencies. Anyway, I'll try to put a release together asap. [1] <http://www.cerny-online.com/jtm/1.0/> [2] <http://cxtm-tests.cvs.sourceforge.net/viewvc/cxtm-tests/cxtm-tests/jtm/> Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-20 14:11:18
|
Hi all, If nobody objects, I'll move to Java 6 as compiler. The binaries will be Java 5 compatible but compiling tinyTiM and its subprojects will require a JDK >= 6. If someone wants to prevent that move, please describe your reasons. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-20 13:26:55
|
Hi all, The "semagia-mio-xtm-0.9.3.jar" contains a bug which ignores the validation of XTM instances in some cases. Funnily, validation with the generic XTMTopicMapReader works but not with the specialised XTM(10|20)TopicMapReaders. I replaced the above mentioned lib with "semagia-mio-xtm-0.9.3-sp1.jar" (SVN rev. 265) and the validation of XTM instances works now with all XTM*Readers. Note that validation is disabled by default (for performance reasons) and if you want to validate the XTM sources you need the "jing.jar" in your classpath. If you enable validation explicitly XTM20TopicMapReader reader = new XTM20TopicMapReader(....); reader.setValidation(true); reader.read(); the source is automatically validated against a RELAX-NG schema. BTW, the TMXMLTopicMapReader has a similar feature. If time permits, I'll make a SP1 release of tinyTiM MIO 2.0.0a4 / 1.5.0b2 this weekend. For the time being you can fetch the lib from the SVN (do not forget to delete "semagia-mio-xtm-0.9.3.jar" from your classpath). Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-19 14:50:32
|
Hi all, if you use one of the CTM libs you should update the "semagia-mio-snello-0.9.3.jar" which is needed for the CTM libs. The version distributed with release 2.0.0a4 and 1.5.0b2 contains a bug which may result in a ClassCastException if your CTM files contain templates with a variable as variant / occurrence value and an IRI should be assigned to the variable. The SVN rev. 263 provides the updated lib. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-17 16:11:41
|
[...] > tinyTiM's repository is now polluted with several CTM versions ;) I > added another one "semagia-mio-ctm-0.9.3-working-draft-2009-02-18.jar" > which implements the next CTM syntax draft. That version will be [...] You can either use the libs together with the 2.0.0a4 release (tinyTiM and tinyTiM MIO) or with the current snapshot in the SVN. Note that you should have at max. one semagia-mio-ctm-* lib in the classpath. You can use all libs together with the CTMReader which is part of the SVN and the above mentioned release. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-17 13:53:31
|
Hi all, tinyTiM's repository is now polluted with several CTM versions ;) I added another one "semagia-mio-ctm-0.9.3-working-draft-2009-02-18.jar" which implements the next CTM syntax draft. That version will be similar to the one published at [1], that means: You need semicolons inside topic-blocks but statements are not terminated with a semicolon outside of a topic block. Example: %prefix b http://psi.example.org/ b:john isa person; - "John". member-of(member: b:john, group: The-Beatles) If you don't have to be backwards compatible, you should use the "semagia-mio-ctm-0.9.3-working-draft-2009-02-18.jar". I think you can update from "semagia-mio-ctm-draft-2008-05-15-0.9.3.jar" to the above mentioned lib without any difficulties. If you want to be compatible to the CTM implementation of the OKS [2], you should use "semagia-mio-ctm-0.9.3-working-draft-2009-02-12.jar". This is the semicolon-polluted version of CTM, c.f. [3]. In case you're confused now, don't hesitate to ask questions. :) [1] <http://www.isotopicmaps.org/ctm/> [2] <http://topicmaps.bouvet.no/blog/2009/02/16/oks-405-released/> [3] <http://sourceforge.net/mailarchive/forum.php?thread_name=1082669435.20090213141831%40semagia.com&forum_name=tinytim-discuss> Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-17 13:41:33
|
[...] > Anyway, the lib passes all CXTM tests [1] aside from the test where > a Unicode escape sequence of 6 hex-digits occurs. The lib expects 9 > hex-digits which is wrong. I'll fix it soon. Fixed in rev. 262 Best regards, Lars -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2009-02-13 13:29:43
|
Bugs item #2540490, was opened at 2009-01-27 15:16 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: I/O Group: tinyTiM 2.x >Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Stefan Kesberg (skesberg) Assigned to: Lars Heuer (lheuer) Summary: Using QName in isa/ako throws syntax error Initial Comment: Trying to import the following CTM using console throws syntax error. %prefix p http://example.org/ person p:person . alf_kaz isa p:person . # --> doesn't work # isa person . --> works Error: syntax error, expecting IDENT VARIABLE WILDCARD NAMED_WILDCARD EQ CIRCUMFLEX STRING IRI INTEGER DECIMAL DATE DATE_TIME Exception in thread "main" org.tmapi.core.TMAPIRuntimeException: com.semagia.mio.MIOException: irrecoverable syntax error at org.tinytim.mio.AbstractTopicMapReader.read(Unknown Source) at org.tinytim.mio.CTMTopicMapReader.read(Unknown Source) at Console._importSource(Console.java:247) at Console.access$4(Console.java:230) at Console$ReadCommand.execute(Console.java:398) at Console._executeCommand(Console.java:155) at Console.start(Console.java:122) at Console.main(Console.java:79) Caused by: com.semagia.mio.MIOException: irrecoverable syntax error at com.semagia.mio.ctm.parser.CTMParser.parse(Unknown Source) at com.semagia.mio.ctm.CTMDeserializer.doParse(Unknown Source) at com.semagia.mio.base.AbstractDeserializer.parse(Unknown Source) ... 8 more ---------------------------------------------------------------------- >Comment By: Lars Heuer (lheuer) Date: 2009-02-13 14:29 Message: Fixed in rev 261 for "semagia-mio-ctm-0.9.3-working-draft-2009-02-12.jar". Won't fix for "semagia-mio-ctm-working-draft-2008-11-19-0.9.3.jar" ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2009-01-28 14:38 Message: Fixed for the semagia-mio-ctm-draft-2008-05-15-0.9.3.jar, still open for the working-draft version ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 |
From: Lars H. <he...@se...> - 2009-02-13 13:17:52
|
Hi all, I added a new CTM lib to the SVN: "semagia-mio-ctm-0.9.3-working-draft-2009-02-12.jar". This lib reflects the current state of CTM. That means: You need a lot of semicolons and the semicolon after the main identity is not allowed anymore: %prefix b http://psi.example.org/ ; # Semicolon b:john isa person; # No semicolon after b:john - "John". member-of(member: b:john, group: The-Beatles); # Semicolon If you've followed the discussions in the ISO mailinglist you may know that this CTM implementation will likely change again. Anyway, the lib passes all CXTM tests [1] aside from the test where a Unicode escape sequence of 6 hex-digits occurs. The lib expects 9 hex-digits which is wrong. I'll fix it soon. Anyway, you should put at max. one CTM lib in your classpath. I'd prefer either the one I added today or the "semagia-mio-ctm-draft-2008-05-15-0.9.3.jar" lib since it reflects the state of the draft which is available at [2]. [1] <http://cxtm-tests.cvs.sourceforge.net/viewvc/cxtm-tests/cxtm-tests/ctm/> [2] <http://www.isotopicmaps.org/ctm/> Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2009-02-10 16:48:03
|
Hi all, I came to the conclusion that it might be difficult to implement such a utility which covers all needs, so I think that the copy-algorithm should be configurable. Maybe I'd provide a builder to create a configuration that can be passed to a TopicCopyUtility (or something like that) and the user can decide if she wants to follow associations and which types should be included etc. Markus Überall provided a paper from Thomas Schwotzer that might be helpful for implementing such a utility class based on a strategy pattern. Anyway since the input for this issue was low (zero) I don't assign a high priority to this task. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2009-02-03 16:37:45
|
Bugs item #2561306, was opened at 2009-02-03 17:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2561306&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: tinyTiM 2.x Status: Open Resolution: None Priority: 2 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Move TinyTimMapInputHandler to the core Initial Comment: Move class TinyTimMapInputHandler to the "core" project. The package ".mio" should be kept. Since the TinyTimMapInputHandler must be changed if the tinyTiM's API changes it belongs more to the core project rather than to the mio subproject. The package name should be kept. Disadvantage: We'd introduce a compile time dependency to the semagia-mio-core package. Seems to be acceptable ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2561306&group_id=102341 |
From: SourceForge.net <no...@so...> - 2009-02-03 13:40:11
|
Bugs item #2560821, was opened at 2009-02-03 14:38 Message generated for change (Settings changed) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2560821&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: I/O Group: tinyTiM 2.x >Status: Closed >Resolution: Fixed Priority: 7 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: XTM 1.0 serializer uses wrong element for type Initial Comment: The XTM 1.0 exporter uses <type/> for the serialization of the type of a typed construct (i.e. occurrence, assoc). This produces invalid XTM 1.0 files. Must be <instanceOf/> ---------------------------------------------------------------------- >Comment By: Lars Heuer (lheuer) Date: 2009-02-03 14:40 Message: Fixed in SVN rev.258 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2560821&group_id=102341 |
From: SourceForge.net <no...@so...> - 2009-02-03 13:38:58
|
Bugs item #2560821, was opened at 2009-02-03 14:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2560821&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: I/O Group: tinyTiM 2.x Status: Open Resolution: None Priority: 7 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: XTM 1.0 serializer uses wrong element for type Initial Comment: The XTM 1.0 exporter uses <type/> for the serialization of the type of a typed construct (i.e. occurrence, assoc). This produces invalid XTM 1.0 files. Must be <instanceOf/> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2560821&group_id=102341 |
From: Lars H. <he...@se...> - 2009-02-02 17:12:34
|
Hi all, Currently I discuss with another user the use case where at least one topic should be copied from one topic map to another. Neither TMAPI nor tinyTiM provides such a functionality. If one or a set of topics is copied from one topic map to another does not matter, the question is which information should be copied? Let's assume one topic should be copied; I think at least the following information should be copied: - The topic itself incl. its subject identifiers, subject locators, and item identifiers - The occurrences of the topic - The names of the topic - All associations (includes the type and the other role players and types) where the topic plays a role That's the minimum set, I think, maybe a reified construct should be copied as well (incl. the parent, if it's a name, an occurrence or role or a (heaven forbid!) variant). That sounds very easy at first sight, but what's about the associations the "other" topics play? Let's assume we copy a topic B which plays a role in the same association as the topic A which we want to copy. Topic B is of course added to the other topic map, but what's about the other roles topic B plays? Do we should copy the associations as well? If we do not copy, for example, the type-instance relationships of topic B we may lose information. Is this acceptable? Otherwise the copy algorithm would pretty much the same as the fragment creation algorithm described here: <http://www.egovpt.org/fg/CWA_Part_1b#head-ceec82ba78203210581a1a3fb5d667effe1d19a3> So, tinyTiM-users, what do you think? Would such a copy utility a useful addition to tinyTiM? And if it would be a useful addition which information should be copied, which information should the algorithm ignore? Best regards, Lars -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2009-01-28 13:39:38
|
Bugs item #2540490, was opened at 2009-01-27 15:16 Message generated for change (Settings changed) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: I/O Group: tinyTiM 2.x Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: Stefan Kesberg (skesberg) >Assigned to: Lars Heuer (lheuer) Summary: Using QName in isa/ako throws syntax error Initial Comment: Trying to import the following CTM using console throws syntax error. %prefix p http://example.org/ person p:person . alf_kaz isa p:person . # --> doesn't work # isa person . --> works Error: syntax error, expecting IDENT VARIABLE WILDCARD NAMED_WILDCARD EQ CIRCUMFLEX STRING IRI INTEGER DECIMAL DATE DATE_TIME Exception in thread "main" org.tmapi.core.TMAPIRuntimeException: com.semagia.mio.MIOException: irrecoverable syntax error at org.tinytim.mio.AbstractTopicMapReader.read(Unknown Source) at org.tinytim.mio.CTMTopicMapReader.read(Unknown Source) at Console._importSource(Console.java:247) at Console.access$4(Console.java:230) at Console$ReadCommand.execute(Console.java:398) at Console._executeCommand(Console.java:155) at Console.start(Console.java:122) at Console.main(Console.java:79) Caused by: com.semagia.mio.MIOException: irrecoverable syntax error at com.semagia.mio.ctm.parser.CTMParser.parse(Unknown Source) at com.semagia.mio.ctm.CTMDeserializer.doParse(Unknown Source) at com.semagia.mio.base.AbstractDeserializer.parse(Unknown Source) ... 8 more ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2009-01-28 14:38 Message: Fixed for the semagia-mio-ctm-draft-2008-05-15-0.9.3.jar, still open for the working-draft version ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 |
From: SourceForge.net <no...@so...> - 2009-01-28 13:39:06
|
Bugs item #2540490, was opened at 2009-01-27 15:16 Message generated for change (Settings changed) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: I/O Group: tinyTiM 2.x Status: Open Resolution: Fixed Priority: 5 Private: No Submitted By: Stefan Kesberg (skesberg) Assigned to: Nobody/Anonymous (nobody) >Summary: Using QName in isa/ako throws syntax error Initial Comment: Trying to import the following CTM using console throws syntax error. %prefix p http://example.org/ person p:person . alf_kaz isa p:person . # --> doesn't work # isa person . --> works Error: syntax error, expecting IDENT VARIABLE WILDCARD NAMED_WILDCARD EQ CIRCUMFLEX STRING IRI INTEGER DECIMAL DATE DATE_TIME Exception in thread "main" org.tmapi.core.TMAPIRuntimeException: com.semagia.mio.MIOException: irrecoverable syntax error at org.tinytim.mio.AbstractTopicMapReader.read(Unknown Source) at org.tinytim.mio.CTMTopicMapReader.read(Unknown Source) at Console._importSource(Console.java:247) at Console.access$4(Console.java:230) at Console$ReadCommand.execute(Console.java:398) at Console._executeCommand(Console.java:155) at Console.start(Console.java:122) at Console.main(Console.java:79) Caused by: com.semagia.mio.MIOException: irrecoverable syntax error at com.semagia.mio.ctm.parser.CTMParser.parse(Unknown Source) at com.semagia.mio.ctm.CTMDeserializer.doParse(Unknown Source) at com.semagia.mio.base.AbstractDeserializer.parse(Unknown Source) ... 8 more ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2009-01-28 14:38 Message: Fixed for the semagia-mio-ctm-draft-2008-05-15-0.9.3.jar, still open for the working-draft version ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 |
From: SourceForge.net <no...@so...> - 2009-01-28 13:38:46
|
Bugs item #2540490, was opened at 2009-01-27 15:16 Message generated for change (Settings changed) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: I/O Group: tinyTiM 2.x Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Stefan Kesberg (skesberg) Assigned to: Nobody/Anonymous (nobody) Summary: Using QName in association throws syntax error Initial Comment: Trying to import the following CTM using console throws syntax error. %prefix p http://example.org/ person p:person . alf_kaz isa p:person . # --> doesn't work # isa person . --> works Error: syntax error, expecting IDENT VARIABLE WILDCARD NAMED_WILDCARD EQ CIRCUMFLEX STRING IRI INTEGER DECIMAL DATE DATE_TIME Exception in thread "main" org.tmapi.core.TMAPIRuntimeException: com.semagia.mio.MIOException: irrecoverable syntax error at org.tinytim.mio.AbstractTopicMapReader.read(Unknown Source) at org.tinytim.mio.CTMTopicMapReader.read(Unknown Source) at Console._importSource(Console.java:247) at Console.access$4(Console.java:230) at Console$ReadCommand.execute(Console.java:398) at Console._executeCommand(Console.java:155) at Console.start(Console.java:122) at Console.main(Console.java:79) Caused by: com.semagia.mio.MIOException: irrecoverable syntax error at com.semagia.mio.ctm.parser.CTMParser.parse(Unknown Source) at com.semagia.mio.ctm.CTMDeserializer.doParse(Unknown Source) at com.semagia.mio.base.AbstractDeserializer.parse(Unknown Source) ... 8 more ---------------------------------------------------------------------- >Comment By: Lars Heuer (lheuer) Date: 2009-01-28 14:38 Message: Fixed for the semagia-mio-ctm-draft-2008-05-15-0.9.3.jar, still open for the working-draft version ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 |
From: SourceForge.net <no...@so...> - 2009-01-27 14:16:41
|
Bugs item #2540490, was opened at 2009-01-27 15:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: I/O Group: tinyTiM 2.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Stefan Kesberg (skesberg) Assigned to: Nobody/Anonymous (nobody) Summary: Using QName in association throws syntax error Initial Comment: Trying to import the following CTM using console throws syntax error. %prefix p http://example.org/ person p:person . alf_kaz isa p:person . # --> doesn't work # isa person . --> works Error: syntax error, expecting IDENT VARIABLE WILDCARD NAMED_WILDCARD EQ CIRCUMFLEX STRING IRI INTEGER DECIMAL DATE DATE_TIME Exception in thread "main" org.tmapi.core.TMAPIRuntimeException: com.semagia.mio.MIOException: irrecoverable syntax error at org.tinytim.mio.AbstractTopicMapReader.read(Unknown Source) at org.tinytim.mio.CTMTopicMapReader.read(Unknown Source) at Console._importSource(Console.java:247) at Console.access$4(Console.java:230) at Console$ReadCommand.execute(Console.java:398) at Console._executeCommand(Console.java:155) at Console.start(Console.java:122) at Console.main(Console.java:79) Caused by: com.semagia.mio.MIOException: irrecoverable syntax error at com.semagia.mio.ctm.parser.CTMParser.parse(Unknown Source) at com.semagia.mio.ctm.CTMDeserializer.doParse(Unknown Source) at com.semagia.mio.base.AbstractDeserializer.parse(Unknown Source) ... 8 more ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2540490&group_id=102341 |
From: Lars H. <he...@se...> - 2009-01-07 15:08:19
|
Hi all, I registered tinyTiM at Ohloh. If you're using tinyTiM you may want to add yourself as user or write a *friendly* review. ;) <https://www.ohloh.net/p/tinyTiM> Best regards, Lars PS: Happy new year! :) -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2008-12-13 11:25:04
|
Bugs item #2423749, was opened at 2008-12-13 12:25 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2423749&group_id=102341 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Documentation Group: tinyTiM 2.x Status: Open Resolution: None Priority: 2 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: PDF manual Initial Comment: * Provide a PDF manual * Should become part of the distribution c.f. http://sphinx.pocoo.org/config.html#options-for-latex-output ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2423749&group_id=102341 |