JavaDoc jar contains duplicated entries for every file
<[email protected]> Sat, 18 Mar 2017 11:26:52 +0100
| Newsgroups | gmane.comp.java.objectweb.asm |
|---|---|
| Message-ID | <[email protected]> |
Hello, I tried to make a bug report on http://forge.ow2.org/tracker/?group_id=23 but unfortunately account creation at http://forge.ow2.org/account/register.php seems currently disabled. The asm-VERSION-sources.jar available at https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.ow2.asm%22%20AND%20a%3A%22asm%22 and from version 5.0.4 or earlier upto the latest 6.0_ALPHA all contain duplicated entries in the sources.jar. $ jar tvf ~/.m2/repository/org/ow2/asm/asm/5.0.4/asm-5.0.4-sources.jar | sort ... 9132 Fri May 15 16:37:28 CEST 2015 org/objectweb/asm/util/ TraceSignatureVisitor.java 9132 Fri May 15 16:37:28 CEST 2015 org/objectweb/asm/util/ TraceSignatureVisitor.java 9540 Fri May 15 16:37:28 CEST 2015 org/objectweb/asm/commons/Method.java 9540 Fri May 15 16:37:28 CEST 2015 org/objectweb/asm/commons/Method.java 9574 Fri May 15 16:37:26 CEST 2015 org/objectweb/asm/optimizer/Constant.java 9792 Fri May 15 16:37:26 CEST 2015 org/objectweb/asm/tree/analysis/ Interpreter.java 9792 Fri May 15 16:37:26 CEST 2015 org/objectweb/asm/tree/analysis/ Interpreter.java 98534 Fri May 15 16:37:28 CEST 2015 org/objectweb/asm/ClassReader.java 98534 Fri May 15 16:37:28 CEST 2015 org/objectweb/asm/ClassReader.java I would guess this is a problem created by the build system. Could this be fixed? It causes confusion for downstream tools using these jars. -- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws