"gradle resolveDeps" error

82 views
Skip to first unread message

Gil Yoder

unread,
Mar 3, 2017, 5:11:43 PM3/3/17
to BigBlueButton-dev
I am following instructions given at http://docs.bigbluebutton.org/1.1/11-setup.html#developing-bbb-web to configure my development server and caught a snag while running "gradle resolveDeps" within the bigbluebutton-web directory. Here is the command I issued on the command line, and the error I got:

gil@bbbdev:~/dev/bigbluebutton/bigbluebutton-web$ gradle resolveDeps
:resolveDeps

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':default'.
> Could not find org.bigbluebutton:bbb-common-message:0.0.18-SNAPSHOT.
  Searched in the following locations:
      file:/home/gil/.m2/repository/org/bigbluebutton/bbb-common-message/0.0.18-SNAPSHOT/maven-metadata.xml
      file:/home/gil/.m2/repository/org/bigbluebutton/bbb-common-message/0.0.18-SNAPSHOT/bbb-common-message-0.0.18-SNAPSHOT.pom
      file:/home/gil/.m2/repository/org/bigbluebutton/bbb-common-message/0.0.18-SNAPSHOT/bbb-common-message-0.0.18-SNAPSHOT.jar
  Required by:
      :bigbluebutton-web:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 11.735 secs


Can anyone help me sort this one out?

Gil

Chad Pilkey

unread,
Mar 3, 2017, 5:23:27 PM3/3/17
to BigBlueButton-dev
For now you should build common-messages and then bbb-web, bbb-apps, or akka-apps will all be able to find it. http://docs.bigbluebutton.org/1.1/11-setup.html#developing-bbb-common-messages

Gil Yoder

unread,
Mar 3, 2017, 5:52:15 PM3/3/17
to BigBlueButton-dev
Thank you, Chad. That was exactly what I needed.

Gil
Reply all
Reply to author
Forward
0 new messages