> 1 - bug, easy fix: in Common.pm:convertPath:
> if ($os eq 'unix') {
> should read
> if ($os eq 'unix' || $os eq 'mac') {

Another great example to show you the plugin still is under active  
development: this part has been completely rewritten in 7.4. Please give  
it a try.

> 2 - enhancement: MSHOST cannot be set in configuration dialog.. all the
> support exists in the code, but no way to configure it.

I know there's _some_ code. But it best should be removed as I'm not sure  
whether it has ever been working correctly. But it surely has not been  
tested in years. In fact if you're using this, then you're the first I've  
ever heard of...

> 3 - enhancement: need more control over the path conversion. trusting
> the full path coming from the server and using convertPath assumes they
> have the same root.. somehow that works out here with one directory
> level repeating twice after conversion.

That's only an issue in the above case, isn't it?

BTW: did you ever try to run MIP on the mac in "headless" mode, eg. only  
the server part, not the GUI? AFAIK it's the GUI which is prone to  
crashing, but the server (all you need to integrate with SC) is running  
fine.
_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to