mdedetrich commented on issue #986: URL: https://github.com/apache/incubator-pekko/issues/986#issuecomment-1903253424
@He-Pin In that case I would have a look at https://github.com/sbt/sbt-osgi/pull/81/files#diff-2530a9c505dd4cb34217eb195d5db3cab065049f033db306f485078da72edd5dR81-R93 and make a PR against sbt-osgi with the fix. It should be quite understandable what that code is doing. I don't know how/why Windows is bringing in its own `META-INF/MANIFEST.MF`, the solution might be just to just exclude the copying of that extra `META-INF/MANIFEST.MF` (I would inspect its contents to see what is in there). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
