continuoustests / OpenIDE

A set of tools for providing basic developer IDE features around your favorite editor.
95 stars 16 forks source link

getting started using mono #9

Open arthis opened 10 years ago

arthis commented 10 years ago

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 yoann@penguino:~$ oi package install C-Sharp 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

acken commented 10 years ago

Hi,

I have pushed some changes that should fix this. Or at least display some more enlightening error messages.The interpreter part of the config is to set up handlers for files. Like on osx usually .exe files can't be executed from the terminal directly. Running mono my.exe solves the problem. As mono in path I think oi conf interpreter.exe=mono -g would be sufficient. load the latest binaries. If the error persists run oi package install C-Sharp --logging and send me the output.

-Svein Arne

On Tue, Apr 1, 2014 at 10:32 PM, Yoann notifications@github.com wrote:

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 yoann@penguino:~$ oi package install C-Sharp 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

Reply to this email directly or view it on GitHubhttps://github.com/continuoustests/OpenIDE/issues/9 .

Best regards Svein Arne Ackenhausen

Blog - http://ackenpacken.blogspot.com/ Twitter - http://twitter.com/ackenpacken