Laura Stewart wrote: > When you typically build the output to check for errors, do you run > each one separately or do you run them all together with ant > (bookname) ?
I usually do 'ant (bookname)' because that will easily test the html, html book, and pdf generation. Every now and then I do an 'ant all', but I don't do that for each patch I test. -jean
