Laura Stewart wrote: > When I use ANT to generate output for the Derby Documentation, the > command line window shows some errors or issues, such as: > > [fop] [INFO] area contents overflows area in line > > [fop] [ERROR] Could not load external SVG: Content is not allowed in > prolog. > > [fop] [ERROR] Error while creating area : No ImageReader for this type > of image > (file:/C:/Authoring/Derby/Checks/Derby2373/docs/trunk/out/devguide/appauth_os.jpg) > > Is there a log file that gets created for these errors? I'd like to > look into correcting them.
No file gets automatically created. I usually output the run to a file, like this on linux: ant tools >& ant_tools.out on windows, this should do it (anyone, please correct me if I'm wrong): ant tools > ant_tools.out -jean
