jleistner opened a new issue #168:
URL: https://github.com/apache/royale-compiler/issues/168
When developing some simple unit tests for our application we wanted to add
additional arguments to the "command" property in the ant task but would get a
"File not found" error because "command" is actually just the path to the
executable.
So we added a new property "additionalArguments" to RoyaleUnit which allows
the user to pass additional arguments for the "command" property as a String.
```
<royaleunit player="html" swf="${basedir}/bin/js-debug/index.html"
command="/usr/bin/google-chrome"
additionalArguments="--headless --remote-debugging-port=1024"/>
```
We think other developers might find this option useful too, so if you think
this is a worthy addition to the royale-compiler we are going to create a pull
request.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]