Automatic schema sync for open files upon schema change
Posted: Wed Nov 21, 2007 10:48 am
Our application uses XML files from which we generate XSD files during save (we have an eclipse builder plugin). The generated XSDs are defined as the schema of our XML files (each eclipse project has an XSD that imports XSDs from projects on which it depends).
The schemas change frequently (every few seconds) and are very large (e.g. 120,000 lines of XML in one project).
Our developers are used to clicking the "reset caches and validate" button after each save (actually they are used to click this button twice because many times once is not enough).
It would increase our productivity significantly if this will be done automatically whenever a schema changed (e.g. upon save, check if the schema changed and reload it if needed).
The schemas change frequently (every few seconds) and are very large (e.g. 120,000 lines of XML in one project).
Our developers are used to clicking the "reset caches and validate" button after each save (actually they are used to click this button twice because many times once is not enough).
It would increase our productivity significantly if this will be done automatically whenever a schema changed (e.g. upon save, check if the schema changed and reload it if needed).