dwhjames / aws-wrap

Asynchronous Scala Clients for Amazon Web Services
https://dwhjames.github.io/aws-wrap/
Apache License 2.0
126 stars 58 forks source link

Sources Jar seems mangled #54

Open spangaer opened 8 years ago

spangaer commented 8 years ago

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.

mingchuno commented 8 years ago

@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