Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with include #184

Open
loms0815 opened this issue Dec 25, 2024 · 0 comments
Open

Problem with include #184

loms0815 opened this issue Dec 25, 2024 · 0 comments

Comments

@loms0815
Copy link

loms0815 commented Dec 25, 2024

Used Eclipse Version: 2024-12 (4.34.0)
Used PlantUML Version: 1.2024.5

Test case:
"test.puml" includes file "test.iuml" (which includes only one "version" command).
If "test.puml" is selected in Project-Explorer then version will be shown in PlantUML view (as expected).
After Eclipse restart "test.puml" is still selected but there rises an error in PlantUML view "cannot include test.iuml".

image_3

'---------------------------------------------------
' File "test.puml":
'---------------------------------------------------
@startuml
!include test.iuml
@enduml
'---------------------------------------------------

'---------------------------------------------------
' File "test.iuml":
'---------------------------------------------------
version
'---------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant