Im guessing that the gentoo developers are familar with this but I only just found it this out so.....
Ant 1.7 allows the declaration of system variables 'ant.build.javac.source' and 'ant.build.javac.target
' that will be used as defaults for javac and javadoc tags.
What will be the impact of this feature on our present build system?
Are we planning eventually to scrap our build.xml rewriting or even rewrite
build.xml files to remove -source , -target attributes?