Hello Daniel, It almost newest version :) Demo will be updated with newest version tonight :)
On Thu, Mar 24, 2016 at 9:45 PM, Daniel Ascher <[email protected] > wrote: > Maxim: > > Is the newest version of OM running on your demo site? > > Thanks. > > Dan > > On Thu, Mar 24, 2016 at 11:40 AM, Maxim Solodovnik <[email protected]> > wrote: > >> Hello Wentao, >> >> glad to hear :) >> I believe any presentation is better with live demo :) >> So you need some LDAP provider aailable :) >> >> On Tue, Mar 22, 2016 at 3:55 PM, ALIYUN TEAM <[email protected]> wrote: >> >>> Hello, Maxim, >>> >>> Thanks for the follow up! >>> Please take a look on the link >>> >>> http://apachecon2016.sched.org/event/6OIh/how-to-integrate-ldap-active-directory-with-apache-openmeetings-wentao-liu >>> >>> My talk was accepted by ApacheCon NA, 2016 :) >>> >>> I would like to take how to integrate LDAP & ADS with Apache >>> Openmeetings. >>> But I really need your help to confirm the talk content, and also please >>> tell me the presentation style, such as do I need network connection to >>> reomote server or >>> I just need do configuration on my laptop? >>> <http://apachecon2016.sched.org/signup> >>> Any suggestion is welcome! >>> >>> Thanks! >>> >>> >>> ------------------------------------------------------------------ >>> 发件人:Maxim Solodovnik <[email protected]> >>> 发送时间:2016年3月22日(星期二) 16:21 >>> 收件人:Wentao Liu <[email protected]> >>> 抄 送:Openmeetings user-list <[email protected]> >>> 主 题:Talk at the conference >>> >>> Hello Wentao, >>> >>> it's great news :) >>> could you please describe a little bit more on which conference your >>> talk was accepted, and what is the talk about? :) >>> >>> On Sun, Mar 20, 2016 at 9:57 PM, Wentao Liu <[email protected]> wrote: >>> Hello Maxim, >>> >>> Enjoy your skiing trip!Looked like my talk was accepted by the >>> conference. Any suggestion?I am a first time speaker and need learn. >>> >>> Thanks, >>> Wentao >>> 发自我的iPhone >>> >>> >>> ------------------ 原始邮件 ------------------ >>> *发件人:* Maxim Solodovnik <[email protected]> >>> *发送时间:* 2016年3月20日 14:24 >>> *收件人:* seba.wagner <[email protected]> >>> *抄送:* dev <[email protected]> >>> *主题:* Re: svn commit: r1735714 - >>> /openmeetings/application/branches/3.1.x/pom.xml >>> >>> I'll publish updated openlaszlo ask as soon as I get back from my mountain >>> skiing trip :) >>> >>> WBR, Maxim >>> (from mobile, sorry for the typos) >>> On Mar 20, 2016 12:55, "[email protected]" <[email protected]> >>> wrote: >>> >>> > yep, I can try to. Would be generally good to update the Flex SDK anyway. >>> > >>> > >>> > >>> > 2016-03-20 18:54 GMT+13:00 Maxim Solodovnik <[email protected]>: >>> > >>> >> I can pack 4.15 compiler into our openlaszlo version >>> >> Do you think it will solve the issue? >>> >> >>> >> WBR, Maxim >>> >> (from mobile, sorry for the typos) >>> >> On Mar 20, 2016 11:35, "[email protected]" <[email protected]> >>> >> wrote: >>> >> >>> >>> Its the following lines: >>> >>> >>> >>> if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" ]; >>> >>> then >>> >>> D32='-d32' >>> >>> fi >>> >>> >>> >>> in the mxmlc file(s) (there are 2, one for each OpenLaszlo version with >>> >>> bundled Flex compiler). >>> >>> mxmlc is the command line API for the Flex compiler. This issue >>> >>> apparently has been fixed with Flex v4.8 SDK. >>> >>> >>> >>> This fails on OSx 64Bit JVM. If you comment out the lines it works, see >>> >>> also: >>> >>> >>> >>> http://stackoverflow.com/questions/13302427/mxmlc-in-flex-sdk-4-5-doesnt-work-on-mac-os-10-8 >>> >>> >>> >>> Thanks >>> >>> Seb >>> >>> >>> >>> >>> >>> >>> >>> 2016-03-20 15:35 GMT+13:00 Maxim Solodovnik <[email protected]>: >>> >>> >>> >>>> I'm using 64bit jvm on ubuntu with no issues >>> >>>> Could you provide any additional details on this? >>> >>>> >>> >>>> Jenkins build is not "really" broken. Some builds are fail because one >>> >>>> maven dependency of red5 is not available from time to time, this will >>> >>>> be >>> >>>> fixed with next red5 release, I have provided the patch for this :) >>> >>>> >>> >>>> WBR, Maxim >>> >>>> (from mobile, sorry for the typos) >>> >>>> On Mar 20, 2016 09:04, <[email protected]> wrote: >>> >>>> >>> >>>>> Sure will do. Btw trunk is broken. >>> >>>>> >>> >>>>> Also for compiling with a 64bit jvm I got to fix the mxmlc scripts >>> >>>>> manually after fetching the openlaszlo packages. >>> >>>>> I think the openlaszlo code will reach its EOL very soon. >>> >>>>> >>> >>>>> And I noticed trunk is broken on Jenkins. >>> >>>>> >>> >>>>> Cheers >>> >>>>> Seb >>> >>>>> >>> >>>>> Sent from my iPhone >>> >>>>> >>> >>>>> On 19/03/2016, at 2:28 PM, Maxim Solodovnik <[email protected]> >>> >>>>> wrote: >>> >>>>> >>> >>>>> Hello Sebastian, >>> >>>>> >>> >>>>> Could you please merge it trunk? >>> >>>>> >>> >>>>> WBR, Maxim >>> >>>>> (from mobile, sorry for the typos) >>> >>>>> On Mar 19, 2016 07:13, <[email protected]> wrote: >>> >>>>> >>> >>>>>> Author: sebawagner >>> >>>>>> Date: Sat Mar 19 00:12:58 2016 >>> >>>>>> New Revision: 1735714 >>> >>>>>> >>> >>>>>> URL: http://svn.apache.org/viewvc?rev=1735714&view=rev >>> >>>>>> Log: >>> >>>>>> No Jira, update Parent Pom Description Todo placeholder. Test commit >>> >>>>>> >>> >>>>>> Modified: >>> >>>>>> openmeetings/application/branches/3.1.x/pom.xml >>> >>>>>> >>> >>>>>> Modified: openmeetings/application/branches/3.1.x/pom.xml >>> >>>>>> URL: >>> >>>>>> http://svn.apache.org/viewvc/openmeetings/application/branches/3.1.x/pom.xml?rev=1735714&r1=1735713&r2=1735714&view=diff >>> >>>>>> >>> >>>>>> ============================================================================== >>> >>>>>> --- openmeetings/application/branches/3.1.x/pom.xml (original) >>> >>>>>> +++ openmeetings/application/branches/3.1.x/pom.xml Sat Mar 19 >>> >>>>>> 00:12:58 2016 >>> >>>>>> @@ -29,7 +29,7 @@ >>> >>>>>> <version>3.1.1-SNAPSHOT</version> >>> >>>>>> <packaging>pom</packaging> >>> >>>>>> <name>Openmeetings</name> >>> >>>>>> - <description>TODO</description> >>> >>>>>> + <description>OpenMeetings Maven Parent</description> >>> >>>>>> <properties> >>> >>>>>> >>> >>>>>> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> >>> >>>>>> <maven.build.timestamp.format>yyyy/MM/dd >>> >>>>>> HH:mm</maven.build.timestamp.format> >>> >>>>>> >>> >>>>>> >>> >>>>>> >>> >>> >>> >>> >>> >>> -- >>> >>> Sebastian Wagner >>> >>> https://twitter.com/#!/dead_lock >>> >>> [email protected] >>> >>> >>> >> >>> > >>> > >>> > -- >>> > Sebastian Wagner >>> > https://twitter.com/#!/dead_lock >>> > [email protected] >>> > >>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >>> >>> >> >> >> -- >> WBR >> Maxim aka solomax >> > > > > -- > Daniel Ascher, M.Ed. > President > A+ Test Prep and Tutoring > "Creating Bright Futures" > > 505 York Road, Suite 6 > Jenkintown, PA 19046 > Office: 215.886.9188 > Direct: 267.242.9640 > Click here to schedule a phone call with me. > <http://t.sidekickopen01.com/e1t/c/5/f18dQhb0S7lC8dDMPbW2n0x6l2B9nMJW7t5XYg2BgPBHN2zhHl2Rs0vvW3LqWkM56dBKhf5Lr5GY02?t=https%3A%2F%2Fapp.hubspot.com%2Fmeetings%2Faplusadmin15&si=6292828578119680&pi=49596cb4-485e-4dfb-ab8d-822f898514ae> > Sign Up for A+ News and Test Prep Tips! > <http://t.sidekickopen01.com/e1t/c/5/f18dQhb0S7lC8dDMPbW2n0x6l2B9nMJW7t5XYg2BgPBHN2zhHl2Rs0vvW3LqWkM56dBKhf5Lr5GY02?t=http%3A%2F%2Fwww.aplustutoring.com%2Fsign-up-for-a-news&si=6292828578119680&pi=49596cb4-485e-4dfb-ab8d-822f898514ae> > > <http://t.sidekickopen01.com/e1t/c/5/f18dQhb0S7lC8dDMPbW2n0x6l2B9nMJW7t5XYg2BgPBHN2zhHl2Rs0vvW3LqWkM56dBKhf5Lr5GY02?t=http%3A%2F%2Faplustutoring.com%2F&si=6292828578119680&pi=49596cb4-485e-4dfb-ab8d-822f898514ae> > -- WBR Maxim aka solomax
