From: bruce m. <tr...@us...> - 2004-07-28 21:44:26
|
Update of /cvsroot/babeldoc/babeldoc/modules/core/config/i18n In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2964/modules/core/config/i18n Modified Files: messages.properties Log Message: 1. Fixed a logging error where an exception with no root cause prints no error 2. Fixed bad error messaging when bad pipeline or pipeline stage provided to process 3. Fixed a null pointer exception in XslTransform Stage where empty document causes NPE Index: messages.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/core/config/i18n/messages.properties,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** messages.properties 24 Jul 2004 18:29:46 -0000 1.28 --- messages.properties 28 Jul 2004 21:44:18 -0000 1.29 *************** *** 175,180 **** # com.babeldoc.core.pipeline.PipelineFactory / PipelineStage Factory 019001=Error getting pipeline factory implementation ! 019002=PipelineStage: {0} not found ! 019003=PipelineStage: {0} is invalid 019004=Error getting pipline names 019005=Creating hashmap: {0} --- 175,180 ---- # com.babeldoc.core.pipeline.PipelineFactory / PipelineStage Factory 019001=Error getting pipeline factory implementation ! 019002=PipelineStage: '{0}' not found ! 019003=PipelineStage: '{0}' is invalid 019004=Error getting pipline names 019005=Creating hashmap: {0} *************** *** 184,190 **** 019009=PipelineStage name: {0} Error: {1} 019010=Invalid pipeline stage type: {0} ! 019011=Stage: {0} does not have a nextstage! ! 019012=Stage: {0} not found! 019013=Finished processing ticket id# {0} # com.babeldoc.core.pipeline.PipelineStage --- 184,191 ---- 019009=PipelineStage name: {0} Error: {1} 019010=Invalid pipeline stage type: {0} ! 019011=Stage: '{0}' does not have a nextstage! ! 019012=PipelineStage: '{0}' not found 019013=Finished processing ticket id# {0} + 019014=Pipeline: '{0}' not found # com.babeldoc.core.pipeline.PipelineStage *************** *** 384,387 **** --- 385,389 ---- core.pipeline.stage.xslTransform.script=An inline XSL document that could be used instead of the file option above. This will be cached. core.pipeline.stage.xslTransform.param=Complex configuration parameter (of form stage-name.param.param-name-n=param-value) of xsl:params that will be placed in the XSL transformer. This can significantly aid transformation tasks. + core.pipeline.stage.xslTransform.nodoc=The input document to this pipeline stage has zero length. The pipeline stage requires a valid XML document for processing. core.pipeline.stage.externalapplication.description=This pipeline stage allows for external applications to be run. Optionally the pipeline document is piped to the application. |