Early Access builds of JDK 8u122 b01 & JDK 9 EA b138 are available.

2016-10-07 Thread Rory O'Donnell
Hi Stefan, Early Access b01 for JDK 8u122 is available on java.net. Early Access b138 for JDK 9 is available on java.net, summary of changes are listed here .

[GitHub] ant issue #24: fix 60150 values containing backtick or $ character cause she...

2016-10-07 Thread bodewig
Github user bodewig commented on the issue: https://github.com/apache/ant/pull/24 @jwadamson do you think you could have a look at the Solaris problems with args processing in https://bz.apache.org/bugzilla/show_bug.cgi?id=59321 ? I must admit I'm confused by the different escaping st

[GitHub] ant issue #24: fix 60150 values containing backtick or $ character cause she...

2016-10-07 Thread jwadamson
Github user jwadamson commented on the issue: https://github.com/apache/ant/pull/24 Solaris is not my expertise either. The attachment https://bz.apache.org/bugzilla/attachment.cgi?id=34221&action=diff looks reasonable. So it is wrapping each $arg with double-quotes

[GitHub] ant issue #24: fix 60150 values containing backtick or $ character cause she...

2016-10-07 Thread jwadamson
Github user jwadamson commented on the issue: https://github.com/apache/ant/pull/24 playing with this alternate impl for now. So far works with dash and ksh and a torture parameter: $ ./bin/ant --execdebug run "-Dfoo=dollar\$backtick\`single'double\"backslash\\" ```