YHaxen
YHaxen copied to clipboard
YHaxen is a Haxe project management tool written in Haxe. YHaxen can manage a project's variables, dependency validation, tests, builds, and releases.
when yhaxen run.n is compiled with haxe 3.2.0 a following errors starts to pop up: ant prepare "-Dtitle=MyApp12" "-Ddescription=MyApp12 description" "-D..." "-Dversion=0.0.0.0": File name too long command line length is...
``` json "builds":[ { "name": "prepare", "command": "ant", "arguments": "prepare" } ... ``` calling `yhaxen compile` on windows neko would crash
it seems that during validation phase, if a git repo can not be cloned for authentication reasons, the process would just hang without any feedback provided
Does not show all available options, for example -logLevel ... Adding a link to documentation would be helpful as well. Thanks
when repository does not contain "subdirectory" specified in dependency config use more proper error than "Error: std@sys_read_dir"
on windows if neko/yhaxen is executed without admin rights and haxelib is setuped in "Program Files" etc, FileSystem.hx create/write proxies directories into something like `c:\Users\\AppData\Local\VirtualStore\Program Files (x86)\HaxeToolkit\haxe-3.0.1\lib\`
if a haxelib lib contains .dev file, haxe compiler is not able to use specific lib version with -lib $lib:$version
if a lib A contains dependency B defined in haxelib.json with version C a haxe compiler cannot override it using `haxe -lib A -lib B:D`