HI All,
I have an older application that I have convereted from a complex ant
build to gradle. One problem I ran into is the integration tests which
test parsing a proprietary file format require file.encoding to be set
to ISO-8859-1 or the tests will fail. I tried gradle test
-Dfile.encoding=ISO-8859-1 but to no avail. I could only get these
tests to run by export JAVA_TOOL_OPTIONS="-Dfile.encoding=ISO-8859-1"
but this does is globally... which doesn't work well asa we have other
projects that require the default UTF-8.
Is there anyway I can set the file.encoding from the build script for its run?
Thanks,
James
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email