--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
hi Richard
I want to set up BigBlueButton development environment for developing Deskshare. I am following the steps:
cd
/home/firstuser/dev/bigbluebutton/deskshare
gradle resolveDeps
There some errors:
Cached resource is up-to-date (lastModified: Thu Dec 25 02:56:41 CST 2014). [HTTP: http://oss.sonatype.org/content/repositories/snapshots/org/red5/red5-server/1.0.4-SNAPSHOT/red5-server-1.0.4-20141224.184107-2.pom]
Resource missing. [HTTP GET: http://repo1.maven.org/maven2/org/red5/red5-server/1.0.4-SNAPSHOT/maven-metadata.xml]
Resource missing. [HTTP HEAD: http://repo1.maven.org/maven2/org/red5/red5-server/1.0.4-SNAPSHOT/red5-server-1.0.4-SNAPSHOT.pom]
Resource missing. [HTTP HEAD: http://repo1.maven.org/maven2/org/red5/red5-server/1.0.4-SNAPSHOT/red5-server-1.0.4-SNAPSHOT.jar]
Resource missing. [HTTP HEAD: http://oss.sonatype.org/content/repositories/releases/org/scala-tools/vscaladoc/1.1-md-3/vscaladoc-1.1-md-3.jar]
:app:resolveDeps (Thread[main,5,main]) completed. Took 17.409 secs.
FAILURE: Build failed with an exception.
 * What went wrong:
Could not resolve all dependencies for configuration ':default'.
> Could not find org/red5:red5-server:1.0.4-SNAPSHOT.
Required by:
:deskshare:unspecified
> Could not find org.red5:red5-io:1.0.4-SNAPSHOT.
Required by:
:deskshare:unspecified
 
I have got the missed files in https://code.google.com/p/blindside/source/browse/repository/org/red5/red5-server-1.0.4-SNAPSHOT.jar
Then I redo:
gradle resolveDeps
it shows:
Resource missing. [HTTP HEAD: http://repo1.maven.org/maven2/org/scala-tools/scala-tools-parent/1.3/scala-tools-parent-1.3.jar]
* What went wrong:Could not resolve all dependencies for configuration ':app:default'.> Could not download artifact 'org.testng:testng:5.8:testng.jar'   > Artifact 'org.testng:testng:5.8:testng.jar' not found.
Now How can I get the file “scala-tools-parent-1.3.jar”, and I can find the testing-5.8.jar in https://code.google.com/p/blindside/source/browse/#svn%2Frepository%2Forg%2Ftestng
But I don’t understand “org.testng:testng:5.8:testng.jar”. is this a path??
and are there some updated development documents for BBB 0.90?
Thanks a lot!