asterisk-java is locate in our custom maven repo: [1] it is referenced in the pom.xml file [2]
smslib is also available from it's own maven repo: [3] both should be resolved automatically [1] https://bintray.com/openmeetings/maven/org.asteriskjava.asterisk-java/1.0.0/view [2] https://github.com/apache/openmeetings/blob/3.1.x/openmeetings-db/pom.xml#L101 [3] https://github.com/apache/openmeetings/blob/3.1.x/openmeetings-core/pom.xml#L40 On Tue, Mar 8, 2016 at 7:38 PM, Peter Dähn <[email protected]> wrote: > Hello all, > > I needed to install asterisk-java-jar-1.0.0.jar and smslib-3.5.4.jar > manually. Then I was able to build it without error. > > Still no time for further testing... :-( > > BR Peter > > Am 08.03.2016 um 13:54 schrieb Ankush Mishra: > >> Phew, finally got it compiled. I had a corrupted .pom file for one of the >> artifacts, which caused trouble with the openmeetings-server compilation. >> Thanks a lot for all the help. >> >> Ankush >> >> On 08-03-2016 00:30, Susheel Jalali wrote: >> >>> Hello Ankush, >>> >>> You may have compiled OM-4.0.0, which is in alpha stage. >>> >>> You might want to try OM-3.1.0 for your development use. >>> >>> >>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.1.x/ >>> >>> >>> Sincerely, >>> >>> Susheel Jalali >>> Coscend Communications Solutions >>> www.Coscend.com >>> ---------------------------------------------------------------- >>> >>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail >>> Messages from Coscend Communications Solutions' posted at: >>> http://www.Coscend.com/Terms_and_Conditions.html >>> >>> >>> On 03/07/16 22:21, Ankush Mishra wrote: >>> >>>> I've been trying to get the Openmeetings compiled on my system, for >>>> this weekend. In the end, when I was trying to resolve dependencies I get >>>> Build Success's for Everything except Openmeetings server which gives me >>>> the following error: >>>> >>>> mvn -X -U dependency:go-offline >>>> .... >>>> [DEBUG] Failure to find >>>> org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml >>>> >>>> in https://repository.apache.org/content/groups/snapshots was cached >>>> in the local repository, resolution will not be reattempted until >>>> the update interval of apache-snapshots has elapsed or updates are >>>> forced >>>> [DEBUG] Skipped remote request for >>>> org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml, >>>> >>>> already updated during this session. >>>> [DEBUG] Failure to find >>>> org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml >>>> >>>> in http://repository.apache.org/snapshots was cached in the local >>>> repository, resolution will not be reattempted until the update >>>> interval of apache.snapshots has elapsed or updates are forced >>>> [DEBUG] Could not find metadata >>>> org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml >>>> >>>> in local (/home/emanon/.m2/repository) >>>> [DEBUG] Skipped remote request for >>>> org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml, >>>> >>>> already updated during this session. >>>> [DEBUG] Failure to find >>>> org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml >>>> >>>> in https://repository.apache.org/content/groups/snapshots was cached >>>> in the local repository, resolution will not be reattempted until >>>> the update interval of apache-snapshots has elapsed or updates are >>>> forced >>>> [DEBUG] Skipped remote request for >>>> org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml, >>>> >>>> already updated during this session. >>>> [DEBUG] Failure to find >>>> org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml >>>> >>>> in http://repository.apache.org/snapshots was cached in the local >>>> repository, resolution will not be reattempted until the update >>>> interval of apache.snapshots has elapsed or updates are forced >>>> [DEBUG] Skipped remote request for >>>> org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml, >>>> >>>> already updated during this session. >>>> [DEBUG] Failure to find >>>> org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml >>>> >>>> in https://repository.apache.org/content/groups/snapshots was cached >>>> in the local repository, resolution will not be reattempted until >>>> the update interval of apache-snapshots has elapsed or updates are >>>> forced >>>> [DEBUG] Skipped remote request for >>>> org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml, >>>> >>>> already updated during this session. >>>> [DEBUG] Failure to find >>>> org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml >>>> >>>> in http://repository.apache.org/snapshots was cached in the local >>>> repository, resolution will not be reattempted until the update >>>> interval of apache.snapshots has elapsed or updates are forced >>>> [DEBUG] Using transporter WagonTransporter with priority -1.0 for >>>> https://repository.apache.org/content/groups/snapshots >>>> [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 >>>> for https://repository.apache.org/content/groups/snapshots >>>> Downloading: >>>> >>>> https://repository.apache.org/content/groups/snapshots/org/apache/openmeetings/openmeetings-screenshare/4.0.0-SNAPSHOT/openmeetings-screenshare-4.0.0-SNAPSHOT.jar >>>> >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> >>>> [INFO] Reactor Summary: >>>> [INFO] >>>> [INFO] Openmeetings ....................................... SUCCESS >>>> [ 16.020 s] >>>> [INFO] Openmeetings Util .................................. SUCCESS >>>> [ 0.485 s] >>>> [INFO] Openmeetings DB .................................... SUCCESS >>>> [ 7.548 s] >>>> [INFO] Openmeetings Core .................................. SUCCESS >>>> [ 5.040 s] >>>> [INFO] Openmeetings Install ............................... SUCCESS >>>> [ 2.687 s] >>>> [INFO] Openmeetings Service ............................... SUCCESS >>>> [ 0.266 s] >>>> [INFO] Openmeetings Webservices ........................... SUCCESS >>>> [ 2.674 s] >>>> [INFO] Openmeetings Web ................................... SUCCESS >>>> [ 4.969 s] >>>> [INFO] Openmeetings Flash ................................. SUCCESS >>>> [ 0.272 s] >>>> [INFO] Openmeetings Screen Sharing applet ................. SUCCESS >>>> [ 0.214 s] >>>> [INFO] Openmeetings Server ................................ FAILURE >>>> [ 10.499 s] >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> >>>> [INFO] BUILD FAILURE >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> >>>> [INFO] Total time: 01:07 min >>>> [INFO] Finished at: 2016-03-07T22:05:48+05:30 >>>> [INFO] Final Memory: 33M/289M >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> >>>> [ERROR] Failed to execute goal on project openmeetings-server: Could >>>> not resolve dependencies for project >>>> org.apache.openmeetings:openmeetings-server:jar:4.0.0-SNAPSHOT: >>>> Could not find artifact >>>> org.apache.openmeetings:openmeetings-screenshare:jar:4.0.0-SNAPSHOT >>>> in apache-snapshots >>>> (https://repository.apache.org/content/groups/snapshots) -> [Help 1] >>>> >>>> >>>> Though, upon manually checking the repository.apache.org for >>>> openmeetings-server, I get a 404 for " >>>> https://repository.apache.org/content/groups/snapshots/org/apache/openmeetings/* >>>> " >>>> >>>> Happens on my XUbuntu 14.04 system >>>> >>>> mvn --version >>>> Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; >>>> 2015-11-10T22:11:47+05:30) >>>> Maven home: /usr/share/maven3 >>>> Java version: 1.8.0_74, vendor: Oracle Corporation >>>> Java home: /usr/lib/jvm/oracle_jdk8/jre >>>> Default locale: en_IN, platform encoding: UTF-8 >>>> OS name: "linux", version: "3.19.0-51-generic", arch: "amd64", >>>> family: "unix" >>>> >>>> Anything I am doing wrong. Help is much appreciated. >>>> >>>> Ankush >>>> >>>> >>>> >>>> ----- >>>> No virus found in this message. >>>> Checked by AVG - www.avg.com >>>> Version: 2016.0.7442 / Virus Database: 4540/11770 - Release Date: >>>> 03/07/16 >>>> >>>> >>>> >>> >>> >> >> -- WBR Maxim aka solomax
