-
Notifications
You must be signed in to change notification settings - Fork 43
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
fix #41 test-08-failOnClassesExcludedFromJarStar #43
fix #41 test-08-failOnClassesExcludedFromJarStar #43
Conversation
FYI @xuwei-k |
I'm confused about what's going on here actually now... will look into it more later |
.travis.yml
Outdated
@@ -1,4 +1,5 @@ | |||
language: scala | |||
sudo: false | |||
script: sbt scripted |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are also test cases that need to be run, so sbt test
is required.
@ktoso pretty sure that the |
I missed your reply here, sorry about that @larsrh ! Will try then! |
No worries, I have no recollection of even posting that comment 😆 |
Yeah I'd also rather not remember any work on anything osgi related ;) |
I think it SHOULD fail then... leaving this open for now |
Resolves #41
The replacing was too aggressive leading to wrong things happening; we just want to drop the trailing .* if present