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 251C3118D0 for ; Tue, 13 May 2014 09:01:19 +0000 (UTC) Received: (qmail 32466 invoked by uid 500); 13 May 2014 09:01:18 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 32436 invoked by uid 500); 13 May 2014 09:01:18 -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 32428 invoked by uid 99); 13 May 2014 09:01:18 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 09:01:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of miguel.cd.ferreira@hotmail.com designates 157.55.0.228 as permitted sender) Received: from [157.55.0.228] (HELO dub0-omc1-s29.dub0.hotmail.com) (157.55.0.228) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 09:01:14 +0000 Received: from DUB124-W4 ([157.55.0.238]) by dub0-omc1-s29.dub0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 13 May 2014 02:00:51 -0700 X-TMN: [hIwsr3Asvw+goucddov/uRpb5cNnufbR] X-Originating-Email: [miguel.cd.ferreira@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_ad831468-fe87-4c72-b469-81f011c866c4_" From: Miguel Ferreira To: "users@flex.apache.org" Subject: RE: AW: AW: flex compilation diferent from maven compilation Date: Tue, 13 May 2014 10:00:51 +0100 Importance: Normal In-Reply-To: <1399288436534.93102@c-ware.de> References: ,<1399282515198.5417@c-ware.de>,,<1399288436534.93102@c-ware.de> MIME-Version: 1.0 X-OriginalArrivalTime: 13 May 2014 09:00:51.0606 (UTC) FILETIME=[D723DB60:01CF6E89] X-Virus-Checked: Checked by ClamAV on apache.org --_ad831468-fe87-4c72-b469-81f011c866c4_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Chris=2C Even related to the topic=2C Do you have a Nexus Proxy were i can connect to have the correct dependenci= es and the correct versions? Because in the pom file i have the dependency of the flex compiler version= 4.6.0 but i only can find the dependency for the version 4.6.b.And is a he= adache because i don't "control" the Nexus environment=2C but=2C a can tell= the Nexus team to open a Nexus proxy for this dependency and that will sol= ve my issue and also future dependencies problems where i can update always= the flexmojos without looking if the dependencies are correct or not. Thank you=2C Miguel > From: christofer.dutz@c-ware.de > To: users@flex.apache.org > Subject: AW: AW: flex compilation diferent from maven compilation > Date: Mon=2C 5 May 2014 11:13:56 +0000 >=20 > Hi Miguel=2C >=20 > You can have a look at my confluence ... here I documented a lot of stuff= back in the days where I didn't have write Access to the Flexmojos Wiki: > https://dev.c-ware.de/confluence/display/PUBLIC/Flexmojos+Section > Especially this article should be a good starting point: > https://dev.c-ware.de/confluence/display/PUBLIC/Configuring+your+poms > But I currently do see that these pages could use an update to the latest= Flexmojos and Apache Flex versions. >=20 > Just come back if you have any problems. >=20 > Chris >=20 > ________________________________________ > Von: Miguel Ferreira > Gesendet: Montag=2C 5. Mai 2014 12:04 > An: users@flex.apache.org > Betreff: RE: AW: flex compilation diferent from maven compilation >=20 > Hi Chris=2C > I was waiting for your response! > I enter in this project and a lot of libraries and etc are 1000 years old= because i did not know Maven i let it be quiet there but in this moment i = was already reading and trying to update this historical version to a updat= e one :) > Thanks for the links i will give it a try. > Miguel >=20 > > From: christofer.dutz@c-ware.de > > To: users@flex.apache.org > > Subject: AW: flex compilation diferent from maven compilation > > Date: Mon=2C 5 May 2014 09:35:15 +0000 > > > > Hi Miguel=2C > > > > well Flexmojos 3.6.1 is about 1000 Years old :-) It's not at all capabl= e of compiling with Apache Flex versions. If you want to use Apache Flex re= leases you have to upgrade to Flexmojos 7.0.0 and currently you have to cre= ate the Mavenized version of the Flex SDK by using our cool Mavenizer tool: > > https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+SDK+Maveni= zer > > > > Flexmojos also has a new GroupId strarting from verion 5.x: net.oss.fle= xmojos. I think having a look at this document is a good starting point: > > https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Migrating+to+6.x > > > > The only main difference between Flexmojos 6 and 7 is that the Flex SDK= now has the group Id org.apache.flex instead of com.adobe.flex. > > > > Chris > > > > ________________________________________ > > Von: Miguel Ferreira > > Gesendet: Montag=2C 5. Mai 2014 11:20 > > An: users@flex.apache.org > > Betreff: flex compilation diferent from maven compilation > > > > Hi all=2C > > > > Last week i developed some menu items for the context menu in a flex ap= plication. > > When i compile it with FB 4.7 every option is show without any problem = but when i compile with maven the context menu is always the default one? > > > > I am using SDK 4.10.flash version 10.0.45 > > > > 4.10.0.20130801 = 3.6.1 10.0.45 11.8 flex3 = target > > I am quite new with maven. > > I can see that is a old version of flex mojos. Is that the solution? to= update to the most recent. > > Or the compiler have to have some extra argument? > > Thank you in advance for some feedback. > > Miguel. = --_ad831468-fe87-4c72-b469-81f011c866c4_--