-
wolfroma added meghuizen to the Funambol Zimbra Connector project.
2009-09-24 07:08:31 UTC in Funambol Zimbra Connector
-
Oh I find how to fix it:
was:
if (cp.text != "") str = str + "cp=" + cp.text + ";" else str = str + "cp=" + "__;";
if (pg.text != "") str = str + "pg=" + pg.text + ";" else str = str + "pg=" + "__;";
fixed:
if (cp.text != "") str = str + "cp=" + cp.text + ";"; else str = str + "cp=" + "__;";
if (pg.text != "") str = str + "pg=" + pg.text + ";"; else str = str + "pg=" + "__;";
After...
2009-06-23 08:09:31 UTC in Flex Formatter
-
I'm use version 0.6.23.
When I want to format my mxml file it throw Exception.
Rate_EMS - attached file, for test;
NoViableAltException(19@[()* loopback of 1256:6: ( propertyDeclaration | functionDeclaration | statement | directive | interfaceFunctionDeclaration )*])
at flexprettyprint.handlers.AS3_exParser$DFA34.specialStateTransition(AS3_exParser.java:22599)
at...
2009-06-23 08:01:17 UTC in Flex Formatter
-
If you use Funambol 7.1 then .classpath file contain valid information, in other case I can give you developer role and you will can contribute you code to svn repository...
I so much busy at this time on my primary work and didn't have time to continue project, you can continue project if you wish.
2009-06-18 08:03:05 UTC in Funambol Zimbra Connector
-
Please post part of funambol ds-server log.
You can find logn in FUNAMBOL/logs/ds-server/ds-server.log.
2009-04-03 05:22:33 UTC in Funambol Zimbra Connector
-
You should exec install-modules in bin directory (like you first time to install connector), but in this case you should answer "No" on question about recreating database.
I use this way every time.
2009-04-02 07:41:36 UTC in Funambol Zimbra Connector
-
wolfroma added the ZimbraConnector_0.5.02.zip file.
2009-03-28 13:54:32 UTC in Funambol Zimbra Connector
-
wolfroma added the ZimbraConnector_0.5.02.s4j file.
2009-03-28 13:54:32 UTC in Funambol Zimbra Connector
-
wolfroma created the ZimbraConnector_0.5.02 file release.
2009-03-28 13:50:27 UTC in Funambol Zimbra Connector
-
wolfroma committed revision 70 to the Funambol Zimbra Connector SVN repository, changing 1 files.
2009-03-28 13:44:23 UTC in Funambol Zimbra Connector