From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:59426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNFT2-00060W-E7 for guix-patches@gnu.org; Sun, 05 May 2019 07:38:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNFT1-0006DS-DF for guix-patches@gnu.org; Sun, 05 May 2019 07:38:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39587) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNFT1-0006DI-A8 for guix-patches@gnu.org; Sun, 05 May 2019 07:38:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNFT1-0007nR-1Y for guix-patches@gnu.org; Sun, 05 May 2019 07:38:03 -0400 Subject: [bug#35545] [PATCH] Add josm. Resent-Message-ID: Date: Sun, 5 May 2019 13:37:09 +0200 From: Julien Lepiller Message-ID: <20190505133709.049a2925@sybil.lepiller.eu> In-Reply-To: <20190505131838.2ea2c6d9@alma-ubu> References: <20190503145820.606f37db@sybil.lepiller.eu> <20190505131838.2ea2c6d9@alma-ubu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 35545@debbugs.gnu.org Le Sun, 5 May 2019 13:18:38 +0200, Bj=C3=B6rn H=C3=B6fling a =C3=A9crit : > On Fri, 3 May 2019 14:58:36 +0200 > Julien Lepiller wrote: >=20 > > Hi guix! > >=20 > > this patch series adds josm, the Java OpenStreetMap editor, and its > > dependencies. =20 >=20 > Hi Julien! >=20 > This is great news to have a package for josm available! Thanks. >=20 > I reviewed 1-5 until now and would need about a week to review the > rest, if noone else gives an OK earlier. >=20 > I know JOSM has plugins. Do you know anything about the licenses of > these plugins? Should we/do we need to compile all of them from > sources? Can we stick with the default Plugin-Repository? I'm thinking > about FSDG-compatibility. >=20 > Bj=C3=B6rn >=20 >=20 >=20 That's a very good question! It doesn't look like they commit to only free software. In fact here is what I found on the website: Note for plugin developers: If you wrote a plugin and want JOSM to find it, it should be enough to add the plugin to the =E2=80=8BOpenStreetMap Subversion Repository (SVN) and it will automatically appear on this page. If you cannot put your plugin into SVN then edit this page and insert a link to your plugin jar file into the page; after a few minutes your plugin will be downloaded and the MANIFEST file will be used to extract information for the table below.=20 I don't know if that implies being listed at that page only or also in the plugin manager. I don't use plugins, so I didn't notice, but attempting to use one failed anyway: 2019-05-05 11:30:47.967 GRAVE: org.openstreetmap.josm.plugins.PluginException: Une erreur est survenue dans le greffon buildings_tools. Cause : java.lang.ClassNotFoundException: org.openstreetmap.josm.plugins.buildings_tools.BuildingsToolsPlugin org.openstreetmap.josm.plugins.PluginException: Une erreur est survenue dans le greffon buildings_tools I don't know how to load plugins outside of the plugin manager. Ideas?