Invalid presence of ".err" file when using newpage

0 votes
asked Apr 15, 2016 in Bug by pamiel (140 points)

Hi all,

Just trying to generate the following diagram containing a newpage (directy extracted from the PDF documentation!):

@startuml

:actor1: --> (Usecase1)

Newpage

:actor2: --> (Usecase2)

@enduml 

The 2 PNG files are correctly generated, but a ".err" file is also generated, containing the string: "null null"

This is very confusing for applications that check the presence of the ".err" file to know if the image generation process has been performed correclty or not. In this case, the ".err" file should not be generated.

Thanks for your help!

1 Answer

0 votes
answered Apr 18, 2016 by plantuml (295,000 points)
Hi,

Thanks for the report.

This should be fixed in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Tell us if it's not working for you!

Regards,
...