It appears to be under the Mozilla Public License, at least that is what ships at the top level of the distro, and each source file says
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2005-2007 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. // //////////////////////////////////////////////////////////////////////////////// On Tue, Feb 26, 2008 at 8:01 PM, David Temkin <[EMAIL PROTECTED]> wrote: > It would have to be under a real open source license to be of any use to > us. > > I wonder if they're backing off of their open source plans. Sure seems > that way. > > On Feb 26, 2008, at 4:52 PM, Henry Minsky wrote: > > I didn't see any java source code for their compiler, although there's a > lot of actionscript code for their runtime for components, and , > interestingly, > their RPC package (SOAP, maybe XML RPC, not sure what else, in the > mx.rpc.* packages). > > > On Tue, Feb 26, 2008 at 7:42 PM, David Temkin <[EMAIL PROTECTED]> > wrote: > > > Is this open source? I.e., is the source available under an open source > > license? > > > > > > On Feb 26, 2008, at 3:14 PM, Mamye Kratt wrote: > > > > There are 2 versions..... > > > > Free Adobe Flex SDK <http://www.adobe.com/products/flex/sdk> > > (Download<http://www.adobe.com/go/flex3_sdk> > > ) > > Adobe Flex Builder <http://www.adobe.com/go/flexbuilder> > > (Download<http://www.adobe.com/go/downloadflex3> > > ) > > > > Mamye > > > > ----- Original Message ----- > > *From:* Donald Anderson <[EMAIL PROTECTED]> > > *To:* Henry Minsky <[EMAIL PROTECTED]> > > *Cc:* OpenLaszlo Developers <[email protected]> > > *Sent:* Tuesday, February 26, 2008 5:06 PM > > *Subject:* Re: [Laszlo-dev] SWF9: Flex SDK 3.0.0.477 released > > > > Henry - did you do a clean build after installing?Is there something > > about the embedded font that is release > > specific? > > > > - Don > > > > On Feb 26, 2008, at 4:45 PM, Henry Minsky wrote: > > > > The bug seems to be related to the embedded font I recently added to the > > hello.lzx test > > > > cd /tmp/lzswf9/lzgen65517; /Users/hqm/flex3/bin/mxmlc - > > compiler.show-actionscript-warnings=false -compiler.source-path+=. > > -debug=true -output app.swf -default-size 1000 600 > > -library-path+=/Users/hqm/openlaszlo/devildog/lps/includes/lfc/LFC9.swc > > LzApplication.as > > Loading configuration file /Users/hqm/flex3.0.0.477/frameworks/flex- > > config.xml > > Error: null > > > > java.lang.NullPointerException > > at flash.swf.TagEncoder.defineFontAlignZones(TagEncoder.java:1254) > > at flash.swf.tags.DefineFontAlignZones.visit( > > DefineFontAlignZones.java:29) > > at flash.swf.MovieEncoder.visitAfter(MovieEncoder.java:259) > > at flash.swf.MovieEncoder.define(MovieEncoder.java:240) > > at flash.swf.MovieEncoder.export(MovieEncoder.java:116) > > at flex2.compiler.API.encode(API.java:4068) > > at flex2.tools.Compiler.mxmlc(Compiler.java:270) > > at flex2.tools.Compiler.main(Compiler.java:53) > > badtzmaru:lzgen65517 hqm$ pwd > > > > It used to work with the previous version of the flex compiler though. > > Hmm, I suppose I should > > reduce this to an as3 test case and submit it to Adobe. > > > > > > > > On Tue, Feb 26, 2008 at 4:40 PM, Henry Minsky <[EMAIL PROTECTED]> > > wrote: > > > > > When I install the 3.0.0.477 version, and try to compile I get this > > > error > > > > > > badtzmaru:swf9 hqm$ pwd > > > /Users/hqm/openlaszlo/devildog/test/swf9 > > > badtzmaru:swf9 hqm$ lzc --runtime=swf9 hello.lzx > > > Compiling: hello.lzx to hello.lzr=swf9.swf > > > Executing compiuler: (cd /tmp/lzswf9/lzgen29303; > > > /Users/hqm/flex3/bin/mxmlc -compiler.show-actionscript-warnings=false- > > > compiler.source-path+=. -debug=true -output app.swf -default-size 1000 > > > 600 > > > -library-path+=/Users/hqm/openlaszlo/devildog/lps/includes/lfc/LFC9.swc > > > LzApplication.as) > > > Stray error string from external compiler: Error: null > > > compiler output: > > > Loading configuration file /Users/hqm/flex3/frameworks/flex-config.xml > > > > > > FAIL: compiler returned 1 > > > Done executing compiler > > > > > > > > > On Tue, Feb 26, 2008 at 4:03 PM, Donald Anderson <[EMAIL PROTECTED]> > > > wrote: > > > > > > > Mamye alerted me that Adobe has released a new flex: > > > > > > > > http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK > > > > > > > > I just downloaded it and tried it in our tool chain with no > > > > problems. > > > > If you are developing for SWF9, upgrade when you can - > > > > I don't expect anything will be broken with the old version, > > > > but I'm only planning to test with the latest. > > > > > > > > - Don > > > > > > > > -- > > > > > > > > Don Anderson > > > > Java/C/C++, Berkeley DB, systems consultant > > > > > > > > voice: 617-547-7881 > > > > email: [EMAIL PROTECTED] > > > > www: http://www.ddanderson.com > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Henry Minsky > > > Software Architect > > > [EMAIL PROTECTED] > > > > > > > > > > > > -- > > Henry Minsky > > Software Architect > > [EMAIL PROTECTED] > > > > > > > > -- > > > > Don Anderson > > Java/C/C++, Berkeley DB, systems consultant > > > > voice: 617-547-7881 > > email: [EMAIL PROTECTED] > > www: http://www.ddanderson.com > > > > > > > > > > > > > > > > > -- > Henry Minsky > Software Architect > [EMAIL PROTECTED] > > > -- Henry Minsky Software Architect [EMAIL PROTECTED]
