Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Better comment on xml catalog

...

Eclipse uses XSD files to check XML files for correctness and also when using autocompletion. Normally, eclipse uses the XSD location specified at the top of the XML file which is usually a remote address. If you do not have an internet connection, the XSD will not be found and these features will not be available (unless they have been previously cached by eclipse).

The following document documents describes how to setup local XSD resolution. 
Eclipse OOTB
Eclipse + Oxygen

At large, look for "eclipse xml catalog howto" in Google...eclipse_xml_catalog_howto.pdf

A new file ofbiz/.xmlcatalog.xml has been introduced starting from svn 1326499. This file contains a definition compliant with the Oasis Catalog specification of all schemas used by ofbiz. You can import it in you Eclipse workbench by following the this explanation: Eclipse Import XML catalog section in this page: http://www.eclipse.org/webtools/community/tutorials/XMLCatalog/XMLCatalogTutorial.htmlImage Removed

Setting "Save Actions" Preference

...