From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: ditaa problem with latest org mode Date: Wed, 11 Jun 2014 09:18:08 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WujLu-0007rS-DI for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 10:18:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WujLs-0003kw-RE for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 10:18:10 -0400 Received: from mail-oa0-x231.google.com ([2607:f8b0:4003:c02::231]:63984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WujLs-0003kf-Mc for emacs-orgmode@gnu.org; Wed, 11 Jun 2014 10:18:08 -0400 Received: by mail-oa0-f49.google.com with SMTP id i7so4496579oag.22 for ; Wed, 11 Jun 2014 07:18:08 -0700 (PDT) In-Reply-To: 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: Adrian Burd Cc: "emacs-orgmode@gnu.org" I'm on: Emacs version: GNU Emacs 24.3.1 (x86_64-apple-darwin13.1.0, NS apple-appkit-1265.19) of 2014-04-24 on orion Org version: 8.2.6 java version "1.8.0_05" Java(TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) ditaa0_9.jar And org-babel-tangle on this #+begin_src ditaa :file ditaa-simple.png :tangle no :exports both +------+ +-----+ +-----+ +-----+ |{io} | |{d} | |{s} | |cBLU | | Foo +---+ Bar +---+ Baz +---+ Moo | | | | | | | | | +------+ +-----+ +--+--+ +-----+ | /-----\ | +------+ | | | | c1AB | | Goo +------+---=3D--+ Shoo | \-----/ | | +------+ #+end_src Produces a png. Grant Rettke | AAAS, ACM, ASA, FSF, IEEE, SIAM, Sigma Xi gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/ =E2=80=9CWisdom begins in wonder.=E2=80=9D --Socrates ((=CE=BB (x) (x x)) (=CE=BB (x) (x x))) =E2=80=9CLife has become immeasurably better since I have been forced to st= op taking it seriously.=E2=80=9D --Thompson On Tue, Jun 10, 2014 at 9:29 PM, Adrian Burd wrote= : > I am wondering if anyone else running Mavericks (OSX 10.9.2) on a Mac is > also having problems with ditaa? I'm running Emacs 24.3 and org-mode 8.2.= 6 > > Whenever I try to process some ditaa source code (either via an org file = or > even from the command line) using the version if ditaa that comes with or= g, > I get the following unpleasant error > > ditaa version 0.9, Copyright (C) 2004--2009 Efstathios (Stathis) Sideris > > Exception in thread "main" java.lang.NoSuchMethodError: > org.stathissideris.ascii2image.core.ConversionOptions.(Lorg/apache/= commons/cli/CommandLine;)V > at org.stathissideris.ascii2image.core.CommandLineConverter.main(Unknown > Source) > > even when running with the simplest of ditaa files. > > I get the same error if I use Apples Java (java 6) or Oracle's Java (java > 7u60). > > PlantUML code runs like a charm, so it's something in the way Java is > interacting with ditaa. > > It does work on a similar Mac (in the office) running OSX 10.7 with org m= ode > 8.2.1, so I'm suspecting that there's something messed up with Mavericks. > > Is anyone else seeing this? > > Thanks, > > Adrian > > >