-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
22.x #100
base: master
Are you sure you want to change the base?
Conversation
What version of Sakai are you on? You need to build Sakai first so you have the artefacts in your local maven repository. At least build sakaiproject/sakai/master to get that master pom. |
I'm having Sakai 19.4 for test and 20.0 / 20.x as official On both servers it shows me the same error. Sakai is already installed and up and running. Also BBB 2.2 is up and running along with a TURN server. No problem there. The only problem i encountered was that error, after downloading from git the bbb-tool folder and trying to install it. When I give the maven command, it tells me that 22-SNAPSHOT cannot be found on that oss server |
You need to be using the right branch of bbb-tool. Pick the 19.x branch, or the 20.x. |
What I was saying is that i have two versions of sakai on two different virtual Machines. A 19.x and 20.x, and tried to install bbb-tool on both of them. After executing the mvn command, the error that I mentioned in the original post, appears. The one that cannot find 22-Snapshot. And at that point, i couldn't do much of an install. |
cd bbb-tool |
This reverts commit 330666b.
* BBB-165 Moved to stock Sakai date picker https://jira.sakaiproject.org/browse/BBB-165 * tabs Co-authored-by: Sam Ottenhoff <[email protected]> (cherry picked from commit a982d25)
…red titles being interpreted as dates or numbers (cherry picked from commit d60e2c9)
https://sakaiproject.atlassian.net/browse/BBB-172 (cherry picked from commit 3edb71e)
https://sakaiproject.atlassian.net/browse/BBB-172 (cherry picked from commit 0ee2d40)
Hello guys,
So, I'm facing with a problem, more exactly an error that doesn't let me install the new bbb-tool version:
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.sakaiproject.bbb:bbb:22-SNAPSHOT (/opt/bbb-tool/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for org.sakaiproject.bbb:bbb:22-SNAPSHOT: Could not find artifact org.sakaiproject:master:pom:22-SNAPSHOT in sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots) and 'parent.relativePath' points at wrong local POM @ line 8, column 13 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
I read on some forums to use an earlier version (like 21-Snapshot) but that didn't help me much as it crashed my sakai, giving errors, maybe because it as other version than the modified one.
As to I'm new in this BigBlueButton thing, I'd like some help in some way to solve the error that I mentioned