From users-return-502-archive-asf-public=cust-asf.ponee.io@royale.apache.org Tue Feb 20 10:05:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7F57D180654 for ; Tue, 20 Feb 2018 10:04:59 +0100 (CET) Received: (qmail 36391 invoked by uid 500); 20 Feb 2018 09:04:58 -0000 Mailing-List: contact users-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@royale.apache.org Delivered-To: mailing list users@royale.apache.org Received: (qmail 36382 invoked by uid 99); 20 Feb 2018 09:04:58 -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; Tue, 20 Feb 2018 09:04:58 +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 1A121C0147 for ; Tue, 20 Feb 2018 09:04:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.972 X-Spam-Level: X-Spam-Status: No, score=0.972 tagged_above=-999 required=6.31 tests=[KAM_SHORT=0.001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7kC-B-dHzZ1O for ; Tue, 20 Feb 2018 09:04:54 +0000 (UTC) Received: from n8.nabble.com (n8.nabble.com [162.253.133.59]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 400795F1B3 for ; Tue, 20 Feb 2018 09:04:54 +0000 (UTC) Received: from static.162.253.133.59.macminivault.com (localhost [127.0.0.1]) by n8.nabble.com (Postfix) with ESMTP id 3E553156C46C for ; Tue, 20 Feb 2018 03:04:48 -0600 (CST) Date: Tue, 20 Feb 2018 03:04:48 -0600 (CST) From: piotrz To: users@royale.apache.org Message-ID: <1519117488253-0.post@n8.nabble.com> In-Reply-To: <000301d3aa11$97b565d0$c7203170$@kazi@d-bz.com> References: <000801d3a62b$9657fe30$c307fa90$@kazi@d-bz.com> <000001d3a645$ad3b3850$07b1a8f0$@kazi@d-bz.com> <007401d3a93a$3f51a930$bdf4fb90$@kazi@d-bz.com> <000601d3a94c$2c148fb0$843daf10$@kazi@d-bz.com> <000301d3aa11$97b565d0$c7203170$@kazi@d-bz.com> Subject: RE: Substitutes in Apache Royale MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Alina, Here I am! :) Everything what you need to setup is under right click on the project -> Settings. 1) Setup Library. Right click on the project and choose Settings. In the section Libraries choose folder libs. My screenshot: 2) If you need any additional compiler options go to the Build options and specify them in the "Additional compiler options". I see that you are using service-config.xml - In my screenshot is an example how did I show compiler where that file is. Royale JS compiler version probably won't understand -service, maybe swf understand. 3) I see among your errors that you are missing playerglobal.swc. Because you are using js, swf version of Royale you need to download additional dependencies. To me it is enough if you download playerglobal.swc 11.0 [1] and place it to frameworks\libs\player\11.0\playerglobal.swc - name should be as you see here. Maybe you will have to also download Apache Flex SDK with Adobe AIR and setup environment variables: FLEX_HOME=path to the flexsdk folder AIR_HOME=path to the flexsdk folder 4) Building Alex is asking you to build your project using SWF compiler - In order to do that choose "Project" -> "Build Project" - it will use SWF compiler Build to JS only "Project" -> "Build as JavaScript" [1] https://goo.gl/AQhG21 Thanks, Piotr -- Sent from: http://apache-royale-users.20374.n8.nabble.com/