Hallvard Trætteberg

Results 58 comments of Hallvard Trætteberg

Perhaps there's some dependency issue that prevents the jlatexmath plugin to be activated/used with 1.1.25.

Strange... when launched from my dev. eclipse (both Luna and 2020-6) the PlantUML view shows it as expected, while the PlantUML Svg view throws an exception: formula=R(t) = e^(-lambda*t) Latex={R}{\left({t}\right)}={e}^{{-\lambda\cdot{t}}}...

I agree, I don't seem to have understood the underlying problem... Which Eclipse version do you run on?

I need stack traces to be able to debug this, do you find that in the Error Log view?

I was able to trigger this error, but I'm not sure how to solve it. I'll try to find some workaround, but can't guarantee anything as class path problems are...

The problem is that the plantuml library uses reflection to get hold of the GenericDOMImplementation class, and in this case doesn't find it. Such implicit dependencies are difficult to handle......

The main problem here is that the dependency on GenericDOMImplementation is implicit and not provided by the plantuml.jar itself. I think I can make my wrapper provide it by adding...

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,...

The (manual) process I use to update to a newer plantuml.jar is as follows: - acquire the EPL-ed version of the jar and drop it into the libs folder of...

This is something to consider. A very simple solution is to provide a web-based viewer in an embedded browser component, that can show the svg. I've made a prototype and...