RestComm / gmlc

Restcomm Location Server
http://www.restcomm.com/
GNU Affero General Public License v3.0
17 stars 40 forks source link

Updates to build files, project structure, and poms for consistency with SMSC #37

Closed angrygreenfrogs closed 8 years ago

angrygreenfrogs commented 8 years ago

Updated library deps for JSS7 to the latest. Added place-holder gmlc-common-library and tools Moved services-du into services/du and followed the services-parent structure from the SMSC Fixed various dependency issues through-out Fixed JiBX compilation issue Updated release build XML based on SMSC, including the adjustments requested by Sergey to the dep versions, and verified it builds

angrygreenfrogs commented 8 years ago

The release is now building and running successfully, but there's a missing dep when you actually try to run it for the http servlet.

Manually installing the servlet fixes that:

cd ~/restcomm-slee-2.8.69.84/resources/http-servlet ant deploy

Just need to get the equivalent to happen automatically in the build.

FerUy commented 8 years ago

@angrygreenfrogs reviewed, everything seems fine to me (we need to fix the http-servlet dependency). @vetss do you agree?

FerUy commented 8 years ago

Merged with d4b73e8 into RestComm:first_build, the latter branch also merged with master, as for https://github.com/RestComm/gmlc/pull/39