aws-wrap
aws-wrap copied to clipboard
Sources Jar seems mangled
As many devs I have my Eclipse (or sbt) systemically pull the sources of my dependencies. I wanted to try out this lib, the sources got pulled from bintray alright, but trying to look at them in eclipse fails. From the looks of it the problem lies in the fact that the package layers "com.github.dwhjames" are missing in the source jar. This corresponds with your source structure in github, but I guess eclipse can't cope with that level of creativity (while fully supported in Scala). You could argue it's Scala IDE bug as well.
@spangaer I have forked this repo and published it under version 0.9.0 https://github.com/mingchuno/aws-wrap
Can you please check if you still have any problems? If yes, please submit an issue there