From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: PlantUML Date: Mon, 15 Dec 2014 13:50:03 -0500 Message-ID: <87a92o21es.fsf@alphaville.usersys.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0aiv-000724-A7 for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 13:50:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0ain-0005bH-R6 for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 13:50:25 -0500 Received: from plane.gmane.org ([80.91.229.3]:44210) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0ain-0005b2-KM for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 13:50:17 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Y0ail-0003nU-Hs for emacs-orgmode@gnu.org; Mon, 15 Dec 2014 19:50:15 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Dec 2014 19:50:15 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Dec 2014 19:50:15 +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 Ciaran Mulloy writes: > 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? > This maybe: org-plantuml-jar-path needs the complete pathname of your plantuml.jar. Customize appropriately. Nick