kswoll / WootzJs

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

How to generate HelloWorld.js (Getting Started Guide) #23

Open ShobhitMaheshwari opened 9 years ago

ShobhitMaheshwari commented 9 years ago

I think i may be wrong about how to start, but when I run HelloWorld solution, it doesn't generate HelloWorld.js required to include in HelloWorld.html (as described in Getting Started Page) Steps done:

  1. run build.bat. This is completed with no errors.
  2. Create HelloWorld C# console Application, and modify HelloWorld.csproj to https://github.com/RoneyIsland/WootzJs/blob/master/HelloWorld/HelloWorld.csproj. Please review it.
  3. Build the HelloWorld Project. I can see that mscorlib.js is copied to the output directory (bin/Debug) but, HelloWorld.js is not generated. No errors are reported.

How to generate this file? Do I write some command line arguments for that? Do I have to Build projects via Visual Studio in WootzJs library apart from running build.bat. (I haven't build projects in WootzJs.sln or WootzJs.Compiler.sln from Visual Studio; I just ran build.bat)

kswoll commented 9 years ago

Hey sorry, just started a new job! Won't have time to look at this until tomorrow. Thanks for your interest though, and I apologize for the delay in getting back to you.