Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

com.decodified not found when using EC2 #154

Open
jeffdyke opened this issue May 11, 2017 · 1 comment
Open

com.decodified not found when using EC2 #154

jeffdyke opened this issue May 11, 2017 · 1 comment

Comments

@jeffdyke
Copy link

Hello
In awscala.ec2.SSHEnabledInstance.ssh it imports import com.decodified.scalassh._, but in this commit(92cae58), the library was removed to use a forked version. When i attempt to use EC2 i get an error

Symbol 'term com.decodified' is missing from the classpath.
This symbol is required by 'method awscala.ec2.SSHEnabledInstance.ssh'

I'm happy to open a PR for this, but there may be reasons it is like this? Or is it simply that the jar is still in your ivy cache. I can confirm that adding the com.decodified library to my ivy cache solves this issue.

Thanks

@jeffdyke
Copy link
Author

tried a clone for a hopeful fix, i see you have a fork of scala-ssh that is ahead of veact, i'll try that, but right now unless you have these files locally sbt will not compile this project....at least for me. simple git clone and sbt compile fails to resolve veact, i see that its says "provided" and i'll admit i don't completely grasp that, but it would seem that this breaking behaviour to working on this independently and try to contribute. Luckily the code as it is simply requires the import of com.decodified, so using it works, helping the project seems a bit more of a hurdle.

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant