Hi. I have zimbra desktop running on my Windows PC and I am trying to deploy the simple Hello World zimlet as described in
HelloWorldZimlet - Zimbra :: Wiki
using the _dev directory method described in
ZimletWritingTip - Zimbra :: Wiki
So I created this xml file --
C:\Documents and Settings\nmarin00\Local Settings\Application Data\Zimbra\zdesktop\jetty\webapps\service\zimlet\ _dev\com_zimbra_hello.xml
containing
<zimlet name="com_zimbra_hello" version="1.0" description="Hello World">
<contentObject>
<matchOn>
<regex attrs="ig">Hello World</regex>
</matchOn>
<toolTip>Hello World Zimlet</toolTip>
</contentObject>
</zimlet>
and restart the desktop. Nothing shows up in the zimlets dropdown in the GUI. If I send myself an email containing "Hello World" no zimlets recognize the string and display the tooltip.
Am I doing something wrong, or does the _dev directory not work in the windows version of zdesktop?
Any help greatly appreciated.
Nick