-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update to latest plantuml #145
Comments
There is no way to drop in a new library, it needs to be wrapped in an Eclipse plugin and published on the update site. This should ideally be automated, but that requires an effort I haven't found time for. I'll make sure to update the library for the next release, hopefully in a couple of weeks. |
OK, thanks. |
Is there a way we can add latest plantUML library then build the plugin by ourselves and manually install the plugin into eclipse? |
Hello @hallvard, |
The (manual) process I use to update to a newer plantuml.jar is as follows:
All steps can be automated, but it will take time to make it right. You may be able to simplify it, e.g. by renaming the library jar to a standard name. Another approach is hosting the composite library site at plantuml.com and integrate this into their build process. |
Hi, Maybe it would be easier to let the user provide an alternative path to plantuml.jar he downloads on his own? There could be a note about potential compatibility issues and "do it at your own risk". Optionally plugin might verify the version and maybe raise a warning to the user that his version of library was not tested with this version of extension, or something like that. |
Hi, |
Issue #145 - Update to the latest PlantUML lib version (and update Eclipse and JRE versions)
I see that there is a 1.2021.14 version available : https://github.com/plantuml/plantuml/releases/tag/v1.2021.14
Can we update to this version?
Or, other way around: what is the relationship between Eclipse plugin and library - can we always update to latest, or is there some API that can be broken etc?
The text was updated successfully, but these errors were encountered: