Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 17BDDC794 for ; Fri, 7 Mar 2014 13:32:04 +0000 (UTC) Received: (qmail 31823 invoked by uid 500); 7 Mar 2014 13:32:03 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 31459 invoked by uid 500); 7 Mar 2014 13:32:03 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 31437 invoked by uid 99); 7 Mar 2014 13:32:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 13:32:00 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of Poonam.Anand@guavus.com does not designate 216.139.250.139 as permitted sender) Received: from [216.139.250.139] (HELO joe.nabble.com) (216.139.250.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 13:31:55 +0000 Received: from [192.168.236.139] (helo=joe.nabble.com) by joe.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WLurj-0003NV-8v for users@flex.apache.org; Fri, 07 Mar 2014 05:31:07 -0800 Date: Fri, 7 Mar 2014 05:30:52 -0800 (PST) From: Poonam Anand To: users@flex.apache.org Message-ID: In-Reply-To: <6488f2cfad934451b020c335ef735a5a@DBXPR05MB237.eurprd05.prod.outlook.com> References: <1394176694852-5331.post@n4.nabble.com> <90cf78f06eb442d08f6b1904e8adab66@DBXPR05MB237.eurprd05.prod.outlook.com> <1394183060405-5333.post@n4.nabble.com> <832cdd3c94644ba7a73636f8e15ff9df@DBXPR05MB237.eurprd05.prod.outlook.com> <1394189878825-5336.post@n4.nabble.com> <6488f2cfad934451b020c335ef735a5a@DBXPR05MB237.eurprd05.prod.outlook.com> Subject: Re: AW: AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem with AS classes inclusion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Ok I missed this part - (this is actually quite important to add this befor= e the Compiler). Changed order of dependencies and these errors are resolve= d. Still getting other errors, will let you know if need further help. From: Poonam Anand = > Date: Friday, 7 March 2014 6:48 PM To: "Christofer Dutz [via Apache Flex Users]" > Cc: Jolly Paramjit > Subject: Re: AW: AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing proble= m with AS classes inclusion Hi Chris, I have already added dependency for this workaround but still the same erro= r, have gone through all the documentation on confluence. Mentioned in belo= w mail also, listing here again: Also not I have added this dependency which is recommended fro resources resolution: net.flexmojos.oss flexmojos-threadlocaltoolkit-wrapper ${flexmojos.version} Poonam From: "Christofer Dutz [via Apache Flex Users]" > Date: Friday, 7 March 2014 5:59 PM To: Poonam Anand > Subject: AW: AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem wi= th AS classes inclusion I Think this is a known issue that has been observed since a while (probabl= y more than 3 years) unfortunately I couln't quite find out where it's comm= ing from but I documented a Workaround. https://dev.c-ware.de/confluence/di= splay/PUBLIC/Configuring+your+poms Have a look at the "things I recommend to Change" especially the additional= plugin-dependency to flexmojos-threadlocaltoolkit-wrapper before the Compi= ler (this is actually quite important to add this before the Compiler). Eventually this will help. Chris ________________________________________ Von: Poonam Anand <[hidden email]> Gesendet: Freitag, 7. M=C3=A4rz 2014 11:57 An: [hidden email] Betreff: Re: AW: AW: Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem wi= th AS classes inclusion Yup thats correct :) Ok so now I include all classes individually. Yes that is difficult task to do (although replaced tags from .flexlibproperties) and anytime new class/file added, we will need to update pom and pom file becomes unnecessarily too big. I will log that bug. But after this I started getting below error : /Users/poonam.anand/kiwik_workspace/watermelon/kiwikcore4/src/main/flex/com= /guavus/library/managers/AssetsManager.as(50): col: 2: Error: unable to resolve '/images/dataGrid/buttons/max_normal.png' for transcoding [Embed(source=3D"/images/dataGrid/buttons/max_normal.png")] ^ /Users/poonam.anand/kiwik_workspace/watermelon/kiwikcore4/src/main/flex/com= /guavus/library/managers/AssetsManager.as(50): col: 2: Error: Unable to transcode /images/dataGrid/buttons/max_normal.png. //AssetsManager class snippet [Embed(source=3D"/images/dataGrid/buttons/max_normal.png")] [Bindable] public static var maxSkin:Class; //pom ${project.bui= ld.sourceDirectory} src/main/reso= urces src/main/resources has images folder. since I have given resources package in source path and embedded image starts with /, it should be able to resolve this by searching in specified source paths. Also not I have added this dependency which is recommended fro resources resolution: net.flexmojos.oss flexmojos-threadlocaltoolkit-wrapper ${flexmojos.version} -- View this message in context: http://apache-flex-users.2333346.n4.nabble.co= m/Flex-mojos-6-0-1-and-Flex-SDK-4-10-Facing-problem-with-AS-classes-inclusi= on-tp5331p5336.html Sent from the Apache Flex Users mailing list archive at Nabble.com. ________________________________ If you reply to this email, your message will be added to the discussion be= low: http://apache-flex-users.2333346.n4.nabble.com/Flex-mojos-6-0-1-and-Flex-SD= K-4-10-Facing-problem-with-AS-classes-inclusion-tp5331p5337.html To unsubscribe from Flex mojos 6.0.1 and Flex SDK 4.10 - Facing problem wit= h AS classes inclusion, click here. NAML -- View this message in context: http://apache-flex-users.2333346.n4.nabble.co= m/Flex-mojos-6-0-1-and-Flex-SDK-4-10-Facing-problem-with-AS-classes-inclusi= on-tp5331p5339.html Sent from the Apache Flex Users mailing list archive at Nabble.com.