« Return to Thread: simple xml editor

Re: simple xml editor

by Robi-8 :: Rate this Message:

Reply to Author | View in Thread

Vitezslav Stejskal wrote:

> 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?

They're used in the java code shown in the page you first
pointed me to..

>
>> 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.

See the messages in this thread. Vivek has answered how to add them..
but I still have trouble with DataObjectCookieManager and Synchronizator.

Best regards.
Roberto


>
> -vita

 « Return to Thread: simple xml editor