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 84BB2CBAC for ; Wed, 11 Jul 2012 13:24:15 +0000 (UTC) Received: (qmail 62418 invoked by uid 500); 11 Jul 2012 13:24:13 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 62312 invoked by uid 500); 11 Jul 2012 13:24:11 -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 62283 invoked by uid 99); 11 Jul 2012 13:24:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 13:24:10 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cframpto@adobe.com designates 64.18.1.23 as permitted sender) Received: from [64.18.1.23] (HELO exprod6og109.obsmtp.com) (64.18.1.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 13:24:00 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob109.postini.com ([64.18.5.12]) with SMTP ID DSNKT/1+W0WASi1IwDCCsKFYrbAiAaANTr/0@postini.com; Wed, 11 Jul 2012 06:23:40 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q6BDLHk0003892 for ; Wed, 11 Jul 2012 06:21:17 -0700 (PDT) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q6BDNdvm010370 for ; Wed, 11 Jul 2012 06:23:39 -0700 (PDT) Received: from nambx09.corp.adobe.com ([10.8.189.47]) by nahub02.corp.adobe.com ([10.8.189.98]) with mapi; Wed, 11 Jul 2012 06:23:55 -0700 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Wed, 11 Jul 2012 06:23:26 -0700 Subject: Re: Notes on how to integrate the Apache Flex SDK with Adobe Flash Builder Thread-Topic: Notes on how to integrate the Apache Flex SDK with Adobe Flash Builder Thread-Index: Ac1faGGrH4uduPguRmOh+qJDh1vq7Q== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.14.0.111121 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 I make the same mistake all the time. It is frameworks-rsls (s on framework) Carol On 7/10/12 6 :31PM, "Om" wrote: >> >> >> >> 3. If you are using a source kit, you can build the sources with 'ant >> main framework-rsls' and then cd to ide/flashbuilder and run 'ant >>make-sdk' >> which puts the Flash Builder pieces into place. >> >> 4. If you are doing development and don't mind polluting your svn tree, >> you also do #3. The advantage is that it is easy to write/debug your >>code >> and use svn to see what you changed. The disadvantage is you have to be >> careful not to commit flex-config.xml, air-config.xml and >> airmobile-config.xml which are modified to work with Flash Builder. >> >> >I tried it now with a freshly updated svn and the build failed with this >message: > >> ant main framework-rsls >> >> {Lot of activity} >> . >> . >> . >> >> create-config-files: >> [copy] Copying 3 files to >> c:\p\flex_os\workspace\ApacheFlex\ide\flashbuilder\config >> >> expand-config-tokens: >> [echo] expanding {airHome} and {playerglobalHome} tokens >> >> main: >> >> post-build: >> >> main: >> [echo] ant main target completed on 07/10/2012 03:23:02 PM >> >> BUILD FAILED >> Target "framework-rsls" does not exist in the project "sdk". >> >> Total time: 4 minutes 8 seconds >>