I am trying to compile one lib using haxelib. When I make that manually in windows cmd all work well, but when I make a build with Jenkins using a "Exectue Windows batch command" in the configuration, the result is::
>haxelib run hxcpp Build.xml
+
No more details, no more log, only that and exit 1 instruction.
Whats is the meaning of '+' symbol? Is a haxelib problem? Jenkins?