Re: tools.jar.path

2012-07-17 Thread Maxim Solodovnik
this is 2.1 features. you need to use it "as is" or wait for the release On Wed, Jul 18, 2012 at 12:32 PM, Mukesh Reddy wrote: > Maxim what about private private chat and sms in 2.0? > > ** ** > > *From:* Maxim Solodovnik [mailto:solomax...@gmail.com] > *Sent:* Wednesday, July 18, 2012 10:57

Re: tools.jar.path

2012-07-17 Thread Maxim Solodovnik
Both trunk and 2.0 branch are buildable with no issues On Wed, Jul 18, 2012 at 11:57 AM, Mukesh Reddy wrote: > Hi Maxim, > > ** ** > > Now I resolved the issue by using openmeetings 2.0 svn > checkout , but there are some new features are missing in openmeetings 2.0 > like p

Re: A funny quirk

2012-07-17 Thread Maxim Solodovnik
There is a JIRA issue filed against this behavior. The situation might be better after today nightly build (I might fix it partially this night, need to be tested) On Wed, Jul 18, 2012 at 10:06 AM, Tom Judge wrote: > I noticed this evening, after having logged out of open meeting and > closing m

A funny quirk

2012-07-17 Thread Tom Judge
I noticed this evening, after having logged out of open meeting and closing my browser that the desktop sharing applet was still lingering not a big problem but wouldn't it be better if it would automatically close when you log exit out of an openmeeting room? or when you log oput of openmeetings

RE: Ubuntu Install Guide Update - update-rc.d red5 defaults

2012-07-17 Thread Tom Judge
Ok george I installed the new scrip using the new user nobody curious but I could not find the difference in your script. I am curious, could u point it out later. I was looking for the force-reload section as it appeared you had all of the others mentioned in the wiki. reset permissions on the /

Re: openmeetings doesn't send emails

2012-07-17 Thread Jean-Marie Landri
Thank you for helping me,its seems that i lost my way - ' when running - [root@vps-1083527-7281 ~]# killall red5 red5: no process killed [root@vps-1083527-7281 ~]# when runing - [root@vps-1083527-7281 ~]# sudo /etc/init.d/red5 restart /etc/init.d/red5: line 1: ן»�#!: command not found Restarting R

RE: openmeetings doesn't send emails

2012-07-17 Thread Stephen Cottham
Ok sounds like your Red5 script is not working so well. Can you do this instead: killall red5 Then cd /usr/lib/red5 chmod 755 red5-debug.sh ./red5-debug.sh this will show you the debug trace as it starts, can you paste back any errors to the mail list and we can see if we can help

Re: openmeetings doesn't send emails

2012-07-17 Thread Jean-Marie Landri
Hello evrey body here, I'm trying now George Kirkham suggestion, but when running "sudo sh red5.sh"and in brwoser - http://216.224.184.166:5080/openmeetings/install?command=step1 showing - *OpenMeetings - Loading ...* The server is not yet completely initialized. Please try again in a couple of se

Re: Can we have fully quoted PATH strings please in the code?

2012-07-17 Thread Maxim Solodovnik
Java build is working fine on path with spaces (tested today on trunk) (Win7 x64 Ent) On Tue, Jul 17, 2012 at 5:15 PM, Robert Chalmers < robert.a.chalm...@gmail.com> wrote: > Hi Sebastian, > Yes, uploading was one, and that was pretty difficult to pin down, but > building on Windows is another. >

Re: Can we have fully quoted PATH strings please in the code?

2012-07-17 Thread Robert Chalmers
Hi Sebastian, Yes, uploading was one, and that was pretty difficult to pin down, but building on Windows is another. No doubt there sre others I havent even found yet? I see someone else is having trouble with their java location as well, and quite likely will still run into this problem. Dont kn

Re: Can we have fully quoted PATH strings please in the code?

2012-07-17 Thread seba.wag...@gmail.com
Hi Robert, I will review, however what have been your exact issues when installing with a space in the path name? As far as I can remember the only issue might be uploading of documents. What else did you find out? Sebastian 2012/7/15 Robert Chalmers > Hi George, > This has always been a bit

Re: tools.jar.path

2012-07-17 Thread Maxim Solodovnik
according to the logs ant has different JAVA_HOME On Tue, Jul 17, 2012 at 2:28 PM, Mukesh Reddy wrote: > Maxim > > ** ** > > Once have a look at the screen shot.Environmental > variables I set JAVA_HOME to C:\Program Files\Java\jdk1.6.0_33 only > > ** ** > > *From:* Maxim

RE: Ubuntu Install Guide Update

2012-07-17 Thread Stephen Cottham
Debian guide has also been updated to reflect the same Red5 changes. From: Stephen Cottham [mailto:stephen.cott...@robertbird.com.au] Sent: 17 July 2012 08:28 To: openmeetings-user@incubator.apache.org Subject: RE: Ubuntu Install Guide Update Hi All, Ubuntu guide has now been upd

Re: tools.jar.path

2012-07-17 Thread Maxim Solodovnik
Hello Mukesh, tools.jar is not part of JRE, it is part of JDK you need to set JAVA_HOME to your JDK home (C:\Program Files\Java\jdk1.6.0_30) to be able to build OM. On Tue, Jul 17, 2012 at 2:13 PM, Mukesh Reddy wrote: > Hi Maxim, > > ** ** > > As per your suggestion I run th