tags:

views:

12

answers:

0

Hi,

I'm having trouble getting a VisualStudio extention project to build under hudson. The problem is that the primary project contains a source.extention.vsixmanifest which, at some point, is moved to obj/Debug/extention.vsixmanifest. However this relative path is all that's output when the build fails not being able to find the file (which is there if that path is relative to the right location).

The complete build output may be found at: http://asebeast.cpsc.ucalgary.ca:9090/hudson/job/GreenPepe/46/console

Does any one know what is causes this issue?

Thanks