hello,

i'm using the XMLmind XML Editor Professional Edition 5.2.0 and i would 
like to customize it writting my own commands in java.
According to your Developer's Guide, i have a java project named SE with 
the classes from your samples (then i'm sure the code inside is good) in 
a package called commands;

i declared this project in the xmlmind's classpath (file xxe.jstart) :
C:\Users\orelot\workspace\SE\bin

i copied the CustomCommands.jar in the directory containing my 
configuration's file .xxe;

finally i declared my command in my configuration's file :
<command name="ConvertCaseCmd">
<class>commands/ConvertCaseCmd</class>
</command>

when i open my document on xmlmind, an error is generated :
'cannot register command "ConvertCaseCmd": commands/ConvertCaseCmd'

thanks a lot for your help...

Olivier RELOT
[email protected]

 
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to