https://bz.apache.org/bugzilla/show_bug.cgi?id=59855
Stefan Bodewig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Target Milestone|--- |1.9.8 --- Comment #3 from Stefan Bodewig <[email protected]> --- fixed with git commit 4ef2554 (inside the 1.9.x and master branches). It might be good if you could relay back a few things I've found: * sbt uses Ant to run native2ascii so any sbt installation using Ant < 1.9.8 won't be able to use native2ascii * gradle doesn't seem to support native2ascii directly at all, this means people will either be using the CLI tool or Ant - in the later case they'll need to upgrade Ant, in the former case the JDK team's decision will break their builds. * maven doesn't support the equivalent of native2ascii's -reverse option I have no idea what the IDE integrations mentioned use, but wouldn't be surprised if the called out to the JDK tool under the covers either. -- You are receiving this mail because: You are the assignee for the bug.
