Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Using MSBuild to build M2MQTT

Hi,
 
I'm trying to build the whole M2MQTT project on my machine, but I would like to do it using MSBuild in hudson.
 
I'm getting errors about not being able to find .target files for .Net embedded, but I'm not sure what I need to download (or where to get it from).
Done Building Project "C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt\M2Mqtt.WinRT.csproj" (default targets) -- FAILED.
Done Building Project "C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt.sln" (default targets) -- FAILED.
Build FAILED.
"C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt.sln" (default target) (1) ->
"C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt\M2Mqtt.NetCf39.csproj" (default target) (3) ->
  C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt\M2Mqtt.NetCf39.csproj(88,3): error MSB4019: The imported project "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WindowsEmbeddedCompact.CSharp.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

"C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt.sln" (default target) (1) ->
"C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt\M2Mqtt.NetMf42.csproj" (default target) (4) ->
  C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt\M2Mqtt.NetMf42.csproj(31,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\.NET Micro Framework\v4.2\CSharp.Targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

"C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt.sln" (default target) (1) ->
"C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt\M2Mqtt.NetMf43.csproj" (default target) (5) ->
  C:\Users\james\.hudson\jobs\Paho .Net Build\workspace\M2Mqtt\M2Mqtt.NetMf43.csproj(31,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\.NET Micro Framework\v4.3\CSharp.Targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.

 
 
 
Kind regards,
 
James Sutton
Software Engineer - IoT Foundation - MQTT Open Source Projects
Technical Trojan - Wimbledon Project
 

Phone: 01962 815438 | Extension: x372454
E-mail: 
Personal Website: www.jsutton.co.uk
Find me on:      
IBM

Hursley Park
HursleySO212JN
United Kingdom
 
IBM United Kingdom Limited Registered in England and Wales with number 741598 Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU
Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU


Back to the top