From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] bug fix in ob-groovy.el Date: Sat, 24 Feb 2018 21:40:39 +0100 Message-ID: <874lm62kag.fsf@nicolasgoaziou.fr> References: <87606n9tzx.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epgcg-0000fV-U6 for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 15:40:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epgcf-0007J7-RW for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 15:40:46 -0500 Received: from relay2-d.mail.gandi.net ([2001:4b98:c:538::194]:51158) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1epgcf-0007F6-LQ for emacs-orgmode@gnu.org; Sat, 24 Feb 2018 15:40:45 -0500 In-Reply-To: <87606n9tzx.fsf@alphaville.usersys.redhat.com> (Nick Dokos's message of "Fri, 23 Feb 2018 18:16:50 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Nick Dokos Cc: emacs-orgmode@gnu.org Hello, Nick Dokos writes: > The problem was reported in > > https://stackoverflow.com/questions/48893994/groovy-in-org-mode-babel > > I reproduced the problem locally. The basic error message is > > Caught: java.lang.ClassFormatError: Illegal class name "groovy-31624d60$isGolden" > > The problem is the dash. > > The patch replaces dashes with underscores when constructing temp file > names. Applied. Thank you. Regards, -- Nicolas Goaziou