Hi all, The other day I noticed that, when run under Java 6, the <javah> task only produces headers for explicitly named classes. However, under Java 7, <javah> generates headers for the named classes as well as any nested or inner classes defined by those classes, regardless of whether the nested classes actually define any native methods.
Was this change intentional? I personally prefer the Java 6 behavior and I'm wondering if there might be a way to re-enable it in Java 7. Thanks, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org