YHaxen icon indicating copy to clipboard operation
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.

Results 12 YHaxen issues
Sort by recently updated
recently updated
newest added

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...

bug

``` json "builds":[ { "name": "prepare", "command": "ant", "arguments": "prepare" } ... ``` calling `yhaxen compile` on windows neko would crash

bug

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

bug

Does not show all available options, for example -logLevel ... Adding a link to documentation would be helpful as well. Thanks

enhancement

when repository does not contain "subdirectory" specified in dependency config use more proper error than "Error: std@sys_read_dir"

enhancement

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\`

wontfix

if a haxelib lib contains .dev file, haxe compiler is not able to use specific lib version with -lib $lib:$version

wontfix

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`

wontfix