[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/stub s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Mar 5 15:08:08 MST 2005


Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub
In directory www.crosswire.org:/tmp/cvs-serv27571/java/limbo/org/crosswire/jsword/book/stub

Modified Files:
	StubDictionary.java 
Log Message:
Improved error reporting when parsing modules. Specifically, I added Key as a n argument to toOSIS in Filter and its derivatives. On entry into the routine, I called DataPolice.setKey(key) and on exit, DataPolice.setKey(null)

Index: StubDictionary.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/stub/StubDictionary.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** StubDictionary.java	5 Oct 2004 22:03:09 -0000	1.7
--- StubDictionary.java	5 Mar 2005 22:08:06 -0000	1.8
***************
*** 70,74 ****
              text.addContent(div);
  
!             List osisContent = FilterFactory.getDefaultFilter().toOSIS("stub implementation"); //$NON-NLS-1$
              div.addContent(osisContent);
  
--- 70,74 ----
              text.addContent(div);
  
!             List osisContent = FilterFactory.getDefaultFilter().toOSIS(key, "stub implementation"); //$NON-NLS-1$
              div.addContent(osisContent);
  



More information about the jsword-svn mailing list