webrtc / KITE

KITE is a test engine designed to test WebRTC interoperability across browsers
Apache License 2.0
464 stars 125 forks source link

Non-resolvable parent POM for org.webrtc.kite:jitsitutorial-test:0.0.1 #201

Open gaocunbin opened 1 year ago

gaocunbin commented 1 year ago

when i run kite_c after git clone latest source code, following maven error reports, would you please share your idea on this?

  1. scripts/mac/installMaven.sh is done

  2. mirror section is added in ~/.m2

    internal-repository Maven Repository Manager running on repo.mycompany.com http://repository.springsource.com/maven/bundles/external com.springsource.repository.bundles.external
  3. under the KITE home directory, run kite_c, following errors report kite_c -n -e [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for org.webrtc.kite:jitsitutorial-test:0.0.1: Failure to find org.webrtc.kite:kite-base:pom:2.0.7 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 8, column 11 [WARNING] 'version' contains an expression but should be a constant. @ org.webrtc.kite:kite-framework:${kite.framework.version}, /Users/gaocunbin/Desktop/code/kevin/KITE/KITE-Framework/pom.xml, line 14, column 12 [WARNING] 'version' contains an expression but should be a constant. @ org.webrtc.kite:kite-engine:${kite.version}, /Users/gaocunbin/Desktop/code/kevin/KITE/KITE-Engine/pom.xml, line 14, column 12 [WARNING] 'version' contains an expression but should be a constant. @ org.webrtc.kite:apprtc-test:${kite.apprtc.version}, /Users/gaocunbin/Desktop/code/kevin/KITE/KITE-AppRTC-Test/pom.xml, line 16, column 12 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.webrtc.kite:jitsitutorial-test:0.0.1 (/Users/gaocunbin/Desktop/code/kevin/KITE/KITE-JitsiTutorial-Test/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.webrtc.kite:jitsitutorial-test:0.0.1: Failure to find org.webrtc.kite:kite-base:pom:2.0.7 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 8, column 11 -> [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

ethembelka commented 1 year ago

i got the same error. I updated POM in jitsiTutorialTest. `

org.webrtc.kite
<artifactId>kite-base</artifactId>
<version>2.0.8</version>

` I updated kite base version 2.0.7 to 2.0.8 and problem fixed.