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 B69BC1069E for ; Thu, 12 Sep 2013 16:04:10 +0000 (UTC) Received: (qmail 93132 invoked by uid 500); 12 Sep 2013 16:04:04 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 93080 invoked by uid 500); 12 Sep 2013 16:04:03 -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 92651 invoked by uid 99); 12 Sep 2013 16:04:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 16:04:02 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=SPF_FAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: encountered temporary error during SPF processing of domain of michael.scharp@fmr.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Sep 2013 16:03:57 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VK9MS-0004Zf-Gz for dev@flex.apache.org; Thu, 12 Sep 2013 09:03:16 -0700 Date: Thu, 12 Sep 2013 09:03:16 -0700 (PDT) From: mscharp To: dev@flex.apache.org Message-ID: In-Reply-To: <3B222F2E298C7C45ACC98C05DCA6BECD4A1D6D3370@ECCR13PUBLIC.exchange.local> References: <1378924737605-29528.post@n4.nabble.com> <3B222F2E298C7C45ACC98C05DCA6BECD4A1DA207CB@ECCR13PUBLIC.exchange.local> <134FBCD3-4EC2-4D62-AE68-E4951B54FCD2@classsoftware.com> <3B222F2E298C7C45ACC98C05DCA6BECD4A1D6D3370@ECCR13PUBLIC.exchange.local> Subject: RE: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry() MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the responses Chris. Yeah, FM is a beast to build. I can't say enough "Thank Yous" for taking over the project. So, my understanding was that FM had to be built against the version of the FDK you wanted to use. I'm assuming this is incorrect. Has anyone tried using FM 6.0.1 with the 4.10 FDK? My only question with it having to do with the getAdvancedTelemetry() function that I had to add to the FM source code. As far as the RSLs, I read in the release notes that they aren't signed, and that it only make sense to use RSLs if you are serving multiple flex applications from the same domain... which we are. So, previously in our pom files we had: com.adobe.flex.framework framework ${flex.sdk.version} swc caching com.adobe.flex.framework textLayout ${flex.sdk.version} swc caching com.adobe.flex.framework charts ${flex.sdk.version} swc caching com.adobe.flex.framework rpc ${flex.sdk.version} swc caching com.adobe.flex.framework mx ${flex.sdk.version} swc caching com.adobe.flex.framework advancedgrids ${flex.sdk.version} swc caching com.adobe.flex.framework spark ${flex.sdk.version} swc caching com.adobe.flex.framework sparkskins ${flex.sdk.version} swc caching com.adobe.flex.framework spark_dmv ${flex.sdk.version} swc caching Currently I'm not listing any of these as dependencies in our new poms. I've been following what I've been able to find on the web as far as standard practices for what needs to be included in the pom files, but a lot of them look a bit different than what we currently have in our poms. So, I'm not sure if I still need those dependencies listed or not. If I do, would the scope be "rsl" instead of "caching" and now look more like this? com.adobe.flex.framework spark_dmv ${flex.sdk.version} swc rsl Again, thanks everyone for the help. Michael From: christofer.dutz@c-ware.de [via Apache Flex Development] [mailto:ml-node+s2333347n29584h11@n4.nabble.com] Sent: Thursday, September 12, 2013 6:00 AM To: Scharp, Michael Subject: AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry() Yeah ... but in Flexmojos you can have a dependency of type "swc", "rsl" and "caching". Depending on the type of dependency it loads different files from maven "swc", "swf" or "swz". The test-cases utilizing the signed rsls have dependencies of type "Caching" and therefore maven Looks for swz files, which it doesn't find and therefore the build Fails, causing the testsuite to fail. Chris ________________________________________ Von: Justin Mclean [[hidden email]] Gesendet: Donnerstag, 12. September 2013 02:45 An: [hidden email] Betreff: Re: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry() Hi, > This is because we don't have any signed RSLs (SWZ Files). Why do you need signed files? Apache Flex does come with RSLs they are just not signed. Thanks, Justin ________________________________ If you reply to this email, your message will be added to the discussion below: http://apache-flex-development.2333347.n4.nabble.com/FlexMojos-6-Flex-sdk-4-10-0-20130801-and-getAdvancedTelemetry-tp29528p29584.html To unsubscribe from FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry(), click here. NAML -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexMojos-6-Flex-sdk-4-10-0-20130801-and-getAdvancedTelemetry-tp29528p29594.html Sent from the Apache Flex Development mailing list archive at Nabble.com.