Skip Menu |

This queue is for tickets about the UML-Class-Simple CPAN distribution.

Report information
The Basics
Id: 39548
Status: open
Priority: 0/
Queue: UML-Class-Simple

People
Owner: Nobody in particular
Requestors: ZBLAIR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: Unable to create UML diagrams
When I execute the following command: C:\test>umlclass.pl -M Animal -o uml.png -p "^Animal" I receive the following output: Animal Animal::Cat Animal::Dog Error: syntax error in line 8 ... <font color="red"></font> ... in label of node class_1 Error: syntax error in line 8 ... <font color="red"></font> ... in label of node class_2 Error: syntax error in line 8 ... <font color="red"></font> ... in label of node class_3 Warning: node class_1, port methods unrecognized Warning: node class_2, port title unrecognized Warning: node class_3, port title unrecognized at C:\Perl\site\bin\umlclass.pl line 102 uml.png generated. The problem: uml.png is not generated correctly (see the attached file). I am using Graphviz version 2.20.2 and perl v5.8.8 built for MSWin32-x86-multi-thread. The source code I used and the generated uml.png is attached.
Subject: uml.png
Download uml.png
image/png 3.5k
uml.png
Subject: SourceCode.zip
Download SourceCode.zip
application/octetstream 991b

Message body not shown because it is not plain text.

FWIW, I just tried to reproduce this on two machines but it worked successfully on both: (A) graphviz 2.12-50, perl 5.8.8 x86_64-linux-thread-multi (B) graphviz 2.2-3, perl 5.8.6 i586-linux-thread-multi So my graphviz is older and I'm using linux not m$
Subject: Re: [rt.cpan.org #39548] Unable to create UML diagrams
Date: Fri, 24 Oct 2008 10:34:05 +0800
To: bug-UML-Class-Simple [...] rt.cpan.org
From: agentzh <agentzh [...] gmail.com>
On Wed, Sep 24, 2008 at 3:12 AM, Zachary Blair via RT <bug-UML-Class-Simple@rt.cpan.org> wrote: Show quoted text
> > The problem: > uml.png is not generated correctly (see the attached file). > > I am using Graphviz version 2.20.2 and perl v5.8.8 built for > MSWin32-x86-multi-thread. The source code I used and the generated > uml.png is attached. >
Thanks for the report, I'll try to find a win box and/or the more recent graphviz to reproduce this issue. Best, -agentzh
Subject: Re: [rt.cpan.org #39548] Unable to create UML diagrams
Date: Fri, 24 Oct 2008 10:34:29 +0800
To: bug-UML-Class-Simple [...] rt.cpan.org
From: agentzh <agentzh [...] gmail.com>
On Thu, Oct 23, 2008 at 8:58 PM, Dave Howorth via RT <bug-UML-Class-Simple@rt.cpan.org> wrote: Show quoted text
> Queue: UML-Class-Simple > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=39548 > > > FWIW, I just tried to reproduce this on two machines but it worked > successfully on both: > > (A) graphviz 2.12-50, perl 5.8.8 x86_64-linux-thread-multi > > (B) graphviz 2.2-3, perl 5.8.6 i586-linux-thread-multi > > So my graphviz is older and I'm using linux not m$ >
*nod* Same here ;) Thanks! -agentzh