Errors with 7987 Eclipse plugin, even after eclipse -clean

0 votes
asked Dec 10, 2013 in Bug by agillesp (600 points)

The 7986 Eclipse plugin worked well, but with the 7987 plugin I see constant errors when trying to display even the simplest diagram, for example:

    @startuml
    version
    @enduml
 
The error message I see is:
 
    "Error during image generation
     net.sourceforge.plantuml.SourceStringReader.generateImage(Ljava/io/OutputStream;I)Ljava/lang/String;"
 
I also see the error from Windows/preferences/PlantUML that you mention on your web site:
 
  "The currently displayed page contains invalid values"
 
..and it is not cleared by eclipse -clean as the web site suggests.
 
I am using Eclipse 4.3.1 with GraphViz 2.34, as I was with 7986.
 
Please advise,
--Alan Gillespie

1 Answer

0 votes
answered Dec 10, 2013 by plantuml (295,000 points)
Thanks for the report.

There is a regression with V7987 : a version 7988 has just been published. It should work fine now.

Sorry for the issue,
...