Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure to create a jar with manifest #281

Merged
merged 5 commits into from
Dec 26, 2019

Conversation

raboof
Copy link
Contributor

@raboof raboof commented Dec 24, 2019

Fixes a regression introduced in
605d908

@eed3si9n
Copy link
Member

[info] - it should create valid jar files *** FAILED ***
[info]   java.nio.file.NoSuchFileException: foo.txt
[info]   at com.sun.nio.zipfs.ZipFileSystem.newByteChannel(ZipFileSystem.java:636)
[info]   at com.sun.nio.zipfs.ZipPath.newByteChannel(ZipPath.java:739)
[info]   at com.sun.nio.zipfs.ZipFileSystemProvider.newByteChannel(ZipFileSystemProvider.java:255)
[info]   at java.nio.file.Files.newByteChannel(Files.java:361)
[info]   at java.nio.file.Files.newByteChannel(Files.java:407)
[info]   at java.nio.file.Files.readAllBytes(Files.java:3152)
[info]   at sbt.io.IOSpec.$anonfun$new$34(IOSpec.scala:236)
[info]   at sbt.io.IO$.withTemporaryDirectory(IO.scala:489)
[info]   at sbt.io.IO$.withTemporaryDirectory(IO.scala:499)
[info]   at sbt.io.IOSpec.$anonfun$new$33(IOSpec.scala:219)

@raboof
Copy link
Contributor Author

raboof commented Dec 24, 2019 via email

Fixes a regression introduced in
605d908
@raboof
Copy link
Contributor Author

raboof commented Dec 26, 2019

should be good to go now AFAICS - do you want me to squash or will you on merge?

@eed3si9n
Copy link
Member

I can squash on merge.

@eed3si9n eed3si9n merged commit 8f1686e into sbt:develop Dec 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants