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...> - 2008-11-19 16:50:44
|
Hi all, FYI, the tinytim-mio trunk contains a build script for tinyTiM 1.5b. Only the readers work, though. I do not plan to backport the writers, unless there is a high demand. IIRC tmapi-utils [1] contains a XTM 1.0 writer for TMAPI 1.0. I am unsure about the state, though. If you want to try out the new readers with 1.5: Check out the trunk (currently at rev. 212) and build the jar with ant -f build-15.xml After the jar has been build you can use the libs in the /libs directory and all TopicMapReaders (CTM, XTM 1.0 / 2.0, TM/XML, Snello, LTM). [1] <http://sourceforge.net/projects/tmapi-utils> Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2008-11-19 14:11:38
|
Hi all, Some updates. :) > Please note that semagia-mio-ctm has a runtime dependency on > semagia-mio-snello. If you want to use the CTMTopicMapReader you need > both libs in your classpath (plus the semagia-mio jar of course). I added a semagia-ctm-working-draft lib which implements the current state of my CTM draft. That means it enforces semicolons at several places. If you want to use CTM you have the choice between the semagia-mio-ctm lib which implements the draft dtd. 2005-05-15 and the -working-draft lib. The CTMReader is the same. You shouldn't put both -ctm libs into your classpath because the result is unpredictable since one lib may kick the other out from the syntax discovery service and register itself. Both libs need the snello lib. To the issues I mentioned yesterday: > - CTMTopicMapReader: works but has problems with xsd:decimal and > xsd:dateTime (verified through CXTM tests) Works now. The xsd:dateTime CXTM test was wrong and the xsd:decimal issue wasn't related to the mio libs but was a bug in the tinyTiM Topic Maps engine. > - LTMTopicMapReader: works but has problems to merge in XTM topic maps > (verified through CXTM tests) Works now. I think I'll release tinyTiM 2.0.0 alpha4 and the mio package at Friday. The trunk works with alpha3 but has problems with xsd:decimals as mentioned above. It is fixed in the tinytim/trunk, though. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2008-11-18 17:14:43
|
Hi all, I delay the official release of tinytim-mio for a few days, but you can compile tinytim-mio for yourself since I updated the build script. Check out the tinytim-mio trunk and use "ant jar" or simply "ant" to compile it. You need the libs in the /lib directory in your classpath to be able to import topic maps. Please note that semagia-mio-ctm has a runtime dependency on semagia-mio-snello. If you want to use the CTMTopicMapReader you need both libs in your classpath (plus the semagia-mio jar of course). The API is stable, I just need some more time to fix some mio bugs. Status of the trunk: - XTM20TopicMapReader: works (verified through CXTM tests) - XTM10TopicMapReader: works but does not convert the XTM 1.0 reification mechanism to TMDM (verified through CXTM tests) - CTMTopicMapReader: works but has problems with xsd:decimal and xsd:dateTime (verified through CXTM tests) - LTMTopicMapReader: works but has problems to merge in XTM topic maps (verified through CXTM tests) - SnelloTopicMapReader: works (verified through CXTM tests) Well, this syntax is of low interest for you, I guess. :) But you need the lib! - TMXMLTopicMapReader: works (verified through CXTM tests) - XTM20TopicMapWriter: works (verified through CXTM tests) - XTM10TopicMapWriter: should work, unverified - CXTMTopicMapWriter: works (verified through CXTM tests) If you have problems to compile a snapshot or you want a pre-compiled snapshot, please send a note. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2008-11-15 14:27:52
|
Bugs item #2291332, was opened at 2008-11-15 15:27 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=2291332&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: 1 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: SPI for TopicMapSystems Initial Comment: TopicMapSystemFactoryImpl uses currently (unused) hard-coded class names for TopicMapSystems != MemoryTopicMapSystem. Define a tinyTiM-specific SPI to discover TopicMapSystem implementations dynamically, maybe remove the hard-coded feature infos as well. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2291332&group_id=102341 |
From: Lars H. <he...@se...> - 2008-11-14 16:33:01
|
Hi all, Now that 2.0.0a3 has been released I'll concentrate on the .mio subpackage. I know some of you wait urgently for .mio but I have to write more test cases. I expect that .mio will be released either this weekend or at Monday. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2008-11-14 16:11:59
|
Hi all, The tinyTiM project proudly announces the availability of a new release of the tinyTiM Topic Maps engine. This release implements the TMAPI 2.0 a1 interfaces. You can download it from the tinyTiM's project page <http://tinytim.sourceforge.net/> <http://tinytim.sourceforge.net/2.0/download/> Changes ------- * Moved to Apache License 2.0 (previously LGPL) * Internal code refactoring * Added more tests Bugfixes: --------- * Bug #2269551 -- Topic types are not considered as dependency * Bug #2221024 -- Merging topic maps causes an autom. generated topic iid Feedback is welcome! :) Best regards, Lars -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2008-11-14 13:41:11
|
Bugs item #2276392, was opened at 2008-11-13 14:39 Message generated for change (Settings changed) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2276392&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: 3 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Nobody/Anonymous (nobody) Summary: Prettify XML (XTM) output Initial Comment: Prettify the XML output, remove the explicit nl invocations ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-14 14:40 Message: Fixed in rev. 190 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2276392&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-14 13:41:01
|
Bugs item #2276392, was opened at 2008-11-13 14:39 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2276392&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: 3 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Nobody/Anonymous (nobody) Summary: Prettify XML (XTM) output Initial Comment: Prettify the XML output, remove the explicit nl invocations ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-14 14:40 Message: Fixed in rev. 190 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2276392&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-13 13:39:33
|
Bugs item #2276392, was opened at 2008-11-13 14:39 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=2276392&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: 3 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Nobody/Anonymous (nobody) Summary: Prettify XML (XTM) output Initial Comment: Prettify the XML output, remove the explicit nl invocations ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2276392&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-12 16:37:50
|
Bugs item #2270475, was opened at 2008-11-12 17:34 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2270475&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 1.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: 1.5: Topic types are not considered as dependency Initial Comment: TopicUtils.isRemovable(Topic) returns true even if a topic is used as topic type http://tinytim.svn.sourceforge.net/viewvc/tinytim/tinytim/tags/release-1_5_0beta/src/main/java/org/tinytim/TopicUtils.java?revision=99&view=markup Backport the http://tinytim.svn.sourceforge.net/viewvc/tinytim/tinytim/trunk/src/main/java/org/tinytim/utils/TopicUtils.java?revision=177&view=markup Add TypeInstanceIndex.getTopics(type) ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-12 17:37 Message: c.f. Same bug (fixed) in 2.0: https://sourceforge.net/tracker2/?func=detail&aid=2269551&group_id=102341&atid=631664 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2270475&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-12 16:34:44
|
Bugs item #2270475, was opened at 2008-11-12 17:34 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=2270475&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 1.5 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: 1.5: Topic types are not considered as dependency Initial Comment: TopicUtils.isRemovable(Topic) returns true even if a topic is used as topic type http://tinytim.svn.sourceforge.net/viewvc/tinytim/tinytim/tags/release-1_5_0beta/src/main/java/org/tinytim/TopicUtils.java?revision=99&view=markup Backport the http://tinytim.svn.sourceforge.net/viewvc/tinytim/tinytim/trunk/src/main/java/org/tinytim/utils/TopicUtils.java?revision=177&view=markup Add TypeInstanceIndex.getTopics(type) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2270475&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-12 14:49:20
|
Bugs item #2221024, was opened at 2008-11-04 14:56 Message generated for change (Settings changed) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&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: Closed >Resolution: Fixed Priority: 9 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Merging topic maps causes an autom. generated topic iid Initial Comment: CopyUtils: 126 private static Topic _copyTopic(Topic topic, TopicMap target, 127 Map<Topic, Topic> mergeMap) { 128 Topic targetTopic = target.createTopic(); createTopic() causes the generation of an automatically generated iid for the topic (in TMAPI 2.0). Solution: Create a method that makes it possible to create a topic without any identity (not visible for users, though) ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-12 15:49 Message: Fixed in Rev. 177 ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-12 14:33 Message: Test case added to TMAPI (Rev. 87) TestTopicMapMerge.testAddTopicsFromOtherMap() ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-04 15:00 Message: Test case! (possibly for TMAPI 2.0) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-12 14:49:16
|
Bugs item #2221024, was opened at 2008-11-04 14:56 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&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: Merging topic maps causes an autom. generated topic iid Initial Comment: CopyUtils: 126 private static Topic _copyTopic(Topic topic, TopicMap target, 127 Map<Topic, Topic> mergeMap) { 128 Topic targetTopic = target.createTopic(); createTopic() causes the generation of an automatically generated iid for the topic (in TMAPI 2.0). Solution: Create a method that makes it possible to create a topic without any identity (not visible for users, though) ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-12 15:49 Message: Fixed in Rev. 177 ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-12 14:33 Message: Test case added to TMAPI (Rev. 87) TestTopicMapMerge.testAddTopicsFromOtherMap() ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-04 15:00 Message: Test case! (possibly for TMAPI 2.0) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-12 14:48:58
|
Bugs item #2269551, was opened at 2008-11-12 14:34 Message generated for change (Settings changed) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2269551&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: Closed >Resolution: Fixed Priority: 9 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Topic types are not considered as dependency Initial Comment: TopicUtils.isRemovable(Topic) returns true even if a topic is used as topic type ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-12 15:48 Message: Fixed in Rev. 177 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2269551&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-12 14:48:52
|
Bugs item #2269551, was opened at 2008-11-12 14:34 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2269551&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: Topic types are not considered as dependency Initial Comment: TopicUtils.isRemovable(Topic) returns true even if a topic is used as topic type ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-12 15:48 Message: Fixed in Rev. 177 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2269551&group_id=102341 |
From: Lars H. <he...@se...> - 2008-11-12 14:09:06
|
[...] > Great! Someone reads my e-mails and replies to it. ;) Okay, I'll > change the ITopicMapReader and rename it to "TopicMapReader". I think > this name fits better in the TMAPI landscape. :) Fixed in Rev. 175. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Lars H. <he...@se...> - 2008-11-12 13:54:08
|
Hi all, FYI I'll start to commit my changes to tinyTiM and tinyTiM MIO into the trunk. Do not expect hat MIO will compile I've to update the semagia-mio libs but this may take one or two more days. The build.xml files for both will be outdated. I'll update them asap. Best regards, Lars -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2008-11-12 13:35:00
|
Bugs item #2269551, was opened at 2008-11-12 14:34 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=2269551&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: Topic types are not considered as dependency Initial Comment: TopicUtils.isRemovable(Topic) returns true even if a topic is used as topic type ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2269551&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-12 13:33:53
|
Bugs item #2221024, was opened at 2008-11-04 14:56 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&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: Merging topic maps causes an autom. generated topic iid Initial Comment: CopyUtils: 126 private static Topic _copyTopic(Topic topic, TopicMap target, 127 Map<Topic, Topic> mergeMap) { 128 Topic targetTopic = target.createTopic(); createTopic() causes the generation of an automatically generated iid for the topic (in TMAPI 2.0). Solution: Create a method that makes it possible to create a topic without any identity (not visible for users, though) ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-12 14:33 Message: Test case added to TMAPI (Rev. 87) TestTopicMapMerge.testAddTopicsFromOtherMap() ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-04 15:00 Message: Test case! (possibly for TMAPI 2.0) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&group_id=102341 |
From: Lars H. <he...@se...> - 2008-11-11 14:45:17
|
Hi Markus, >> I'd like to switch to minimised ITopicMapReader which provides just >> a "void read() throws IOException" method. A nice side effect would be >> that "read()" could do anything (read from a InputStream, read from a >> database) etc. >> > Makes the interface simpler and more generic... +1 :) Great! Someone reads my e-mails and replies to it. ;) Okay, I'll change the ITopicMapReader and rename it to "TopicMapReader". I think this name fits better in the TMAPI landscape. :) Best regards, Lars -- Semagia <http://www.semagia.com> |
From: Markus U. <mar...@gm...> - 2008-11-10 19:16:13
|
Lars Heuer schrieb: > I'd like to switch to minimised ITopicMapReader which provides just > a "void read() throws IOException" method. A nice side effect would be > that "read()" could do anything (read from a InputStream, read from a > database) etc. > Makes the interface simpler and more generic... +1 :) Ad astra, Markus |
From: Lars H. <he...@se...> - 2008-11-10 17:00:15
|
Hi all, The current (unused) ITopicMapReader interface provides three different methods to deserialize topic maps. <http://tinytim.svn.sourceforge.net/viewvc/tinytim/tinytim-mio/trunk/src/main/java/org/tinytim/mio/ITopicMapReader.java?view=markup> I'd like to switch to minimised ITopicMapReader which provides just a "void read() throws IOException" method. A nice side effect would be that "read()" could do anything (read from a InputStream, read from a database) etc. The common TopicMapReader implementation would take an InputStream / a File and a tmapi.core.TopicMap instance in the constructor or alternatively provide some setters (even if I'd prefer immutable implementations). Even if the design change wouldn't break backwards compatibility (since we never published the ITopicMapReader), I like to hear your opinion. What do you think? Any objections? Best regards, Lars -- Semagia <http://www.semagia.com> |
From: SourceForge.net <no...@so...> - 2008-11-04 14:00:13
|
Bugs item #2221024, was opened at 2008-11-04 14:56 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&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: Merging topic maps causes an autom. generated topic iid Initial Comment: CopyUtils: 126 private static Topic _copyTopic(Topic topic, TopicMap target, 127 Map<Topic, Topic> mergeMap) { 128 Topic targetTopic = target.createTopic(); createTopic() causes the generation of an automatically generated iid for the topic (in TMAPI 2.0). Solution: Create a method that makes it possible to create a topic without any identity (not visible for users, though) ---------------------------------------------------------------------- Comment By: Lars Heuer (lheuer) Date: 2008-11-04 15:00 Message: Test case! (possibly for TMAPI 2.0) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-11-04 13:56:56
|
Bugs item #2221024, was opened at 2008-11-04 14:56 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=2221024&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: Merging topic maps causes an autom. generated topic iid Initial Comment: CopyUtils: 126 private static Topic _copyTopic(Topic topic, TopicMap target, 127 Map<Topic, Topic> mergeMap) { 128 Topic targetTopic = target.createTopic(); createTopic() causes the generation of an automatically generated iid for the topic (in TMAPI 2.0). Solution: Create a method that makes it possible to create a topic without any identity (not visible for users, though) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631664&aid=2221024&group_id=102341 |
From: SourceForge.net <no...@so...> - 2008-10-27 12:34:30
|
Feature Requests item #2200642, was opened at 2008-10-27 13:33 Message generated for change (Comment added) made by lheuer You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631667&aid=2200642&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: None Group: tinyTiM 2.x Status: Open Priority: 3 Private: No Submitted By: Lars Heuer (lheuer) Assigned to: Lars Heuer (lheuer) Summary: Add persistent TopicMapSystem Initial Comment: Add a TopicMapSystem implementation that synchronizes the core.TopicMaps with a directory. Each TopicMap has an associated file. At a configurable time interval the content of the topic maps is written to a file (i.e. using Binary Topic Maps (BTM)) ---------------------------------------------------------------------- >Comment By: Lars Heuer (lheuer) Date: 2008-10-27 13:34 Message: Should be a subproject of tinyTiM since it would introduce a dependency to tinytim.mio ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=631667&aid=2200642&group_id=102341 |