You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
when i run kite_c after git clone latest source code, following maven error reports, would you please share your idea on this?
scripts/mac/installMaven.sh is done
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
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
The text was updated successfully, but these errors were encountered:
i got the same error. I updated POM in jitsiTutorialTest. <parent> <groupId>org.webrtc.kite</groupId> <artifactId>kite-base</artifactId> <version>2.0.8</version> </parent>
I updated kite base version 2.0.7 to 2.0.8 and problem fixed.
when i run kite_c after git clone latest source code, following maven error reports, would you please share your idea on this?
scripts/mac/installMaven.sh is done
mirror section is added in ~/.m2
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
The text was updated successfully, but these errors were encountered: