Return-Path: X-Original-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFCEA9012 for ; Fri, 15 Jun 2012 15:45:54 +0000 (UTC) Received: (qmail 13102 invoked by uid 500); 15 Jun 2012 15:45:54 -0000 Delivered-To: apmail-incubator-flex-commits-archive@incubator.apache.org Received: (qmail 13058 invoked by uid 500); 15 Jun 2012 15:45:54 -0000 Mailing-List: contact flex-commits-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-commits@incubator.apache.org Received: (qmail 12980 invoked by uid 99); 15 Jun 2012 15:45:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 15:45:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 15:45:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 506FD2388C10; Fri, 15 Jun 2012 15:45:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1350663 - /incubator/flex/trunk/ide/flashbuilder/README_integration_with_Adobe_FlashBuilder.txt Date: Fri, 15 Jun 2012 15:45:27 -0000 To: flex-commits@incubator.apache.org From: cframpton@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120615154527.506FD2388C10@eris.apache.org> Author: cframpton Date: Fri Jun 15 15:45:26 2012 New Revision: 1350663 URL: http://svn.apache.org/viewvc?rev=1350663&view=rev Log: Corrections for checks made by FBv7 vs. FBv6. Modified: incubator/flex/trunk/ide/flashbuilder/README_integration_with_Adobe_FlashBuilder.txt Modified: incubator/flex/trunk/ide/flashbuilder/README_integration_with_Adobe_FlashBuilder.txt URL: http://svn.apache.org/viewvc/incubator/flex/trunk/ide/flashbuilder/README_integration_with_Adobe_FlashBuilder.txt?rev=1350663&r1=1350662&r2=1350663&view=diff ============================================================================== --- incubator/flex/trunk/ide/flashbuilder/README_integration_with_Adobe_FlashBuilder.txt (original) +++ incubator/flex/trunk/ide/flashbuilder/README_integration_with_Adobe_FlashBuilder.txt Fri Jun 15 15:45:26 2012 @@ -23,17 +23,19 @@ Integrating Apache Flex SDK with Adobe F Adobe Flash Builder performs several checks on the Apache SDK to ensure compatibility of the SDK with Flash Builder. -Verifying the validity of the Apache Flex SDK ---------------------------------------------- +Verifying the validity of the Apache Flex SDK for Adobe FlashBuildder v4.7+ +---------------------------------------------------------------------------- Flash Builder verifies the validity of the Apache Flex SDK by checking for the following: * The following XML files and folders must be present in the root directory of the Flex SDK: - flex-sdk-description.xml - flex-config.xml - mxml-manifest.xml + flex-sdk-description.xml - is Apache Flex 4.8.0 or higher templates +* The following XML files and folders must be present in the frameworks directory of the Flex SDK: + flex-config.xml + mxml-manifest.xml + * The following files and folders must be present in the frameworks folder of the Flex SDK: air-config.xml airmobile-config.xml @@ -48,14 +50,27 @@ Flash Builder verifies the validity of t flex-compiler-oem.jar mxmlc.jar adt.jar - -Additional checks made by Adobe FlashBuildder v4.7+ ---------------------------------------------------- * The following XML file must be present in ide/flashbuilder folder of the Flex SDK: - flashbuilder-config.xml - tag required with path to - expressInstall.swf - -* flex-sdk-description.xml file - is Apache Flex 4.8.0 or higher + flashbuilder-config.xml - tag required + + + expressInstall.swf + + The other option that may be used is playerProductInstall.swf, which is an + Adobe proprietary file. + +Verifying the validity of the Apache Flex SDK for Adobe FlashBuildder v4.6 +--------------------------------------------------------------------------- +* The following XML files and folders must be present in the root directory of the Flex SDK: + flex-sdk-description.xml - cannot be less than 3.0.0 and it cannot be empty + +* The following XML files and folders must be present in the frameworks directory of the Flex SDK: + flex-config.xml + mxml-manifest.xml + +* The following JAR files must be present in the lib folder of the Flex SDK: + flex-compiler-oem.jar + mxmlc.jar