'newpage' generates only last two use cases

0 votes
asked Jan 25, 2014 in Bug by anonymous
edited Jan 25, 2014

Hi all,

When using the input file below only two png's are created, for the last use case, and the one before that. The other use-cases are ignored. Is my input file not correct? Thanks in advance. ( I'm using plantuml version 7991 )

 

startuml

actor Alice

Alice --> (Usecase)

newpage

actor Bob

Bob --> (Usecase)

newpage

actor Charline

Charline --> (Usecase)

newpage

actor Derek

Derek --> (Usecase)

@enduml

 

Regards,

Willem.

 

1 Answer

0 votes
answered Jan 28, 2014 by plantuml (295,000 points)

Thanks for the report.

This has been fixed in the following beta:

https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Regards,

commented Jan 29, 2014 by anonymous
Thanks!
Regards,
Willem.
commented Jan 30, 2014 by anonymous
Hi,

I tried the beta and 'newpage' works fine. FYI: the error message :

'Jan 30 13:23:41 imac.local java[13262] <Error>: The function `CGContextErase' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance'

is printed and the plantuml logo is shown on screen shortly. I can provide a screenshot if you like.

I'm on OSX, using `java -version`:
java version "1.6.0_65"
Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609)
Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode)

Thanks again for the quick fix!

Regards,
Willem.
...