Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A249D7D7 for ; Fri, 28 Sep 2012 20:09:58 +0000 (UTC) Received: (qmail 55687 invoked by uid 500); 28 Sep 2012 20:09:57 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 55641 invoked by uid 500); 28 Sep 2012 20:09:57 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 55632 invoked by uid 99); 28 Sep 2012 20:09:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2012 20:09:57 +0000 X-ASF-Spam-Status: No, hits=1.0 required=5.0 tests=FRT_ADOBE2,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [69.167.147.50] (HELO franklin.liquidweb.com) (69.167.147.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Sep 2012 20:09:49 +0000 Received: from localhost ([127.0.0.1]:60944) by franklin.liquidweb.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1THgsG-0002kq-OZ for flex-dev@incubator.apache.org; Fri, 28 Sep 2012 16:09:24 -0400 Received: from 64.223.92.171 ([64.223.92.171]) by www.teotigraphix.com (Horde Framework) with HTTP; Fri, 28 Sep 2012 16:09:24 -0400 Message-ID: <20120928160924.67874u9ja3vjrrp0@www.teotigraphix.com> Date: Fri, 28 Sep 2012 16:09:24 -0400 From: teotigra@teotigraphix.com To: flex-dev@incubator.apache.org Subject: RE: Flex CodeScape ... References: <149F8129B58B2D418508E63117D9C5419B3AB1755D@nambx05.corp.adobe.com> In-Reply-To: <149F8129B58B2D418508E63117D9C5419B3AB1755D@nambx05.corp.adobe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.11) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - franklin.liquidweb.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - teotigraphix.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Wow, I'm over thinking things here. I guess I just want some more experiments with the compiler. I was just thinking grabbing AST would give an immense freedom of the types of things you wanted like members, metadata, comments etc. Gordon, I still can't gt over how fast that code is. Mike Quoting Gordon Smith : > The catalog.xml file inside each SWC file (framework.swc, spark.swc, > etc.) has an XML encoding of the direct dependencies of each class > in the SWC. > > - Gordon Smith, Adobe > > -----Original Message----- > From: Erik Lundgren [mailto:erik@lndgrn.se] > Sent: Friday, September 28, 2012 11:39 AM > To: flex-dev@incubator.apache.org > Subject: Flex CodeScape ... > > Hello > > I would like to do a visualization of the flex framework. > Seeing code in new ways always inspire creativity. > > Taking the chance to jumpstart my projekt; > > does anyone have a dataset of the Apache Flex framework > dependency-graph available? > > Thanks! > > /E. >