Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 92A8A10BB3 for ; Fri, 31 Jan 2014 06:18:05 +0000 (UTC) Received: (qmail 86710 invoked by uid 500); 31 Jan 2014 06:18:04 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 86393 invoked by uid 500); 31 Jan 2014 06:18:02 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 86385 invoked by uid 99); 31 Jan 2014 06:18:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jan 2014 06:18:01 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FRT_ADOBE2,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: unknown (nike.apache.org: error in processing during lookup of aharui@adobe.com) Received: from [207.46.163.203] (HELO na01-bl2-obe.outbound.protection.outlook.com) (207.46.163.203) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jan 2014 06:17:53 +0000 Received: from BLUPR02MB502.namprd02.prod.outlook.com (10.141.82.18) by BLUPR02MB504.namprd02.prod.outlook.com (10.141.82.26) with Microsoft SMTP Server (TLS) id 15.0.859.15; Fri, 31 Jan 2014 06:17:14 +0000 Received: from BLUPR02MB502.namprd02.prod.outlook.com ([10.141.82.18]) by BLUPR02MB502.namprd02.prod.outlook.com ([10.141.82.18]) with mapi id 15.00.0859.020; Fri, 31 Jan 2014 06:17:14 +0000 From: Alex Harui To: "dev@flex.apache.org" Subject: Re: [FlexJS] BarChart component added - render issue Thread-Topic: [FlexJS] BarChart component added - render issue Thread-Index: AQHPHSxBTYgPz8IUiEeA7HWZYmLNDpqcHwIA//+M1wCAAJHYAP//gDcAgAAVaICAAcijgIAAMluAgABBIgCAAC1DAP//fRyAABIxi4D//4xUgA== Date: Fri, 31 Jan 2014 06:17:14 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [63.228.98.98] x-forefront-prvs: 0108A997B2 x-forefront-antispam-report: SFV:NSPM;SFS:(10019001)(6009001)(51704005)(479174003)(189002)(199002)(377454003)(24454002)(19580395003)(83072002)(81342001)(85306002)(36756003)(56776001)(31966008)(92726001)(80976001)(85852003)(54356001)(94946001)(87936001)(79102001)(74662001)(93516002)(66066001)(87266001)(49866001)(80022001)(56816005)(47976001)(63696002)(74876001)(76796001)(93136001)(76786001)(46102001)(74502001)(81542001)(65816001)(47446002)(76482001)(51856001)(86362001)(69226001)(74706001)(94316002)(2656002)(50986001)(74366001)(47736001)(90146001)(81816001)(19580405001)(53806001)(4396001)(83506001)(59766001)(92566001)(54316002)(83322001)(81686001)(77982001);DIR:OUT;SFP:1102;SCL:1;SRVR:BLUPR02MB504;H:BLUPR02MB502.namprd02.prod.outlook.com;CLIP:63.228.98.98;FPR:;InfoNoRecordsMX:1;A:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-ID: <4D14FC758AE8314AAE0A4FE19AA1DD64@namprd02.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: adobe.com X-Virus-Checked: Checked by ClamAV on apache.org On 1/30/14 9:11 PM, "OmPrakash Muppirala" wrote: >On Thu, Jan 30, 2014 at 8:30 PM, Alex Harui wrote: > >> Om, something is still not configured right. BarChart.js should be >>coming >> from frameworks/js/FlexJS/libs. > > >I dont see the libs folder here: >https://git-wip-us.apache.org/repos/asf?p=3Dflex-asjs.git;a=3Dtree;f=3Dfra= mework >s/js/FlexJS;h=3D868b43d18106fcb21b8b598ae60b96ddaf447d67;hb=3Ddevelop > Correct. The libs folder is not in the repo as it contains the output from cross-compiling the as files in the frameworks/as/projects/FlexJSJX folder. But it should get created if you run ant in the repo, and it should be in the release package in the nightly builds. -Alex