From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ciaran Mulloy Subject: PlantUML Date: Mon, 15 Dec 2014 17:23:59 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0ZNf-0004GJ-JE for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 12:24:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0ZNY-0005re-3g for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 12:24:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:38604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0ZNX-0005rV-RJ for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 12:24:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y0ZNW-0003xD-Cb for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 18:24:14 +0100 Received: from 95.45.250.213 ([95.45.250.213]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Dec 2014 18:24:14 +0100 Received: from crmulloy by 95.45.250.213 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Dec 2014 18:24:14 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, I just tried evaluating plantUML source code in babel and get the following error message: "Error: Invalid or corrupt jarfile /home/cmulloy/.emacs.d/elpa/contrib/scripts/" I'm currently in the latest stable release of org-mode 8.2.10 and have downloaded the plantuml.jar application in the /home/cmulloy/.emacs.d/elpa/contrib/scripts/ directory. I did manage to test the plantuml.jar application and validate that it wasn't corrupt by successfully running plantuml directly and building .png files directly: java -jar plantuml.jar -verbose sequenceDiagram1.txt I tried was able to use babel to execute both ditaa and dot code successfully so it seems the problem is with plantuml! I had a look at the ob-plantuml.el file but could see nothing of relevance and am still learning elisp. Any thoughts? Regards, Ciaran