sstone / amqp-client

[THIS PROJECT HAS BEEN ARCHIVED AND IS NO LONGER MAINTAINED] Simple fault-tolerant AMQP client written in Scala and based on Akka and the RabbitMQ java client
MIT License
161 stars 88 forks source link

please don't use dots in your source directory names #65

Closed fommil closed 9 years ago

fommil commented 9 years ago

it confuses IDEs when attempting to resolve sources to classfiles.

https://github.com/ensime/ensime-server/issues/1088

sstone commented 9 years ago

doh... it's been like this for a long time and I thought I had gotten away with it but you're right, it's bad practice.

jpswain commented 9 years ago

@sstone thank you for fixing this!