kswoll / WootzJs

C# to Javascript Compiler implemented via Roslyn
MIT License
110 stars 21 forks source link

Build issue with freshly cloned repository #26

Open MarkStega opened 9 years ago

MarkStega commented 9 years ago

Running Build.Bet immediately after cloning the repository runs into errors starting with the first step

CSC : warning CS8032: An instance of analyzer Microsoft.CodeAnalysis.CSharp.Analyzers.MetaAnalyzers.CSharpReportDiagnosticAnalyzer cannot be created from D:\TemporarySolutions\WootzJs\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0-rc1\tools\analyzers\C#\Microsoft.CodeAnalysis.CSharp.Analyzers.dll : Could not load file or assembly 'System.Collections.Immutable, Version=1.1.33.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.. [D:\TemporarySolutions\WootzJs\WootzJs.Compiler\WootzJs.Compiler.csproj]

and then later in the build:

`D:\TemporarySolutions\WootzJs>"C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" .\WootzJs.ComponentModel.DataAnnotations\WootzJs.ComponentModel.DataAnnotations.csproj Microsoft (R) Build Engine version 14.0.24606.1 Copyright (C) Microsoft Corporation. All rights reserved.

Build started 10/8/2015 6:33:26 PM. Project "D:\TemporarySolutions\WootzJs\WootzJs.ComponentModel.DataAnnotations\WootzJs.ComponentModel.DataAnnotations.csproj" on node 1 (default targets). D:\TemporarySolutions\WootzJs\WootzJs.ComponentModel.DataAnnotations\WootzJs.ComponentModel.DataAnnotations.csproj(55,3): error MSB4019: The imported project "c:\dev\WootzJs\build\WootzJs.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. Done Building Project "D:\TemporarySolutions\WootzJs\WootzJs.ComponentModel.DataAnnotations\WootzJs.ComponentModel.DataAnnotations.csproj" (default targets) -- FAILED.

Build FAILED.

"D:\TemporarySolutions\WootzJs\WootzJs.ComponentModel.DataAnnotations\WootzJs.ComponentModel.DataAnnotations.csproj" (default target) (1) -> D:\TemporarySolutions\WootzJs\WootzJs.ComponentModel.DataAnnotations\WootzJs.ComponentModel.DataAnnotations.csproj(55,3): error MSB4019: The imported project "c:\dev\WootzJs\build\WootzJs.targets" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk.

0 Warning(s)
1 Error(s)`