[JAVA]Linked output messages of custom validator
Posted: Wed May 13, 2009 11:44 pm
Hello,
I am printing the following in the System.out PrintWriter of a custom validation:
Type:E
SystemID:file:/C:/SOMTHING
Line:238
Column:118
Description:attribute "SOMTHING" not allowed at this point; ignore
But oxygen doesn't recognize it as an error message and print each line as info... Also the document is said to be valid (exit code doesn't seem to be applied).
Oxygen displayed error:
SystemID: C:\SOMTHING
Engine name: SOMTHING
Severity: info
Description: Type:E
This error format seems to be following what is formulated in the oxygen help documentation described here: http://www.oxygenxml.com/doc/ug-oxygen/ ... ation.html.
Anyone got it working?
Thanks in advance,
I am printing the following in the System.out PrintWriter of a custom validation:
Type:E
SystemID:file:/C:/SOMTHING
Line:238
Column:118
Description:attribute "SOMTHING" not allowed at this point; ignore
But oxygen doesn't recognize it as an error message and print each line as info... Also the document is said to be valid (exit code doesn't seem to be applied).
Oxygen displayed error:
SystemID: C:\SOMTHING
Engine name: SOMTHING
Severity: info
Description: Type:E
This error format seems to be following what is formulated in the oxygen help documentation described here: http://www.oxygenxml.com/doc/ug-oxygen/ ... ation.html.
Anyone got it working?
Thanks in advance,