Всем привет.
Проблема с Apache TOMCAT SIP-SERVLET.
Делаю следующее:
# yum install -y maven git ant subversion
# cd /usr/local/src
# git clone https://github.com/RestComm/sip-servlets.git
# cd sip-servlets
# cd ./build/release
# ant -buildfile ./build.xml
Запускается довольно долгий процесс, результат таков:
[exec] [ERROR] Failed to execute goal on project sip-servlets-core-api: Could not resolve dependencies for project
org.mobicents.servlet.sip:sip-servlets-core-api:jar:3.0.0-SNAPSHOT: Failed to collect dependencies for
[org.mobicents.servlet.sip:sip-servlets-spec:jar:3.0.0-SNAPSHOT (compile),
org.mobicents.servlet.sip:sip-servlets-jruby:jar:3.0.0-SNAPSHOT (compile),
org.mobicents.servlet.sip:sip-servlets-client:jar:3.0.0-SNAPSHOT (compile)
org.mobicents.servlet.sip:sip-servlets-annotations:jar:3.0.0-SNAPSHOT (compile), log4j:log4j:jar:1.2.17 (provided),
javax.sip:jain-sip-api:jar:1.2.0 (provided), javax.sip:jain-sip-ri:jar:[1.3,1.4) (provided),
org.mobicents.javax.sip:restcomm-jain-sip-ext:jar:[1.4,1.5) (provided),
org.mobicents.ha.javax.sip:restcomm-jain-sip-ha-core:jar:[1.5,1.6) (provided), junit:junit:jar:3.8.1 (test),
javax:javaee-web-api:jar:6.0 (provided)]: No versions available for
org.mobicents.javax.sip:restcomm-jain-sip-ext:jar:[1.4,1.5) within specified range -> [Help 1]
[exec] [ERROR]
[exec] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[exec] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[exec] [ERROR]
[exec] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[exec] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[exec] [ERROR]
[exec] [ERROR] After correcting the problems, you can resume the build with the command
[exec] [ERROR] mvn <goals> -rf :sip-servlets-core-api
BUILD FAILED
/usr/local/src/sip-servlets/build/release/build.xml:125: exec returned: 1
Total time: 23 minutes 2 seconds
Уже замучился менять релизы и системы, результат всегда одинаковый.