Re: simple xml editor
Roberto Nunnari wrote:
> I added the Enterprise pack but the ide still cannot find the
> following classes:
>
> import org.netbeans.modules.xml.core.XMLDataObjectLook;
> import org.netbeans.modules.xml.core.cookies.DataObjectCookieManager;
> import org.netbeans.modules.xml.core.sync.DataObjectSyncSupport;
> import org.netbeans.modules.xml.core.sync.Synchronizator;
> import org.netbeans.modules.xml.core.text.TextEditorSupport;
I'm not sure about these. Why do you need them?
> import org.netbeans.spi.xml.cookies.CheckXMLSupport;
> import org.netbeans.spi.xml.cookies.DataObjectAdapters;
> import org.netbeans.spi.xml.cookies.ValidateXMLSupport;
These ones should be in xml/api module. It should be enough to just type
the name of one of those classes in the Add Module Dependency dialog. If
it's not working, there might be something wrong with the Netbeans
platform you are using for development.
-vita