aws-wrap icon indicating copy to clipboard operation
aws-wrap copied to clipboard

Sources Jar seems mangled

Open spangaer opened this issue 8 years ago • 1 comments

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 avatar Jun 30 '16 07:06 spangaer

@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

mingchuno avatar Jul 16 '16 19:07 mingchuno