kswoll / WootzJs

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

Build issues? #22

Open g40 opened 9 years ago

g40 commented 9 years ago

Hi Kirk,

Building off your commit ID 39cf0ab23fbc67bb36fb8e786cb1137210972b7d and am getting a few errors. This with latest CTP of VS1205 etc. Details below.

RDQ: Is there an oven-ready demo I can run? TIA.

Show Details    Severity    Code    Description Project File    Line
    Error       The command "R:\src\dotnet\wootz\WootzJs.Compiler.Tests\..\WootzJs.Compiler\bin\debug\WootzJs.Compiler.exe R:\src\dotnet\wootz\WootzJs.Compiler.Tests\WootzJs.Compiler.Tests.csproj bin\Debug\ mscorlib=R:\src\dotnet\wootz\WootzJs.Compiler.Tests\..\WootzJs.Runtime\WootzJs.Runtime.csproj 
copy R:\src\dotnet\wootz\WootzJs.Compiler.Tests\..\build\mscorlib.js R:\src\dotnet\wootz\WootzJs.Compiler.Tests\bin\Debug\
copy R:\src\dotnet\wootz\WootzJs.Compiler.Tests\..\build\System.js R:\src\dotnet\wootz\WootzJs.Compiler.Tests\bin\Debug\

copy R:\src\dotnet\wootz\WootzJs.Compiler.Tests\..\build\System.ComponentModel.DataAnnotations.js R:\src\dotnet\wootz\WootzJs.Compiler.Tests\bin\Debug\

copy R:\src\dotnet\wootz\WootzJs.Compiler.Tests\..\build\WootzJs.Web.js R:\src\dotnet\wootz\WootzJs.Compiler.Tests\bin\Debug\
copy R:\src\dotnet\wootz\WootzJs.Compiler.Tests\..\build\WootzJs.Testing.js R:\src\dotnet\wootz\WootzJs.Compiler.Tests\bin\Debug\" exited with code 1.  WootzJs.Compiler.Tests      
    Error       The command "R:\src\dotnet\wootz\WootzJs.Injection\..\WootzJs.Compiler\bin\debug\WootzJs.Compiler.exe R:\src\dotnet\wootz\WootzJs.Injection\WootzJs.Injection.csproj bin\Debug\
copy R:\src\dotnet\wootz\WootzJs.Injection\bin\Debug\WootzJs.Injection.js R:\src\dotnet\wootz\WootzJs.Injection\..\build" exited with code 1.   WootzJs.Injection       
    Error       The command "R:\src\dotnet\wootz\WootzJs.Rx.Tests\..\WootzJs.Compiler\bin\debug\WootzJs.Compiler.exe R:\src\dotnet\wootz\WootzJs.Rx.Tests\WootzJs.Rx.Tests.csproj bin\Debug\
copy R:\src\dotnet\wootz\WootzJs.Rx.Tests\..\build\mscorlib.js R:\src\dotnet\wootz\WootzJs.Rx.Tests\bin\Debug\
copy R:\src\dotnet\wootz\WootzJs.Rx.Tests\..\build\WootzJs.Rx.js R:\src\dotnet\wootz\WootzJs.Rx.Tests\bin\Debug\" exited with code 1.   WootzJs.Rx.Tests        
kswoll commented 9 years ago

Did you run ./build.bat first before compiling in VS? I admit this process is less than ideal, but it should get you going. As for a good demo, it's something I've been meaning to address.

g40 commented 9 years ago

All good using ./build.bat. Am exploring demo options. Will keep you posted.