From: <jm...@us...> - 2010-09-07 14:04:36
|
Revision: 1811 http://eulergui.svn.sourceforge.net/eulergui/?rev=1811&view=rev Author: jmvanel Date: 2010-09-07 14:04:30 +0000 (Tue, 07 Sep 2010) Log Message: ----------- refactoring branch: - WIP: when closing the application, write the RDF database on an N3 file with extension .n3p.n3 N3 file now includes : <> <http://www.w3.org/2002/07/owl#imports> <./myFile.n3> . - regression in class Refactoring : NOT fixed: Save As The problem is that XMLEncoder makes a clone of the Java bean before saving. So when ProjectLegacy is cloned the member project is lost. just commented out Save As Modified Paths: -------------- branches/refactoring/eulergui/src/main/java/eulergui/gui/controller/ApplicationKB.java branches/refactoring/eulergui/src/main/java/eulergui/project/Project.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |