From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115786 invoked by alias); 19 Dec 2019 20:09:38 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 115778 invoked by uid 89); 19 Dec 2019 20:09:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Dec 2019 20:09:37 +0000 Received: from [10.9.9.202] (helo=mailfront20.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ii275-00026p-At for kawa@sourceware.org; Thu, 19 Dec 2019 21:09:35 +0100 Received: by mailfront20.runbox with esmtpsa [Authenticated alias (524175)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1ii26x-0001U8-1L for kawa@sourceware.org; Thu, 19 Dec 2019 21:09:27 +0100 Subject: Re: building for jdk / openfx 13 (patch) To: kawa@sourceware.org References: <55c6385c-84ae-439d-0336-abc41085ac82@gmail.com> <8d47a991-a45d-8028-dfac-cd08d634a5ec@gmail.com> <93092993-187e-bc2c-de97-4bd8813c8794@bothner.com> From: Per Bothner Message-ID: Date: Thu, 19 Dec 2019 20:09:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-q4/txt/msg00020.txt.bz2 On 12/19/19 12:05 PM, spellcard199 wrote: > Hello, I have no idea how those .in files work, but after the last commit doing the following... > > git clone git@gitlab.com:kashell/Kawa.git > cd Kawa > ant > ./bin/kawa.sh > > ... gives an error that says something like: > > ./bin/kawa.sh: row 37: @WITH_JAVAFX_MODULE_TRUE@: command not found > Error occurred during initialization of boot layer > java.lang.module.FindException: Module javafx.web not found Sorry, I don't use/test ant enough. We need to update build.xml. It should work if you use configure+make. What platform are you on? -- --Per Bothner per@bothner.com http://per.bothner.com/