Hi all, I'm evaluating buildr and sbt. Sbt compilation works ok, but in the buildr compile I get a lot of these errors:
error: illegal inheritance; self-type com.hotpotato.api.ops.AcceptFriendRequests.type does not conform to com.hotpotato.util.actors.Notifier's selftype com.hotpotato.util.actors.Notifier This seems to happen whenever I chain together multiple traits via: extends T1 with T2 with T3. I did do some searching of the list archives but couldn't find anything. Any thoughts? I'm sure I'm missing something basic... Thanks, Lincoln
