Cloned, build - but, many compile errors.

7 views
Skip to first unread message

robert.w...@web.de

unread,
Jul 12, 2017, 10:22:16 AM7/12/17
to ReactiveMongo - http://reactivemongo.org
Cloned either "master" and "0.12.x" and got for both tons of compilation errors.


$ cd ReactiveMongo
$ sbt
> +publish-local
Here a small excerpt :
[info] Compiling 67 Scala sources to C:\Users\rtweissm\Development\GitHub\ReactiveMongo2\driver\target\scala-2.10\classes...
[warn] C:\Users\rtweissm\Development\GitHub\ReactiveMongo2\driver\src\main\scala\core\protocol\protocol.scala:46: it is not recommended to define classes/objects inside of package objects.
[warn] If possible, define class RichBuffer in package protocol instead.
[warn]   class RichBuffer(val buffer: ChannelBuffer) extends AnyVal {
[warn]         ^
[warn] C:\Users\rtweissm\Development\GitHub\ReactiveMongo2\driver\src\main\scala\util\package.scala:32: it is not recommended to define classes/objects inside of package objects.
[warn] If possible, define class EitherMappableFuture in package util instead.
[warn]   case class EitherMappableFuture[A](future: Future[A]) {
[warn]              ^
[error] C:\Users\rtweissm\Development\GitHub\ReactiveMongo2\driver\src\main\scala\core\protocol\protocol.scala:22: not found: object shaded
[error] import shaded.netty.buffer._
[error]        ^
[error] C:\Users\rtweissm\Development\GitHub\ReactiveMongo2\driver\src\main\scala\core\protocol\protocol.scala:23: not found: object shaded
[error] import shaded.netty.channel._
[error]        ^
[error] C:\Users\rtweissm\Development\GitHub\ReactiveMongo2\driver\src\main\scala\core\protocol\protocol.scala:24: not found: object shaded
[error] import shaded.netty.handler.codec.oneone._
[error]        ^
....

Cédric Chantepie

unread,
Jul 12, 2017, 1:48:24 PM7/12/17
to ReactiveMongo - http://reactivemongo.org
Check your dev env. The automated build are working just fine.
Reply all
Reply to author
Forward
0 new messages