RestComm / jain-slee

The World's #1 Open Source JAIN-SLEE (JSLEE) 1.1 Implementation
http://www.restcomm.com/
GNU Affero General Public License v3.0
25 stars 50 forks source link

Ant command failed to build for SS7 #131

Open Plutonii opened 6 years ago

Plutonii commented 6 years ago

jain-slee version: 7.2.0-151 During building I have error:

get-ss7:
     [echo] Downloading SS7
      [get] Getting: http://github.com/RestComm/jss7/releases/download/7.3.1398/restcomm-jss7-7.3.1398.zip
      [get] To: /root/jain-slee-7.2.0-151/release/restcomm-ss7.zip
      [get] http://github.com/RestComm/jss7/releases/download/7.3.1398/restcomm-jss7-7.3.1398.zip permanently moved to https://github.com/RestComm/jss7/releases/download/7.3.1398/restcomm-jss7-7.3.1398.zip
      [get] Error opening connection java.io.FileNotFoundException: https://github.com/RestComm/jss7/releases/download/7.3.1398/restcomm-jss7-7.3.1398.zip
      [get] Error opening connection java.io.FileNotFoundException: https://github.com/RestComm/jss7/releases/download/7.3.1398/restcomm-jss7-7.3.1398.zip
      [get] Error opening connection java.io.FileNotFoundException: https://github.com/RestComm/jss7/releases/download/7.3.1398/restcomm-jss7-7.3.1398.zip
      [get] Can't get http://github.com/RestComm/jss7/releases/download/7.3.1398/restcomm-jss7-7.3.1398.zip to /root/jain-slee-7.2.0-151/release/restcomm-ss7.zip

Where can i find last restcomm-jss7-.zip?

BarbosSergos commented 6 years ago
  1. You can find it in - http://github.com/RestComm/jss7/archive/7.3.1398/restcomm-jss7-7.3.1398.zip
  2. I don't know why build.xml points to the wrong path. We simply replace in with sed - sed -i 's/jss7\/releases\/download/jss7\/archive/' ${JSLEE_DIR}/release/build.xml