Problem with !import in v1.2026.0

0 votes
asked 1 day ago in Bug by Esperito (160 points)
After updating PlantUML from v1.2025.10 to v1.2026.0, I have been encountering import error in the .puml files that contain !import.

With PlantUML v1.2026.0 and later, I would like to import a ZIP file and load the .iuml files inside it by specifying their relative paths

example:

@startuml
!import some_file.zip
!include zip_inner_folder/zip_inner_file.iuml

Is this a known issue, or a deliberate change?

1 Answer

0 votes
answered 19 hours ago by The-Lu (90,500 points)

Hi E.,

Could you test with latest version:

Regards,
Th.

...