I comment the following line in build.xml:
And I also edith the as file srcactionscript-commercialorgflowplayerconfigVersionInfo.as, like
replace
I also test the command line build script, which same as the in the build.xml, same error occured. So I think it maybe related to the too much args in windows.
<!--arg line="-define+=CONFIG::versionStatus,'${version-status-quoted}'" />
<arg line="-define+=CONFIG::controlsVersion,'${controls-version-info-quoted}'" />
<arg line="-define+=CONFIG::audioVersion,'${audio-version-info-quoted}'" /-->
And I also edith the as file srcactionscript-commercialorgflowplayerconfigVersionInfo.as, like
replace
return controlVersion; with
return "3.0.3";
And finally it comiled, seems work fine.I also test the command line build script, which same as the in the build.xml, same error occured. So I think it maybe related to the too much args in windows.