verbose logging in dita transforms

I've noticed that the stdout content that scrolls by when I run a DITA transform with Oxygen 11 is a lot more verbose than it was with previous Oxygen versions. I get way more info than I need. Where is the verbosity level set for that? Thanks Ted Kuster help.collab.net

Dear Ted, Oxygen just starts ANT as an external process and captures all the logging events from the ANT process (which normally end up in the console when using ANT from a command line). Some of the output you see is generated by ANT when it starts different targets like: build-init: start-preprocess: while other output is generated by the DITA OT java extensions, output like: [pipeline] java.io.FileNotFoundException: C:\TEST\DITA_Maps\Concept\Rhino_3D_Surface_Solid_Modeler-conc.xml (The system cannot find the file specified) Usually this kind of output indicated a warning/error which should get corrected. I know no way to set a verbose level to the DITA OT java libraries, maybe you can ask this one on the DITA Users List. Regards, Radu -- Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Ted Kuster wrote:
I've noticed that the stdout content that scrolls by when I run a DITA transform with Oxygen 11 is a lot more verbose than it was with previous Oxygen versions. I get way more info than I need. Where is the verbosity level set for that? Thanks Ted Kuster help.collab.net _______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user

Note too that the 1.5 Toolkit is doing new processing to support DITA 1.2 features that often result in a lot more messages than you would have gotten with the 1.4 Toolkit. Cheers, E. On 12/3/09 4:20 AM, "Radu Coravu" <radu_coravu@sync.ro> wrote:
Dear Ted,
Oxygen just starts ANT as an external process and captures all the logging events from the ANT process (which normally end up in the console when using ANT from a command line).
Some of the output you see is generated by ANT when it starts different targets like: build-init: start-preprocess:
while other output is generated by the DITA OT java extensions, output like: [pipeline] java.io.FileNotFoundException: C:\TEST\DITA_Maps\Concept\Rhino_3D_Surface_Solid_Modeler-conc.xml (The system cannot find the file specified)
Usually this kind of output indicated a warning/error which should get corrected. I know no way to set a verbose level to the DITA OT java libraries, maybe you can ask this one on the DITA Users List.
Regards, Radu
-- Eliot Kimber Senior Solutions Architect "Bringing Strategy, Content, and Technology Together" Main: 610.631.6770 www.reallysi.com www.rsuitecms.com
participants (3)
-
Eliot Kimber
-
Radu Coravu
-
Ted Kuster