Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 15 by
hba...@hbatra.com: "haxelib run chxdoc install" on Windows
produces incorrect chxdoc.exe
http://code.google.com/p/caffeine-hx/issues/detail?id=15
What steps will reproduce the problem?
1. Windows 7, Haxe 2.10, chxdoc 1.2.0 (installed via haxelib)
2. "haxelib run chxdoc compile" produces chxdoc.n file (approx 237KB)
3. "nekotools boot chxdoc.n" produces chxdoc.exe file (approx 240KB)
4. however, "haxelib run chxdoc install" produces chxdoc.exe file of only
8KB, which throws neko exception on being run.
What is the expected output? What do you see instead?
Expect chxdoc.exe with size 240KB.
Actual chxdoc.exe is only 8KB
What version of the product are you using? On what operating system?
Windows 7 (tried on both 32-bit and 64-bit)
Haxe 2.10
Neko 1.8.2
Chxdoc 1.2.0 (installed via "haxelib install chxdoc")
Please provide any additional information below.