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 D32CD10A0B for ; Mon, 28 Oct 2013 16:24:02 +0000 (UTC) Received: (qmail 16474 invoked by uid 500); 28 Oct 2013 16:22:27 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 16388 invoked by uid 500); 28 Oct 2013 16:22:23 -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 16333 invoked by uid 99); 28 Oct 2013 16:22:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 16:22:20 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of maurice.amsellem@systar.com designates 216.134.213.70 as permitted sender) Received: from [216.134.213.70] (HELO smtp01.myhostedservice.com) (216.134.213.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 16:22:15 +0000 Received: from EXHUB01.netplexity.local (172.29.211.21) by smtp01.myhostedservice.com (172.29.211.11) with Microsoft SMTP Server (TLS) id 14.2.347.0; Mon, 28 Oct 2013 12:21:49 -0400 Received: from EXMBX05.netplexity.local ([fe80::cc58:cfe7:ba3b:fae]) by exhub01 ([172.29.211.21]) with mapi id 14.03.0123.003; Mon, 28 Oct 2013 12:21:54 -0400 From: Maurice Amsellem To: "users@flex.apache.org" Subject: RE: Using flexmojos maven plugin to build AIR mobile application Thread-Topic: Using flexmojos maven plugin to build AIR mobile application Thread-Index: AQHO0/htLepeNc7hVkiENO65fje8zZoKSe6g Date: Mon, 28 Oct 2013 16:21:53 +0000 Message-ID: <2095F5EBE04D59409DFCE91FFCEBF7AF3F53BAF0@EXMBX05.netplexity.local> References: In-Reply-To: Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.29.211.254] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org I am not familiar with FM, but usually, when I have these kind of errors, = I add a -dump-config to the compiler options. You could also have a look at the temp config.xml that is automatically gen= erated by IDEA when you compile a module. It's located in C:\Users\\AppData\Local\Temp\IntelliJ_IDEA BTW, are you a relative of Ioulia Timochenko ? Maurice=20 -----Message d'origine----- De=A0: Dmitry Timoshenko [mailto:workingfenix@gmail.com]=20 Envoy=E9=A0: lundi 28 octobre 2013 17:02 =C0=A0: users@flex.apache.org Objet=A0: Using flexmojos maven plugin to build AIR mobile application I have dial with AIR mobile application based on 's:ViewNavigatorApplicatio= n'. I use Apache Flex SDK 4.10 and Flexmojos plugin 6.0.1 and JetBrains IDE= A 12.1.4 I made 'pom.xml', added 'air-framework' dependencies. The IDE imported it s= uccessfully and made the project configuration. The dependencies are shown = under the 'Extranl Libraries' node, I can see it. But I don't see ViewNavig= atorApplication class, I only see WindowedApplication. The 'pom.xml' loads = 'airmobile-config.xml'. When I try to compile it, I get the error 'Error: C= ould not resolve 's:ViewNavigatorApplication' to a component implementation= '. I will soon tear my hair out from my head. Here is the pom.xml I use. 4.0.0 Mobile Catalog com.uni.versal versal 2.0-SNAPSHOT mobile-catalog air MobileCatalog ${project.basedir}/target ${project.artifactId} src/main/flex src/main/resources net.flexmojos.oss flexmojos-maven-plugin true com.adobe.flex compiler ${flex.version} pom com.adobe.air compiler ${air.version} pom 13 true ${settings.localRepository}/com/adobe/flex/framework/= framework/${flex.version}/configs_zip/airmobile-config.xml ${application.name}.mxml ${basedir}/src/main/flex/${application.name}-= app.xml ${project.basedir}/mobile_catalog.p12 asdf src/main/resources *.* versal src/main/locales/{locale} CONFIG::debug true CONFIG::release false true false sign-air com.adobe.flex.framework.air air-framework ${flex.version} pom