[Reproducible-builds] java.util.Properties writer and
Emmanuel Bourg
ebourg at apache.org
Sat May 28 22:37:18 UTC 2016
Le 29/05/2016 à 00:02, Sascha Steinbiss a écrit :
> I was wondering whether you have encountered this issue before and in general what your thoughts are.
Hi Sascha,
I confirmed that I encountered this issue with the property files
generated by Ant... and I fixed it last week [1] ;) I haven't uploaded
it yet though.
You are right to be concerned about the entries ordering of
java.util.Properties, fortunately Ant uses a subclass that preserves the
ordering [2].
I haven't upstreamed the patches yet, the paint it still fresh and I
expect other issues to surface.
Emmanuel Bourg
[1]
https://anonscm.debian.org/cgit/pkg-java/ant.git/commit/?id=fb28d52ff4681f18699221707efe6fb8d06c1dc2
[2]
https://anonscm.debian.org/cgit/pkg-java/ant.git/tree/src/main/org/apache/tools/ant/util/LayoutPreservingProperties.java
More information about the Reproducible-builds
mailing list