well, I am actually coding, and using the MonoDevelop addin.
Today I ran into this COBRA INTERNAL ERROR
I can send you the entire project, it's a small application that I hope will reach fruition. It's purpose is to suggest a garden arrangement based on companion planting. I'm in the 0.1 stages, but it's coming along nicely. Anyway I'm enjoying using cobra with the concise syntax, and learning new features all the time (why is the documentation hidden? )
so back from the excursion, here is the output from MonoDevelop xbuild.
- Code: Select all
Building: SimpleGardenPlanner (Debug)
Build started 1/2/2014 8:41:58 AM.
__________________________________________________
Project "/home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/SimpleGardenPlanner.cobraproj" (Build target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /usr/local/bin/cobra execution started with arguments: -compile -back-end:none -clr-platform:AnyCPU -copy-core:no -correct-source:none -debug:1 -delay-sign:no -embed-run-time:yes -include-traces:yes -keep-intermediate-files:no -native-compiler:auto -number:decimal -out:/home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/obj/Debug/SimpleGardenPlanner.dll -target:lib -contracts:inline -include-asserts:yes -include-nil-checks:yes -include-tests:yes -optimize:no -reference:/home/kobi/WualaDrive/temperate/work_backup/Json.NET/Bin/Net40/Newtonsoft.Json.dll -native-compiler-arg:"/errorreport:none" /home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/Code/Dirt.cobra /home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/Code/Garden.cobra /home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/Code/IFieldItem.cobra /home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/Code/Plant.cobra /home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/Code/ManageGarden.cobra /home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/Code/Stone.cobra /home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/Code/Utils.cobra
/usr/lib/mono/xbuild/Cobra/Cobra.targets: error : error: COBRA INTERNAL ERROR / NullReferenceException / Object reference not set to an instance of an object
Task "CobraCompiler" execution -- FAILED
Done building target "CoreCompile" in project "/home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/SimpleGardenPlanner.cobraproj".-- FAILED
Done building project "/home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/SimpleGardenPlanner.cobraproj".-- FAILED
Build FAILED.
Errors:
/home/kobi/WualaDrive/temperate/work_backup/SimpleGardenPlanner/SimpleGardenPlanner.cobraproj (Build) ->
/usr/lib/mono/xbuild/Cobra/Cobra.targets (CoreCompile target) ->
/usr/lib/mono/xbuild/Cobra/Cobra.targets: error : error: COBRA INTERNAL ERROR / NullReferenceException / Object reference not set to an instance of an object
0 Warning(s)
---------------------- Done ----------------------
Build: 1 error, 0 warnings