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 A095B9628 for ; Wed, 25 Jul 2012 06:36:14 +0000 (UTC) Received: (qmail 13019 invoked by uid 500); 25 Jul 2012 06:36:14 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 12244 invoked by uid 500); 25 Jul 2012 06:36:13 -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 12212 invoked by uid 99); 25 Jul 2012 06:36:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 06:36:12 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pepe.fxug@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2012 06:36:05 +0000 Received: by bkcik5 with SMTP id ik5so163424bkc.6 for ; Tue, 24 Jul 2012 23:35:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=WGdD37deNjGIlE+ceYLE5iwbeWyfSvqO0jiii/JA5n8=; b=qnQrqkadbQgGE145nrXq8xixobliHyqfET3MZ2p/Tf7HmRxirtkGsfKqDsyqBLt8sR 7HX9rcJY4yop/F4wwiR7v/oT6wNFuUagbixN3qpcR2oLGHBno3+TvJu39b9NvoAe4UWm yaBgyr6LbD14Py1GG8K/7ROpHZB3mljq1nuVPrV9bKPrMFiXaPfjAz8McmcUrMyF2Ips yylylLTcCeUUU+7MuC4tnsmgEC0OgPRT/I8cNgqgcpW/tJcs8ycJHcLglKyuUb2qZqiO lkxxbeTzHLVFLjgOfqMIR3KhYlR4+GXNGPP+iKz7B+k5xErkYCoqqrPiLTMSBVMYEIBx xOsg== MIME-Version: 1.0 Received: by 10.204.133.194 with SMTP id g2mr11219617bkt.13.1343198145616; Tue, 24 Jul 2012 23:35:45 -0700 (PDT) Sender: pepe.fxug@gmail.com Received: by 10.204.129.76 with HTTP; Tue, 24 Jul 2012 23:35:45 -0700 (PDT) In-Reply-To: <7FF372B1-7598-43FC-A146-4D76348D227A@classsoftware.com> References: <05EEBBA1-13CC-4E37-A562-23ACDA79AE8A@classsoftware.com> <7FF372B1-7598-43FC-A146-4D76348D227A@classsoftware.com> Date: Wed, 25 Jul 2012 15:35:45 +0900 X-Google-Sender-Auth: v5txtBTz8KhbnVU0opMFMpPwY9E Message-ID: Subject: Re: For what purpose is there "ide\flashbuilder\config"? From: Shigeru Nakagaki To: flex-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, Justin I believe the environment settings in README of root directory do not need for apache-flex-sdk-4.8.0-incubating-bin.zip. And the files in "ide\flashbuilder\config" are used by makeApacheFlexForFlashBuilder.bat. But default "makeApacheFlexForFlashBuilder.bat" has a bug. So copy command is not called. After fixing the bug of "makeApacheFlexForFlashBuilder.bat", it works. thanks Shigeru Nakagaki 2012/7/25 Justin Mclean : > Hi, > >> Which readme file? > In the "README" file in the top directory, look under "Install Prerequisites" and "Using the Binary Distribution". > > BTW I think that "ide\flashbuilder\config" is for use in the next version of Flash Builder (4.7?) yet to be released by Adobe. > > Thanks, > Justin