[JAVA]Linked output messages of custom validator

Having trouble installing Oxygen? Got a bug to report? Post it all here.
Tanking
Posts: 25
Joined: Fri Mar 20, 2009 5:28 pm

[JAVA]Linked output messages of custom validator

Post by Tanking »

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,
jerome poupard
AMConresearch
164 Daniel St. N., Suite 202
Arnprior, Ontario
K7S 2L3
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: [JAVA]Linked output messages of custom validator

Post by sorin_ristache »

Hello,

Thank you for reporting the problem. I see that the 5 text lines are not recognized as one error message from the validation operation. We will fix the problem and we will let you know.


Regards,
Sorin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: [JAVA]Linked output messages of custom validator

Post by sorin_ristache »

It was a problem of recognizing the format of the output messages of a custom validator but now we fixed it. The fix will be available in version 10.3.


Regards,
Sorin
Post Reply