|
From: McDonald, B. <Bru...@ba...> - 2003-07-30 20:20:18
|
I have found the error in the 1.1 codebase... see the class: com.babeldoc.core.pipeline.PipelineStage.java Line 597: Change: this.processIgnored(); to: psResults = this.processIgnored(); The results got ignored and this meant that babeldoc thought that this ignored pipeline stage was the last stage in the system. regards, Bruce. -----Original Message----- From: Stefan Krieger [mailto:ste...@co...] Sent: Wednesday, July 30, 2003 4:06 PM To: bab...@li... Subject: [Babeldoc-devel] Ignored Stage stops the pipeline I have set the option "ignored" for a stage in my pipline to "true". Unfortunately, this does not result in skipping the step. The whole pipline seems to terminate but without an exception. The journal status says "ignored" for the stage but all following stages are skipped. Am I doing something wrong or is this a bug ? Stefan ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ Babeldoc-devel mailing list Bab...@li... https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |