Compiling from svn problems

2016-03-07 Thread Ankush Mishra
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] Fail

Re: Compiling from svn problems

2016-03-07 Thread Maxim Solodovnik
2 things: 1) mvn clean install works as expected both locally and on build server https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/ 2) OM stable is located in branches/3.1.x, trunk is in alpha stage for now hope this helps :) On Mon, Mar 7, 2016 at 10:51 PM, Ankush Mishra

Re: Compiling from svn problems

2016-03-07 Thread Susheel Jalali
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 ---

Re: Compiling from svn problems

2016-03-07 Thread Ankush Mishra
Alright, much thanks. Looking forward to trying this out. Hopefully, that works. Will get back to you when I'm done. Ankush On 7 Mar 2016 23:05, "Maxim Solodovnik" wrote: > 2 things: > > 1) mvn clean install > works as expected both locally and on build server > https://builds.apache.org/view/M

Re: Compiling from svn problems

2016-03-08 Thread 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

Re: Compiling from svn problems

2016-03-08 Thread Peter Dähn
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

Re: Compiling from svn problems

2016-03-08 Thread Maxim Solodovnik
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/

Re: Compiling from svn problems

2016-03-08 Thread Peter Dähn
It wasn't resolved so I followed the suggest in the error-message an installed it manually... anyway so far it worked for me... Am 08.03.2016 um 15:01 schrieb Maxim Solodovnik: asterisk-java is locate in our custom maven repo: [1] it is referenced in the pom.xml file [2] smslib is also availa

Re: Compiling from svn problems

2016-03-08 Thread Ankush Mishra
Well, if you actually check the build server's build log, it does mention that asterisk was not downloaded and to download manually. I'm not sure where the problem lies in the end, but I had to install it manually too. Ankush On 8 Mar 2016 20:09, "Peter Dähn" wrote: > It wasn't resolved so I fol

Re: Compiling from svn problems

2016-03-08 Thread Maxim Solodovnik
I'm not sure what this error means, but the library IS in the binary version being built by builds.a.o On Tue, Mar 8, 2016 at 8:56 PM, Ankush Mishra wrote: > Well, if you actually check the build server's build log, it does mention > that asterisk was not downloaded and to download manually. I'm

Re: Compiling from svn problems

2016-03-10 Thread Peter Dähn
Hello Maxim, another error, I got a a working server in openmeetings-server/taget. But I'm not able to restore my current data because admin.sh ist missing... What do I need to do to get a build with it? Greetings Peter Am 08.03.2016 um 16:13 schrieb Maxim Solodovnik: I'm not sure what this

Re: Compiling from svn problems

2016-03-10 Thread Maxim Solodovnik
what maven command have you used? On Thu, Mar 10, 2016 at 10:18 PM, Peter Dähn wrote: > Hello Maxim, > > another error, I got a a working server in openmeetings-server/taget. But > I'm not able to restore my current data because admin.sh ist missing... > > What do I need to do to get a build wit

Re: Compiling from svn problems

2016-03-10 Thread Maxim Solodovnik
on build server I'm using mvn clean install for development mvn clean install -Dunpacked=true -DskipTests=true -Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT as described here http://openmeetings.apache.org/BuildInstructions.html On Thu, Mar 10, 2016 at 10:26 PM, Maxim Solo

Re: Compiling from svn problems

2016-03-10 Thread Peter Dähn
Hi, I used mvn clean install Greetings Peter Am 10.03.2016 um 17:47 schrieb Maxim Solodovnik: on build server I'm using mvn clean install for development mvn clean install -Dunpacked=true -DskipTests=true -Dold-backups.dwnd.skip=true -Ddb=mysql -Dwicket.mode=DEVELOPMENT as described here

Re: Compiling from svn problems

2016-03-10 Thread Maxim Solodovnik
in this case you should have zip+tar.gz files in your openmeetings-server/target folder you need to un-archive one of those into new folder then use :) On Thu, Mar 10, 2016 at 10:54 PM, Peter Dähn wrote: > Hi, > > I used mvn clean install > > Greetings Peter > > > Am 10.03.2016 um 17:47 schrieb

Re: Compiling from svn problems

2016-03-11 Thread Peter Dähn
Good morning... well I allready tried this one... but this ends with another error... [INFO] [main] org.apache.openmeetings.backup.BackupImport - Appointement import complete, starting meeting members import [INFO] [main] org.apache.openmeetings.backup.BackupImport - Meeting members import com

Re: Compiling from svn problems

2016-03-11 Thread Maxim Solodovnik
It seems like your backup is failed to import can you send it to me privately, so I can fix it? and file JIRA issue please (with comment backup was privately sent to devs) Thanks in advance! On Fri, Mar 11, 2016 at 2:18 PM, Peter Dähn wrote: > Good morning... > > well I allready tried this

Re: Compiling from svn problems

2016-03-11 Thread Peter Dähn
Hi Maxim, this backup is taken from my 3.0.2 installation. I use it to test a current build against the lms. This will not be the case, when I'm going to update my produnction server. So I will need to test export and import of the current system too. For easier handling, the testbackup conta

Re: Compiling from svn problems

2016-03-11 Thread Maxim Solodovnik
Thanks! will wait for the zip :) On Fri, Mar 11, 2016 at 3:57 PM, Peter Dähn wrote: > Hi Maxim, > > this backup is taken from my 3.0.2 installation. I use it to test a > current build against the lms. This will not be the case, when I'm going to > update my produnction server. So I will need to

Re: Compiling from svn problems

2016-03-11 Thread Peter Dähn
i already tested it with export from 3.0.7 and it worked as expected Am 11.03.2016 um 11:02 schrieb Maxim Solodovnik: Thanks! will wait for the zip :) On Fri, Mar 11, 2016 at 3:57 PM, Peter Dähn wrote: Hi Maxim, this backup is taken from my 3.0.2 installation. I use it to test a current bui

Re: Compiling from svn problems

2016-03-11 Thread Maxim Solodovnik
Should be fixed :) On Fri, Mar 11, 2016 at 6:27 PM, Peter Dähn wrote: > i already tested it with export from 3.0.7 and it worked as expected > > > Am 11.03.2016 um 11:02 schrieb Maxim Solodovnik: > >> Thanks! >> will wait for the zip :) >> >> On Fri, Mar 11, 2016 at 3:57 PM, Peter Dähn wrote: >

Re: Compiling from svn problems

2016-03-11 Thread Peter Dähn
ok I will test it out... Am 11.03.2016 um 14:18 schrieb Maxim Solodovnik: Should be fixed :) On Fri, Mar 11, 2016 at 6:27 PM, Peter Dähn wrote: i already tested it with export from 3.0.7 and it worked as expected Am 11.03.2016 um 11:02 schrieb Maxim Solodovnik: Thanks! will wait for

Re: Compiling from svn problems

2016-03-11 Thread Peter Dähn
tested... works like a charm... Greetings Peter Am 11.03.2016 um 14:16 schrieb Peter Dähn: ok I will test it out... Am 11.03.2016 um 14:18 schrieb Maxim Solodovnik: Should be fixed :) On Fri, Mar 11, 2016 at 6:27 PM, Peter Dähn wrote: i already tested it with export from 3.0.7 and it