2017.11 output file naming bug if more than 1 diagram in a single input file

0 votes
asked Apr 24, 2017 in Bug by agillesp (600 points)
If an input file contains more than one diagram then 2017.11 doen not generate the output file names as before. For instance with the input:

@startuml file1.png
version
@enduml

@startuml file2.png
version
@enduml

@startuml file3.png
version
@enduml

plantuml.jar generates three output files named file1.png, file2_001.png and file3_002.png, whereas earlier versions would use file names without the counters appended. Is this a consequence of your recent change to splitting files, and, if so, is this the intended behaviour?

Thanks,
Alan Gillespie.

1 Answer

+1 vote
answered Apr 24, 2017 by plantuml (295,000 points)
Thanks for the feedback : this was indeed related to recent change about splitting files. It should be ok now, but do not hesitate to post again if you find issues.

https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Regards,
commented Apr 24, 2017 by agillesp (600 points)
That fixes the issue.
Thanks,
--Alan G.
...