As my last post suggested, some change in the code was needed.

goto the src/core/CollectionStore
open Store.cs

search for: raPath != String.Empty (Should be line 531)
if it says:
if (raPath != String.Empty && raPath != "")

change it to:
 if (raPath != String.Empty && raPath != "" && raPath != null)

then do autogen, make, make install again...
_______________________________________________
ifolder-dev mailing list
ifolder-dev@forge.novell.com
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to