bernard01 commented on issue #6226:
URL: https://github.com/apache/netbeans/issues/6226#issuecomment-1644952036

   Thanks for suggesting the change. Please excuse my ignorance in this field.
   
   I would like to use the provided Maven test case to verify the modification 
because it should more flexible. So I changed the XML as you suggested and 
re-run the Maven project with the flag
   
   CREATE_SCHEMA_ITERATIVELY = false;
   
   Then I still get the error:
   
   org.xml.sax.SAXParseException; lineNumber: 269; columnNumber: 47; 
src-resolve: Cannot resolve the name 'eppcom:clIDType' to a(n) 'type 
definition' component.
   
   
   Which points to the element:
   
           <rdeDomain:clID>10001</rdeDomain:clID>
           
   This indicates to me that the order of the schema files has some 
significance.
   
   Perhaps you can help repair the Maven project first to that it becomes the 
base line for creating a NetBeans feature.
   
   If that Maven project cannot be repaired to run without sorting the schema 
files, then it could be that the  parser used in it needs an enhancement and 
not NetBeans.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to