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 B1E5D97D5 for ; Mon, 9 Apr 2012 08:59:17 +0000 (UTC) Received: (qmail 72714 invoked by uid 500); 9 Apr 2012 08:59:17 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 72673 invoked by uid 500); 9 Apr 2012 08:59:16 -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 72654 invoked by uid 99); 9 Apr 2012 08:59:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2012 08:59:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of olegsivokon@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2012 08:59:08 +0000 Received: by iaag37 with SMTP id g37so5619017iaa.6 for ; Mon, 09 Apr 2012 01:58:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=zF0QaknfjJFoc4wmYh1qB/2qZEkzvEih4i2XrzIwPhc=; b=eY1GEDoeZrH3xE8+oXElJrgJURMIiV+HmQG7gCXF8/earXhE+S0UKkPXIxC0mjO4EK ECeOQTeKUqBo308cF6Pwl9E1JWirH3YJUdKoWJ1hM4fpEqUHjKoNfJmWDB6Jzd+z/9+6 rpXS0uRBNiAmlssWzCkEiRuHBJvrohQk7u/ehnO7+4cqMtCHfzGNkSOtMzYexsF2YklF NkMsDqSIZMuViXxkCQIIoT7JLmpDGfPcDXLGPwoxs2B3bKdNkiDFsFWPhFlfbMD8B4XY PoL/1yw9aw1GBwWpjibT1ClJiUPQZqGacF+HejoSHzZazgtnGai2OXcMuIlcB3vV2v81 bOzg== MIME-Version: 1.0 Received: by 10.50.45.167 with SMTP id o7mr5123712igm.22.1333961927713; Mon, 09 Apr 2012 01:58:47 -0700 (PDT) Received: by 10.43.124.200 with HTTP; Mon, 9 Apr 2012 01:58:47 -0700 (PDT) Date: Mon, 9 Apr 2012 11:58:47 +0300 Message-ID: Subject: What does swcdepends do? From: Left Right To: flex-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9340f83d862ba04bd3b36c8 --14dae9340f83d862ba04bd3b36c8 Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm trying to write some conscious description of utilities inside SDK. I never used swcdepends before. There is *some* command line documentation, but no explanation of what to do with the program, and I can't understand from the options what the program does. Can anyone provide an insight to this? What I saw it do: - once you run it w/o arguments it (probably) looks at the SDK path and prints some information about SWCs found in the SDK, which looks like this: /library/examined.swc /library/containing/classes/examined/library/references.swc I'm absolutely clueless about how it discovers where is the library that contains referenced classes and what happens if there are two (this is not a setting inside SWC). It also has about 30 command line options, which sound strange in the given context, such as for example: -compiler.enable-runtime-design-layers or -use-direct-blit etc... If I had to make a guess, this utility may be used when generating RSLs for framework projects - but what does it really do? Best. Oleg --14dae9340f83d862ba04bd3b36c8--