Path: csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod From: Emmanuel Bourg Newsgroups: linux.debian.maint.java Subject: Re: About Freeplane Date: Tue, 17 Sep 2024 01:30:01 +0200 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Sep 16 23:26:10 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-11.508 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, CAPINIT=0.5, LDO_WHITELIST=-5, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -5.5 X-Greylist: delayed 528 seconds by postgrey-1.36 at bendel; Mon, 16 Sep 2024 23:25:56 UTC Authentication-Results: apache.org; auth=none MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailing-List: archive/latest/23513 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/c43ff618-f3c0-48d3-968a-8571d59b413b@apache.org Approved: robomod@news.nic.it Lines: 14 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Tue, 17 Sep 2024 01:17:02 +0200 X-Original-Message-ID: X-Original-References: <9f8122288e3a50258bc1076465ef25adf9c86e8e.camel@dadaprod.org> Xref: csiph.com linux.debian.maint.java:12812 On 16/09/2024 05:34, Sebastiaan Couwenberg wrote: > Not easily as it requires a newer gradle Not necessarily, we could use Maven instead of Gradle. The Freeplane build is fairly simple and converting it to Maven is straightforward. I hacked this proof of concept quickly tonight to give it a try: https://github.com/ebourg/freeplane-maven/tree/maven It's still missing some bits (such as the OSGi metadata) but at least it builds. Emmanuel Bourg