This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179430

Summary: The error message box when compiling xml schemas is not needed.
Product: java Reporter: bthayer <bthayer>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description bthayer 2010-01-12 10:25:59 UTC
To recreate:
Create a project and add an XML schema that needs work. In my case it was an xsd Microsoft SQL and not W3.

Start editng the code.

Right-click your binding folder and choose Change JAXB Options...

Click Finish on the dialog box.

A message box Titled Error appears with the message, "Error while compiling Schema(s)"

This message is not needed because the Output window already lists all of the errors in bright red letters!

Regards,
Bill