Forums
Help test next version of MonoDevelop/Xamarin Studio add-in
Re: Help test next version of MonoDevelop/Xamarin Studio add
Whew! Glad it's working. Thanks for trying it out.
- nerdzero
- Posts: 286
- Location: Chicago, IL
Re: Help test next version of MonoDevelop/Xamarin Studio add
wow, nerdzero, this is a really nice experience!!
today I took the time to write some pieces of code. And it feels good. Even after a long time break from programming.
thank you for taking the time and effort...
the productivity seems much higher in an IDE for me.
Feels like a different experience from using an editor and terminal.
btw, are the unit tests integrated also? or do you run them in an external window?
Thanks alot, and nice to return (I'm still figuring out if that's what I personally want
kobi
today I took the time to write some pieces of code. And it feels good. Even after a long time break from programming.
thank you for taking the time and effort...
the productivity seems much higher in an IDE for me.
Feels like a different experience from using an editor and terminal.
btw, are the unit tests integrated also? or do you run them in an external window?
Thanks alot, and nice to return (I'm still figuring out if that's what I personally want
kobi
Falun Dafa is Good.
Truth, Compassion, Forbearance is Good.
Truth, Compassion, Forbearance is Good.
- kobi7
- Posts: 82
- Location: Israel
Re: Help test next version of MonoDevelop/Xamarin Studio add
Thanks, kobi. For now, unit tests need to be run in an external window. What you can do though is setup a post-build action in your project options under "Build > Custom Commands" to run a script that runs your tests. Eventually, I want the ability run one or more tests from menu commands and also to get tests running in the background as you type with the status shown in a document outline or a separate testing pane. That would be cool I think.
- nerdzero
- Posts: 286
- Location: Chicago, IL
Re: Help test next version of MonoDevelop/Xamarin Studio add
Hello,
I try to install the add-in for Cobra in Xamarin Studio but I have errors.
My setup:
- Windows 8.1 64 bits
- .NET Framework v4.0.30319
- gtk-sharp-2.12.22.msi
- XamarinStudio-4.2.1-1.msi (automatically updated to 4.2.2 build 2)
- Cobra-0.9.4.zip (downloaded from cobra website)
- MonoDevelop.CobraBinding-master.zip or MonoDevelop.CobraBinding-cleanup.zip or MonoDevelop.CobraBinding-cobra-svn.zip (from github)
My steps:
- Install GTK#
- Install Xamarin Studio
- Extract Cobra-0.9.4.zip
- Go to cobra\source\bin folder
- install-from-workspace.bat -x86
- gacutil /l Cobra.Core => x86
- Extract MonoDevelop.CobraBinding-master.zip
- Go to CobraBinding-master folder
- cobra -clr-platform:x86 install.cobra
- I have this error:
error: COBRA INTERNAL ERROR / ArgumentException / An item with the same key has already been added.
- Go to CobraBinding-svn (or CobraBinding-cleanup) folder
- cobra -clr-platform:x86 install.cobra
install.cobra(160): error: Cannot find a definition for "runAndCaptureOutput" in "c" whose type is "Process".
FYI, Msbuild is v4.0.30319
What should I do?
Get cobra from svn? Which changeset?
Thanks
I try to install the add-in for Cobra in Xamarin Studio but I have errors.
My setup:
- Windows 8.1 64 bits
- .NET Framework v4.0.30319
- gtk-sharp-2.12.22.msi
- XamarinStudio-4.2.1-1.msi (automatically updated to 4.2.2 build 2)
- Cobra-0.9.4.zip (downloaded from cobra website)
- MonoDevelop.CobraBinding-master.zip or MonoDevelop.CobraBinding-cleanup.zip or MonoDevelop.CobraBinding-cobra-svn.zip (from github)
My steps:
- Install GTK#
- Install Xamarin Studio
- Extract Cobra-0.9.4.zip
- Go to cobra\source\bin folder
- install-from-workspace.bat -x86
- gacutil /l Cobra.Core => x86
- Extract MonoDevelop.CobraBinding-master.zip
- Go to CobraBinding-master folder
- cobra -clr-platform:x86 install.cobra
- I have this error:
error: COBRA INTERNAL ERROR / ArgumentException / An item with the same key has already been added.
- Go to CobraBinding-svn (or CobraBinding-cleanup) folder
- cobra -clr-platform:x86 install.cobra
install.cobra(160): error: Cannot find a definition for "runAndCaptureOutput" in "c" whose type is "Process".
FYI, Msbuild is v4.0.30319
What should I do?
Get cobra from svn? Which changeset?
Thanks
- dsy73
- Posts: 2
- Location: FR
Re: Help test next version of MonoDevelop/Xamarin Studio add
Yes, get Cobra from svn. Latest revision. That's the revision that we're going to pack up and release soon, so we need the testing. It's also the version that works with the IDE support.
- Charles
- Posts: 2515
- Location: Los Angeles, CA
Re: Help test next version of MonoDevelop/Xamarin Studio add
Also, use the 'release-candidate' branch from GitHub: https://github.com/ramon-rocha/MonoDeve ... didate.zip
- nerdzero
- Posts: 286
- Location: Chicago, IL
Re: Help test next version of MonoDevelop/Xamarin Studio add
Thank you, it works. I can install the addin with Cobra-svn-3064 and I can build samples.
- dsy73
- Posts: 2
- Location: FR
Re: Help test next version of MonoDevelop/Xamarin Studio add
It was quite easy to install the "precompiled package" of the addin by following the instructions given in the Wiki (http://cobra-language.com/trac/cobra/wiki/MonoDevelop?version=22).
This is a great improvement compared to "installing from source" with the installation program "install.cobra", in which I always had to adapt the folder names, due to my non-english OS.
Versions:
- Microsoft Windows NT 5.1.2600 Service Pack 3
- .NET CLR v4.0.30319
- Cobra svn:3068 (post 0.9.5) / 2013-12-16
- XamarinStudio-4.2.2-2.msi
- Cobra Language Binding 0.5
This is a great improvement compared to "installing from source" with the installation program "install.cobra", in which I always had to adapt the folder names, due to my non-english OS.
Versions:
- Microsoft Windows NT 5.1.2600 Service Pack 3
- .NET CLR v4.0.30319
- Cobra svn:3068 (post 0.9.5) / 2013-12-16
- XamarinStudio-4.2.2-2.msi
- Cobra Language Binding 0.5
- thriwkin
- Posts: 26
Re: Help test next version of MonoDevelop/Xamarin Studio add
Great, thanks for reporting on the test results, guys.
Those instructions in the Wiki were supposed to be coordinated with the 0.9.5 release of Cobra but I jumped the gun a bit. Once we have an official build for 0.9.5 I'll rebuild the package. The one that is available should be working but the Cobra.Compiler.dll it is bundled with has an issue regarding optional params in initializers. It's already fixed in Cobra from svn but I'm just waiting for the official build this time before repackaging.
Those instructions in the Wiki were supposed to be coordinated with the 0.9.5 release of Cobra but I jumped the gun a bit. Once we have an official build for 0.9.5 I'll rebuild the package. The one that is available should be working but the Cobra.Compiler.dll it is bundled with has an issue regarding optional params in initializers. It's already fixed in Cobra from svn but I'm just waiting for the official build this time before repackaging.
- nerdzero
- Posts: 286
- Location: Chicago, IL
Re: Help test next version of MonoDevelop/Xamarin Studio add
I've been trying to cut the 0.9.5 release, but have found a last minute problem each time. Hopefully I'm in the home stretch now. Shooting for a Monday morning public release (and a Sunday preview).
- Charles
- Posts: 2515
- Location: Los Angeles, CA
Who is online
Users browsing this forum: No registered users and 19 guests