Serge
Serge
You have to add this repository : http://teleal.org/m2/ (or http://4thline.org/m2/ ) in order to get in your local repository the cling\* jar. (as i'm using a maven repository on my...
Good point. I just added those informations in the README file. Thanks for the reminder.
Ok i've corrected that one on my side. I'll try it at home tonight on my Sonos boxes to test there are no regressions, and after that i'll commit it....
Code ok on my side, just commited
Ok i'll correct the "discover" command, but not with a sleep there (the startDiscovery method is widely used, and on the other cases (regular commands) the discover is a bit...
As a maven project with sub-modules, you have (usually) to work in the sonos-root module. The sonos-java module as a "parent pom" (top of the pom.xml) in order to inherit...
Hello, I don't know how to help you. What is your maven version ? (mvn --version) I'm using Maven 2.2.1, but i've just checked with Maven 3, it works the...
I'm not a big fan of Maven in the end (gradle seems way better) but i'm so used to work with it that i put back on every project, but...
I wonder if you wouln't have a repository / settings.xml issue ... does a simple maven project works ? (a simple pom.xml with only one dependency) Otherwise, there are plugins...
Right ! A while ago, i was using guice (which is a great dependency injection framework). For various reasons, i removed it (and thus removed the guice dependency in the...