Re: [docbook-apps] Docbook to PDF via FOP question which related to ANT
Lars Vogel wrote: > not sure if this is the right distribution list. Probably no ;-) > Is their a way to tell Apache Ant to fail the build if such an exception occurs? No idea if this is will work but try a combination of "ant-contrib"s <trycatch> and (ant builtin) <fail/> task (in the <catch> block). And please let us know if this works! Michael