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 5AE9E200C55 for ; Thu, 13 Apr 2017 14:58:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 599AA160B98; Thu, 13 Apr 2017 12:58:21 +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 A09ED160B8B for ; Thu, 13 Apr 2017 14:58:20 +0200 (CEST) Received: (qmail 71324 invoked by uid 500); 13 Apr 2017 12:58:19 -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 71309 invoked by uid 99); 13 Apr 2017 12:58:19 -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; Thu, 13 Apr 2017 12:58:19 +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 1CFFCC047D for ; Thu, 13 Apr 2017 12:58:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.002 X-Spam-Level: X-Spam-Status: No, score=-0.002 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] 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 g2FUQln-jQO6 for ; Thu, 13 Apr 2017 12:58:17 +0000 (UTC) Received: from argo.regione.lombardia.it (argo.lispa.it [62.101.84.149]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E57CE5F20C for ; Thu, 13 Apr 2017 12:58:16 +0000 (UTC) X-Disclaimed: 1 MIME-Version: 1.0 Importance: Normal X-Priority: 3 (Normal) In-Reply-To: References: Subject: [FlexJS - maven]: compiled from source, but settings and ../lib/* missing From: davide.prina@lispa.it To: users@flex.apache.org Message-ID: Date: Thu, 13 Apr 2017 14:58:08 +0200 X-Mailer: Lotus Domino Web Server Release 9.0.1FP7 August 17, 2016 X-MIMETrack: Serialize by http on SERVPRO2/Lombardia Informatica/IT(Release 9.0.1FP7|August 17, 2016) at 13/04/2017 14:58:08, Serialize complete at 13/04/2017 14:58:08, Serialize by Router on Argo/regione.lombardia.it/IT(Release 9.0.1FP7|August 17, 2016) at 04/13/2017 02:58:17 PM X-KeepSent: 93A94E67:F4FB26D6-C1258101:00473DC7; type=4; name=$KeepSent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable archived-at: Thu, 13 Apr 2017 12:58:21 -0000 Ok, I have compiled all with Maven (as I wrote in the "[FlexJs]: Error: Una= ble to access jarfile flex-asjs/js/bin/../lib/mxmlc.jar" thread). But now I don't have bin directory in path, I don't have settings, ... For example: $ cd /home/flex/FlexJS=5Fmaven/flex-asjs/js/bin $ ./asjsc Using Falcon codebase: ./../.. Using Flex SDK: ./../.. Error: Unable to access jarfile ./../lib/mxmlc.jar This jar don't exists in all maven build tree. So I have: $ mkdir ../lib copied the .jar file build with ant here but now I have $ LANG=3Den=5FEN ./asjsc Using Falcon codebase: ./../.. Using Flex SDK: ./../.. Error: Could not find or load main class flex2.tools.Mxmlc So I have copied all the "lib" directory that I have build with ant $ LANG=3Den=5FEN ./asjsc Using Falcon codebase: ./../.. Using Flex SDK: ./../.. Apache Flex Compiler (mxmlc) Version 4.16.0 build 20170410 Copyright 2017 The Apache Software Foundation. command line: Error: unknown configuration variable 'js-output-type' Use 'mxmlc -help' for information about using the command line. This error is the same I get with the ant build. I have two question: 1) How can I build the flex-asjs/js/lib directory? 2) why I get the error "unknown configuration variable 'js-output-type'". I= have see the .sh file asjsc and I have see that: java $VMARGS $D32 $SETUP=5FSH=5FVMARGS -Dflexcompiler=3D"$FALCON=5FHOME" -D= flexlib=3D"$FLEX=5FHOME/frameworks" -jar "$SCRIPT=5FHOME/../lib/mxmlc.jar" = +flexlib=3D"$FLEX=5FHOME/frameworks" -js-output-type=3Djsc +configname=3Djs= "$@" I have removed the "-js-output-type=3Djsc", and I get: $ LANG=3Den=5FEN ./asjsc Using Falcon codebase: ./../.. Using Flex SDK: ./../.. Loading configuration file /home/flex/FlexJS/FlexJS=5Fmaven/flex-asjs/frame= works/js-config.xml Apache Flex Compiler (mxmlc) Version 4.16.0 build 20170410 Copyright 2017 The Apache Software Foundation. /home/flex/FlexJS/FlexJS=5Fmaven/flex-asjs/frameworks/js-config.xml(78): Er= ror: unknown configuration variable 'compiler.mxml.children-as-data' true Thanks Davide