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] >
