On 04/09/2016 21:56, Robert Scholte wrote:
:
Also if you "unzip <jar> -d <somedir>" then does everything look okay?
hboutemy $ unzip -t multirelease-0.8-SNAPSHOT_failure.jar | grep class
hboutemy testing: base/Base.class OK
hboutemy testing: META-INF/versions/9/mr/A.class OK
hboutemy testing: META-INF/versions/8/mr/A.class OK
hboutemy testing: mr/A.class OK
hboutemy $ unzip -t multirelease-0.8-SNAPSHOT_success.jar | grep class
hboutemy testing: base/Base.class OK
hboutemy testing: META-INF/versions/8/mr/A.class OK
hboutemy testing: mr/A.class OK
hboutemy testing: META-INF/versions/9/mr/A.class OK
Looks good to me.
I think I need to see multirelease-0.8-SNAPSHOT_failure.jar to
understand this as I suspect there is more going on that is obvious
here. I'll see if I can duplicate it.
-Alan