Sun Software
Jedit anpassen für die Schematas von N1SPS
- Erstellen eines catalog.xml Files für die n1sps Schematas
- Die Schematas von n1sps liegen in der jeweiligen release in einer rox.jar Datei
- z.Bsp.: ...../SUNWspscl/reloc/cli/lib/upgrade/5.2.4/rox.jar
- von dort sollten sie in ein Direktory der Entwicklungsumgebung kopiert werden
- z.Bsp.: /var/develop/n1sps/xml_schema
- Die Pfade in der catalog.xml Datei müssen angepaßt werden
- Im jedit muss dann das catalog.xml File geladen werden
cd /var/develop/n1sps/xml_schema
jar -xvf ..../SUNWspscl/reloc/cli/lib/upgrade/5.2.4/rox.jar
vi catalog.xml
<?xml version="1.0"?>
<!DOCTYPE catalog
PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN"
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<group prefer="public" xml:base="file:///" >
<system<br /> systemId="plan.xsd"
uri="/var/develop/n1sps/xml_schema/plan.xsd"/>
<system<br /> systemId="component.xsd"
uri="/var/develop/n1sps/xml_schema/component.xsd"/>
<system<br /> systemId="planCompShared.xsd"
uri="/var/develop/n1sps/xml_schema/planCompShared.xsd"/>
<system<br /> systemId="plugin.xsd"
uri="/var/develop/n1sps/xml_schema/plugin.xsd"/>
<system<br /> systemId="pluginUI.xsd"
uri="/var/develop/n1sps/xml_schema/pluginUI.xsd"/>
<system<br /> systemId="resourceDescriptor.xsd"
uri="/var/develop/n1sps/xml_schema/resourceDescriptor.xsd"/>
<system<br /> systemId="bundle.xsd"
uri="/var/develop/n1sps/xml_schema/bundle.xsd"/>
</group>
</catalog>
jedit&
Plugin -> PluginOptions -> XML -> Catalog + CatalogFiles to Import