Re: svn commit: r1735714 - /openmeetings/application/branches/3.1.x/pom.xml

2016-03-19 Thread Maxim Solodovnik
Hello Sebastian, Could you please merge it trunk? WBR, Maxim (from mobile, sorry for the typos) On Mar 19, 2016 07:13, 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

Re: svn commit: r1735714 - /openmeetings/application/branches/3.1.x/pom.xml

2016-03-19 Thread seba . wagner
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/

Re: svn commit: r1735714 - /openmeetings/application/branches/3.1.x/pom.xml

2016-03-19 Thread Maxim Solodovnik
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 fo

Re: svn commit: r1735714 - /openmeetings/application/branches/3.1.x/pom.xml

2016-03-19 Thread seba.wag...@gmail.com
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

Re: svn commit: r1735714 - /openmeetings/application/branches/3.1.x/pom.xml

2016-03-19 Thread Maxim Solodovnik
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, "seba.wag...@gmail.com" wrote: > Its the following lines: > >if [ "$isOSX" != "" -a "$HOSTTYPE" = "x86_64" -a "$check64" != "" ]; th

Re: svn commit: r1735714 - /openmeetings/application/branches/3.1.x/pom.xml

2016-03-19 Thread seba.wag...@gmail.com
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 : > 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, "se

Re: svn commit: r1735714 - /openmeetings/application/branches/3.1.x/pom.xml

2016-03-19 Thread Maxim Solodovnik
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, "seba.wag...@gmail.com" wrote: > yep, I can try to. Would be generally good to update the Flex SDK anyway. > > > > 2016-03-20 18:54 GMT+1

Re: svn commit: r1735714 - /openmeetings/application/branches/3.1.x/pom.xml

2016-03-22 Thread Maxim Solodovnik
Hello Sebastian, could you please try version 4.9.7 from here: https://bintray.com/openmeetings/maven/org.openlaszlo.openlaszlo/4.9.7/view#files/org/openlaszlo/openlaszlo/4.9.7 If it will work for you I'll update the build to use this new version On Sun, Mar 20, 2016 at 12:24 PM, Maxim Solodovnik