diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 09:07:02 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-27 09:07:02 +0000 |
commit | 5a60f54a203d98eee17b24b97843d319a4e8a232 (patch) | |
tree | de0ff207acd49bc6d54d67834156ecb1e6bdc761 /xmlhelp/source/com | |
parent | 138e4f4dbd974e8519614e23174d87c3f1a47780 (diff) |
INTEGRATION: CWS helpcl (1.11.14); FILE MERGED
2005/01/07 17:19:42 abi 1.11.14.1: merge compiler and linker
Diffstat (limited to 'xmlhelp/source/com')
-rw-r--r-- | xmlhelp/source/com/sun/star/help/HelpIndexer.java | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/xmlhelp/source/com/sun/star/help/HelpIndexer.java b/xmlhelp/source/com/sun/star/help/HelpIndexer.java index 146a7814ebdc..86080bf79c35 100644 --- a/xmlhelp/source/com/sun/star/help/HelpIndexer.java +++ b/xmlhelp/source/com/sun/star/help/HelpIndexer.java @@ -2,9 +2,9 @@ * * $RCSfile: HelpIndexer.java,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: kz $ $Date: 2004-08-30 17:24:35 $ + * last change: $Author: rt $ $Date: 2005-01-27 10:07:02 $ * * The Contents of this file are made available subject to tUhe terms of * either of the following licenses @@ -81,7 +81,6 @@ import com.sun.xmlsearch.util.*; import com.sun.xmlsearch.xml.indexer.*; import com.sleepycat.db.*; -import com.sun.star.help.HelpURLStreamHandlerFactory; public class HelpIndexer { @@ -596,6 +595,7 @@ public class HelpIndexer { System.exit(1); } catch (java.io.IOException e) { System.err.println("<!-- Style sheet not found: -->"); + System.err.println(e.getMessage()); System.exit(1); } // System.out.println( "Using stylesheet: " + styleSheet ); @@ -616,8 +616,7 @@ public class HelpIndexer { _processor.parse(_in); _out.flush(); } - } - catch (Exception e) { + } catch (Exception e) { e.printStackTrace(); System.err.println("url: " + url); System.err.println(e.getMessage()); |