Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 416F6200B9A for ; Fri, 7 Oct 2016 21:49:44 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3B644160AE8; Fri, 7 Oct 2016 19:49:44 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A2AAF160AC6 for ; Fri, 7 Oct 2016 21:49:43 +0200 (CEST) Received: (qmail 97465 invoked by uid 500); 7 Oct 2016 19:49:37 -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 97451 invoked by uid 99); 7 Oct 2016 19:49:37 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 19:49:37 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 234D1C028B for ; Fri, 7 Oct 2016 19:49:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.313 X-Spam-Level: ** X-Spam-Status: No, score=2.313 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_NONE=-0.0001, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Sfb0wCRaWZev for ; Fri, 7 Oct 2016 19:49:35 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 89BD05F233 for ; Fri, 7 Oct 2016 19:49:34 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id BE2BC5558D843 for ; Fri, 7 Oct 2016 12:49:33 -0700 (MST) Date: Fri, 7 Oct 2016 12:43:00 -0700 (PDT) From: OK To: users@flex.apache.org Message-ID: <1475869380610-13783.post@n4.nabble.com> In-Reply-To: <1475866502622-13782.post@n4.nabble.com> References: <1475866502622-13782.post@n4.nabble.com> Subject: Re: FlexJS: Need to create PureMVC swc MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 07 Oct 2016 19:49:44 -0000 Hi, I'm doing the same, it seems that's currently not so easy to build a reusable swc. But try to outsource the PureMVC files to a seperate lib project, compile it using compc and link your project to the lib the same way you would do it with a Flex project. This but might be helpful: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Creating-swc-libs-from-source-td55018.html Same topic bur might be outdated: http://apache-flex-users.2333346.n4.nabble.com/Flex-JS-How-to-create-a-SWC-library-file-td11775.html Olaf -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FlexJS-Need-to-create-PureMVC-swc-tp13782p13783.html Sent from the Apache Flex Users mailing list archive at Nabble.com.