talentyao / apiviz

Automatically exported from code.google.com/p/apiviz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphviz can't find a map for a public static inner class

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. svn co http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk ejb3
2. replace ejb3/core/pom.xml with the attached pom
3. mvn javadoc:javadoc

What is the expected output?
No error. :-)

What do you see instead?
/home/carlo/work/ejb3/core/target/site/apidocs/org/jboss/ejb3/entity/Persistence
XmlLoader/ErrorLogger.map:
No such file or directory
javadoc: error - An error occurred during diagram generation:
java.lang.IllegalStateException: Graphviz exited with a non-zero return
value: 1
java.lang.IllegalStateException: Graphviz exited with a non-zero return
value: 1
    at net.gleamynode.apiviz.Graphviz.writeImageAndMap(Graphviz.java:131)
    at net.gleamynode.apiviz.APIviz.instrumentDiagram(APIviz.java:132)
    at net.gleamynode.apiviz.APIviz.generateClassDiagrams(APIviz.java:107)
    at net.gleamynode.apiviz.APIviz.start(APIviz.java:66)

What version of the product are you using?
1.0.0

On what operating system?
Fedora 9

Please provide any additional information below.

Original issue reported on code.google.com by wolfc1...@gmail.com on 26 Jun 2008 at 7:35

Attachments:

Fixed in 1.0.1 :)

Original comment by trus...@gmail.com on 26 Jun 2008 at 1:00

  • Changed state: Fixed