-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi Svein,
thanks for all this good work. At the moment i am musing around , toying with sublime and mono on ubuntu.
I am trying to tight together everything and I stumble on this silly thing :
yoann@penguino:$ oi conf interpreter.exe=/usr/lib/mono/4.5/monop.exe -g$ oi package install C-Sharp
yoann@penguino:
installing package C-Sharp
Downloading https://raw.githubusercontent.com/continuoustests/OpenIDE.packages/master/C-Sharp.oipkg ...
System.IndexOutOfRangeException: Array index is out of range.
at OpenIDE.Core.Packaging.Installer.getInstallPackage (System.String source, System.String tempPath) [0x00000] in :0
at OpenIDE.Core.Packaging.Installer.prepareForAction (System.String source, System.Func2 destinatinoPathLocator, System.Func2 actionHandler) [0x00000] in :0
I have tried a few thing to get it running but I fail to understand what it is awaited for using : oi conf interpreter.exe=path/to/mono -g
thanks and keep on the good work,
Yoann