Hello all, I am developing CmisSync, a CMIS sync tool based on SparkleShare (Dropbox-like software that supports various backends for file storage).
SparkleShare runs on Windows/Mac/Linux thanks to .NET/Mono, so I want to use DotCMIS. Problem: The DotCMIS unit tests fail in my Linux/Mono environment. Actually any call beyond GetRepositories fails. I talked with Florian at http://stackoverflow.com/q/11980549 and he suspects a Mono issue. Question: Is it just a problem with me? Is there any DotCMIS-based app that runs on Linux/Mac? (without Windows emulator) Has anyone ever tried running DotCMIS on Mono? Screenshot showing failed tests on Monodevelop: http://goo.gl/FsV3g Details of the Mono issue: http://stackoverflow.com/q/11985337 CmisSync: http://cmissync.github.com SparkleShare: http://sparkleshare.org Thanks for any tip that might get me started :-) Cheers! Nicolas Raoul
