OepenerPlatt / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
0 stars 0 forks source link

The import net.sourceforge.plantuml.FileFormat cannot be resolved #3

Closed OepenerPlatt closed 5 months ago

OepenerPlatt commented 5 months ago

image

OepenerPlatt commented 5 months ago

seems to calm down the eclipse ide not being aware of the exported packages. image

travkin79 commented 2 months ago

The latest commit from master branch has the plantuml.jar in the classpath. You should merge from master to your development branch in your fork.

image

pbrossel commented 2 months ago

Yes, I'll rebase asap. The jar was already available in the lib folder in the project. Eclipse did not realize that it was there. So I removed it (1) and added it again (2+3) and the errors were gone.