Plugin changes not seen by Servoy editor

Hi All,

I have the next weard problem. When i make changes to my plugin (for example add an extra method) the changes i made are not seen in the editor.. even when i add a complete new plugin the new one is not seen. If i remove one, it is gone like it should.

If i first remove it, restart servoy. close servoy again replace old plugin with new one. restart servoy. The old plugin is still shown.

Anybody know what’s happening here?

Greetz Rutger

We had a similar problem the other day. The solution was that an (older) copy of the plugin was located in the Servoy lib directory and was always loaded before Servoy even saw the (new) version of the plugin in the plugin directory.

Hi,

I’ve checked the lib directory, but there is no file with the same name as my plugin there. Still nothing happens..

any other ideas?

ok.. i placed the jar in the lib directory, now it works..

thanx anyway!