[MonoDevelop] I've got an addin that I'm ready to distribute; but I can't get it to build on addins.monodevelop.com

George Cook george.cook at twintechs.com
Tue Mar 1 00:00:56 UTC 2016


The project builds fine locally, and is running great.

The problem I have is that no matter what I do, the output the build from the addin portal ends with the following errors
I’ve been banging my head against this for hours now. Would appreciate some help!!


The repo is : https://github.com/georgejecook/EditorComfortAddin <https://github.com/georgejecook/EditorComfortAddin>

I’m really keen to get this out, as it has some great productivity features I know other Xamarin developers will love.



Fetching Source

> git fetch origin




Building Solution

All packages listed in packages.config are already installed.


XBuild Engine Version 12.0
Mono, Version 4.0.1.0
Copyright (C) 2005-2013 Various Mono authors

Build started 2/29/2016 11:54:19 PM.
__________________________________________________
Project "/build/EditorComfortAddin.sln" (Clean target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "Debug|Any CPU".
Done building project "/build/EditorComfortAddin.sln".

Build succeeded.
	 0 Warning(s)
	 0 Error(s)

Time Elapsed 00:00:00.4927680


XBuild Engine Version 12.0
Mono, Version 4.0.1.0
Copyright (C) 2005-2013 Various Mono authors

Build started 2/29/2016 11:54:20 PM.
__________________________________________________
Project "/build/EditorComfortAddin.sln" (default target(s)):
	Target ValidateSolutionConfiguration:
		Building solution configuration "Debug|Any CPU".
	Target Build:
		Project "/build/EditorComfortAddin/EditorComfortAddin.csproj" (default target(s)):
			Target ResolveMonoDevelopLocations:
				MDConfigDir:   
				MDAddinsDir:   
				MDBinDir:      /home/builder/cydin-files/AppReleases/4.0
/build/packages/MonoDevelop.Addins.0.3.0/build/net40/MonoDevelop.Addins.targets: error : Bin directory not found: 
			Task "Error" execution -- FAILED
			Done building target "ResolveMonoDevelopLocations" in project "/build/EditorComfortAddin/EditorComfortAddin.csproj".-- FAILED
		Done building project "/build/EditorComfortAddin/EditorComfortAddin.csproj".-- FAILED
	Task "MSBuild" execution -- FAILED
	Done building target "Build" in project "/build/EditorComfortAddin.sln".-- FAILED
Done building project "/build/EditorComfortAddin.sln".-- FAILED

Build FAILED.
Errors:

/build/EditorComfortAddin.sln (default targets) ->
(Build target) ->
/build/EditorComfortAddin/EditorComfortAddin.csproj (default targets) ->
/build/packages/MonoDevelop.Addins.0.3.0/build/net40/MonoDevelop.Addins.targets (ResolveMonoDevelopLocations target) ->

	/build/packages/MonoDevelop.Addins.0.3.0/build/net40/MonoDevelop.Addins.targets: error : Bin directory not found: 

	 0 Warning(s)
	 1 Error(s)

Time Elapsed 00:00:00.4473680


Command failed.


Now I’m utterly confused. I’ve tried removing the MonoDvelop.Addin package from my nuget .packages file; but then I can’t compile at all, as none of the dependencies are present.



George Cook
Mobile Consultant
Twin Technologies
george.cook at twintechs.com <mailto:george.cook at twintechs.com>
+1 (973) 607-2809

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodevelop-list/attachments/20160229/04eda52c/attachment.html>


More information about the Monodevelop-list mailing list