Update of /sources/public/2006/unicorn/org/w3c/unicorn In directory hutz:/tmp/cvs-serv31756/org/w3c/unicorn Modified Files: Framework.java Log Message: Fixed a few warnings Removed XMLBeansTest.java as it won't compile without some libs Forced com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl to be used Renamed *_text10.vm to *_text.vm Index: Framework.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/Framework.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Framework.java 17 Jun 2008 13:41:11 -0000 1.11 +++ Framework.java 2 Jul 2008 17:34:47 -0000 1.12 @@ -216,7 +216,7 @@ final TasksListUnmarshaller aTaskListUnmarshaller = new TasksListUnmarshallerJAXB( Framework.mapOfObserver); for (final File aFile : tFileXML) { - aTaskListUnmarshaller.addURL(aFile.toURL()); + aTaskListUnmarshaller.addURL(aFile.toURI().toURL()); aTaskListUnmarshaller.unmarshal(); } @@ -226,7 +226,7 @@ aRDFUnmarshaller.setMapOfTask(aTaskListUnmarshaller.getMapOfTask()); aRDFUnmarshaller.setMapOfObserver(Framework.mapOfObserver); for (final File aFile : tFileRDF) { - aRDFUnmarshaller.addURL(aFile.toURL()); + aRDFUnmarshaller.addURL(aFile.toURI().toURL()); } aRDFUnmarshaller.unmarshal();Received on Wednesday, 2 July 2008 17:35:24 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 2 July 2008 17:35:41 GMT