-
Notifications
You must be signed in to change notification settings - Fork 443
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
Support for rocket / rkt #557
Comments
Sounds great. You have time for a pr? |
I will have a look to see if I can add support :-) |
Awesome, thanks :) If you need any help don't hesitate to ask. |
I've had a look; I'm trying to reuse the appc-java package here (the idea being that we create one library for the JVM). However, it looks like scala has a problem loading this library, because I hit this error:
It looks like this is because some of the annotations aren't found (?) - at least that is what Stack Overflow suggested. I'm guessing this is because appc-java uses the AWS SDK now, which uses gson. I'm happy to make whatever changes to appc-java that are helpful, but I'm not a Scala expert so it looks like I'm stuck here! |
Do you have a link to the current state of you work (like commit sha of your fork)? Then it would be easier to take a look. And the stackoverflow questions you mentioned would be nice to take a look at. From what I see
|
@justinsb I wonder if it could also be the version of Scala that's being used. I see a bug that looks related that was fixed in Scala 2.10.4 and it appears sbt-native-packager is using 2.10.2. I sent a PR to upgrade, so perhaps worth a shot to see if that helps. |
@justinsb I'll release a |
released. |
@justinsb could you give your code another shot now that we've updated the Scala version? or share it so that we can try it? |
Any update? |
cc @justinsb |
It could be cool to add support to sbt for building rkt containers. I think we could basically just copy what @justinsb did in justinsb/docker-maven-plugin@aaa5db4
The text was updated successfully, but these errors were encountered: