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 98D3F1749B for ; Thu, 2 Oct 2014 07:05:13 +0000 (UTC) Received: (qmail 64617 invoked by uid 500); 2 Oct 2014 07:05:13 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 64568 invoked by uid 500); 2 Oct 2014 07:05:12 -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 64557 invoked by uid 99); 2 Oct 2014 07:05:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 07:05:12 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christofer.dutz@c-ware.de designates 157.56.112.129 as permitted sender) Received: from [157.56.112.129] (HELO emea01-am1-obe.outbound.protection.outlook.com) (157.56.112.129) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 07:05:07 +0000 Received: from DBXPR05MB237.eurprd05.prod.outlook.com (10.242.143.147) by DBXPR05MB238.eurprd05.prod.outlook.com (10.242.143.152) with Microsoft SMTP Server (TLS) id 15.0.1039.15; Thu, 2 Oct 2014 07:04:44 +0000 Received: from DBXPR05MB237.eurprd05.prod.outlook.com ([169.254.14.28]) by DBXPR05MB237.eurprd05.prod.outlook.com ([169.254.14.28]) with mapi id 15.00.1039.011; Thu, 2 Oct 2014 07:04:44 +0000 From: Christofer Dutz To: "dev@flex.apache.org" Subject: AW: Multi modules swf files with flexmojos 6.x Thread-Topic: Multi modules swf files with flexmojos 6.x Thread-Index: AQHP3Zi3vOEWn/oro0euRXCrLxEny5wcX8iH Date: Thu, 2 Oct 2014 07:04:44 +0000 Message-ID: <1412233482525.34906@c-ware.de> References: <1412182579092-41005.post@n4.nabble.com> In-Reply-To: <1412182579092-41005.post@n4.nabble.com> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [109.44.3.32] x-microsoft-antispam: BCL:0;PCL:0;RULEID:;SRVR:DBXPR05MB238; x-forefront-prvs: 03524FBD26 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(199003)(189002)(95666004)(77096002)(106356001)(99396003)(4396001)(110136001)(107046002)(105586002)(106116001)(101416001)(19300405004)(117636001)(64706001)(36756003)(15202345003)(15975445006)(85306004)(66066001)(20776003)(86362001)(87936001)(19580395003)(107886001)(92566001)(75402003)(2656002)(19580405001)(19273905006)(31966008)(92726001)(54356999)(2351001)(46102003)(50986999)(76176999)(2501002)(120916001)(10300001)(21056001)(85852003)(97736003)(74482002)(229853001)(562404015);DIR:OUT;SFP:1102;SCL:1;SRVR:DBXPR05MB238;H:DBXPR05MB237.eurprd05.prod.outlook.com;FPR:;MLV:sfv;PTR:InfoNoRecords;A:1;MX:1;LANG:en; Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: c-ware.de X-Virus-Checked: Checked by ClamAV on apache.org Hi Sonal,=0A= =0A= Well the Issue you were talking about was simply closed by Velo with him cl= aiming to not wanting to implement this feature, but that shouldn't affect = you as the essence of this issue was to allow Patterns in the module defini= tion. As you don't need patterns, you should be ready to go straight ahead.= =0A= =0A= The syntax for a lot of things has changed though from 3.x to 6.x and 7.x= =0A= =0A= You want to change from Flex 4.6 to 4.13 so from Adobe to Apache Flex. Here= I would recommend using the Flexmojos 7.0.1 version as this is able to wor= k with Apache Flex groupIds (Funny thing is that Flex 7.1.0 should - when f= inished - support both again). Second thing is that Apache Flex is not avai= lable for public in any Maven repositories. So you have to use a Tool to co= nvert a Flex SDK you downloaded into a mavenized form (Mavenizer: https://c= wiki.apache.org/confluence/display/FLEX/Apache+Flex+SDK+Mavenizer) Unfortun= ately I refactored that Quite a bit and the documentation is currently a li= ttle out of date. Hopefully I'll be able to fix that over the weekend. last= thing is that you seem to be using signed rsls (flexmojos scope=3D"cache")= there are no swzs from Apache so you have to change the scope of all of th= ese dependencies to "rsl".=0A= =0A= Regarding the modules, I just had a look at the Flexmjos testsuite and it s= eems your settings should be valid.=0A= If flexmojos should complain here, you could give this a try:=0A= =0A= =0A= modules\Module1.mxml=0A= modules\Module2.mxml=0A= =0A= =0A= Hope this clears things a little more.=0A= =0A= Chris=0A= =0A= =0A= ________________________________________=0A= Von: sonal.singhai =0A= Gesendet: Mittwoch, 1. Oktober 2014 18:56=0A= An: dev@flex.apache.org=0A= Betreff: Multi modules swf files with flexmojos 6.x=0A= =0A= Hi, I am trying to port my maven configuration from FlexMojos 3.09 to=0A= FlexMojos 6.0.1 (and Flex SDK from 4.6 to 4.13)=0A= In my project I have multiple modules, which are configured as below, but= =0A= those are never compiled.=0A= I found a JIRA issue =0A= for this, but it was closed with no further information.=0A= How can I do this in Flexmojos 6.x?=0A= =0A= Also, the RSLs in following configuration is wrong for Apache Flex SDKs. Do= =0A= we now need to keep them, or can we remove them from here?=0A= =0A= =0A= net.flexmojos.oss=0A= flexmojos-maven-plugin=0A= 6.0.1=0A= true=0A= =0A= Main.mxml=0A= target\Main.swf=0A= true=0A= =0A= en_US=0A= =0A= =0A= false=0A= =0A= =0A= ${basedir}\target\theme\spark.swc=0A= =0A= 26=0A= 15.0=0A= =0A= modules\Module1.mxml=0A= modules\Module2.mxml=0A= =0A= =0A= =0A= =0A= http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/framework_4.6.0.2= 3201.swz=0A= =0A= http://fpdownload.adobe.com/pub/swz/tlf/2.0.0.232/textLayout_2.0.0.232= .swz=0A= =0A= http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/spark_4.6.0.23201= .swz=0A= =0A= http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/sparkskins_4.6.0.= 23201.swz=0A= =0A= http://fpdownload.adobe.com/pub/swz/flex/4.6.0.23201/rpc_4.6.0.23201.s= wz=0A= =0A= =0A= =0A= http://fpdownload.adobe.com/pub/swz/crossdomai= n.xml=0A= http://fpdownload.adobe.com/pub/swz/crossdomai= n.xml=0A= http://fpdownload.adobe.com/pub/swz/crossdomai= n.xml=0A= http://fpdownload.adobe.com/pub/swz/crossdomai= n.xml=0A= http://fpdownload.adobe.com/pub/swz/crossdomai= n.xml=0A= =0A= =0A= =0A= =0A= =0A= net.flexmojos.oss=0A= flexmojos-threadlocaltoolkit-wrapper=0A= 6.0.1=0A= =0A= =0A= =0A= org.apache.flex=0A= compiler=0A= 4.13.0.20140701=0A= pom=0A= =0A= =0A= =0A= =0A= =0A= =0A= -----=0A= Regards,=0A= Sonal Singhai,=0A= Flex Consultant=0A= --=0A= View this message in context: http://apache-flex-development.2333347.n4.nab= ble.com/Multi-modules-swf-files-with-flexmojos-6-x-tp41005.html=0A= Sent from the Apache Flex Development mailing list archive at Nabble.com.=