[jsword-svn] bibledesktop/java/main/org/crosswire/bibledesktop/book/install s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Thu Feb 17 05:28:17 MST 2005


Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/install
In directory www.crosswire.org:/tmp/cvs-serv19879/java/main/org/crosswire/bibledesktop/book/install

Modified Files:
	SitePane.java 
Log Message:
Fixed BD-39. The install w/ search calls now IndexResolver, which handles exceptions.

Index: SitePane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/install/SitePane.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SitePane.java	15 Feb 2005 02:08:59 -0000	1.1
--- SitePane.java	17 Feb 2005 12:28:15 -0000	1.2
***************
*** 36,40 ****
  import org.crosswire.jsword.book.install.InstallException;
  import org.crosswire.jsword.book.install.Installer;
- import org.crosswire.jsword.util.IndexDownloader;
  
  /**
--- 36,39 ----
***************
*** 348,352 ****
                  Object last = path.getLastPathComponent();
                  BookMetaData bmd = getBookMetaData(last);
!                 IndexDownloader.downloadIndex(bmd, installer);
              }
              catch (Exception ex)
--- 347,351 ----
                  Object last = path.getLastPathComponent();
                  BookMetaData bmd = getBookMetaData(last);
!                 IndexResolver.scheduleIndex(bmd, this);
              }
              catch (Exception ex)



More information about the jsword-svn mailing list