Re: Reg. Broadcasting Video

2013-04-05 Thread Alexei Fedotov
Hello Fasil, just to make sure, do you want to broadcast a user video from the server side, or the merged room video from the web start app? The former is done for sip integration. You can take a look. The latter can be done easily by specifying rtmp url in the proper tab (there should screen sha

Reg. Broadcasting Video

2013-04-05 Thread Fasil Mohammed
Hi, I am trying to broadcast a video in an OM room. But due to some issue I am not able to. It would be great if someone can help me out in this. I got the broadcast ID using getBroadcastID Then made a call to setUserAVSettings("av", ["avsettings", 0, "av"], 242, 282, _roomId, loggedInUser.publi

Re: downloading the backups for JUnit in some directory that is not "cleaned" by every build

2013-04-05 Thread Maxim Solodovnik
by " it can be moved to OM@googlecode" I mean it can be added to the ivy managed files, but this will not speedup things, since ivy cache seems to be cleaned Latest build statictics: Took 8 min 2 sec on ubun

Re: How to set attribute value to a language xml file entry

2013-04-05 Thread Andun Sameera
Hi, I have successfully updated all the language files using org.apache.openmeetings.test.labels.FillLabels. Also I have added patch to fix the content save window in [1]. Thank you very much for the big help. Thanks! [1] - https://issues.apache.org/jira/browse/OPENMEETINGS-507 On Fri, Apr 5, 2

Re: OPENMEETINGS-560

2013-04-05 Thread Кочура Иван
Check for duplicate keys inserted in the configs import 2013/4/5 Кочура Иван > Unfortunately, I can not fix the appearance of a second window with an > unknown error. It possible to apply the patch? In HTLM5 version, this > error is missing. > > > 2013/4/4 Кочура Иван > >> Hello Irina, >> Than

Re: OPENMEETINGS-560

2013-04-05 Thread Кочура Иван
Unfortunately, I can not fix the appearance of a second window with an unknown error. It possible to apply the patch? In HTLM5 version, this error is missing. 2013/4/4 Кочура Иван > Hello Irina, > Thanks for the answer. I will correct. > > >>>I see two error message windoes instead of one when

Re: How to set attribute value to a language xml file entry

2013-04-05 Thread Maxim Solodovnik
As Vasiliy already mentioned you need to manually edit all files or run FillLabels.test() with correct environment variables set (please check the code) On Fri, Apr 5, 2013 at 3:37 PM, Andun Sameera wrote: > Hi Maxim, > > Problem Solved! Thank you very much for the help. Also what will be > the

Re: How to set attribute value to a language xml file entry

2013-04-05 Thread Andun Sameera
I found that running test method of singlewebapp/src/org/apache/openmeetings/test/labels/FillLabels.java will do the task. but getting some exceptions while running it. Will report the result. Thanks! On Fri, Apr 5, 2013 at 2:07 PM, Andun Sameera wrote: > Hi Maxim, > > Problem Solved! Thank you

Re: How to set attribute value to a language xml file entry

2013-04-05 Thread Vasya
You should use org.apache.openmeetings.test.labels.FillLabels to sync for other languages. Thanks, Vasiliy On 05.04.2013 15:37, Andun Sameera wrote: Hi Maxim, Problem Solved! Thank you very much for the help. Also what will be the way to sync my new entry to english.xml with all other langua

Re: How to set attribute value to a language xml file entry

2013-04-05 Thread Andun Sameera
Hi Maxim, Problem Solved! Thank you very much for the help. Also what will be the way to sync my new entry to english.xml with all other languages? Content is Saving, Please wait. Thanks! On Fri, Apr 5, 2013 at 1:21 PM, Maxim Solodovnik wrote: > I believe the error is in this

Re: How to set attribute value to a language xml file entry

2013-04-05 Thread Maxim Solodovnik
I believe the error is in this line: this.parent.setAttribute('errortext',canvas.getLabelName(1541)); you should write this.setAttribute('errortext',canvas.getLabelName(1541)); since in XML hierarchy 'errortext' is on the same level. parent means 'parent XML element' not 'parent class'

Re: svn commit: r1464479 - in /openmeetings: branches/2.1/docs/downloads.html branches/2.1/xdocs/downloads.xml trunk/singlewebapp/docs/downloads.html trunk/singlewebapp/xdocs/downloads.xml

2013-04-05 Thread Maxim Solodovnik
Maybe we can put just link to the http://www.apache.org/dyn/closer.cgi/openmeetings/2.1.0 ? On Fri, Apr 5, 2013 at 6:00 AM, seba.wag...@gmail.com wrote: > And the download link for the MD5 sums do not work. > From my point of view there is also no need for the .asc and .md5 file to > be linked