opensourceBIM / BIMserver

The open source BIMserver platform
GNU Affero General Public License v3.0
1.56k stars 610 forks source link

getPluginBundle leads to UserException: Plugin bundle already installed org.opensourcebim.bimsurfer #836

Closed JonasManuelKonstruktum closed 5 years ago

JonasManuelKonstruktum commented 6 years ago

BimserverVersion: 1.5.109

I am trying to initialize a bimserver in an automated way and I also want to check if all necessary plugins are installed. However when calling getPluginBundle i get a UserException like Plugin bundle already installed org.opensourcebim.bimsurfer.

I would only expect this exception if i want to install an already installed version. In this case i just want to query IF the plugin is installed or not or if there is a newer version.

rubendel commented 6 years ago

Hmm yeah that's not correct, will leave this issue open to fix in a future release.

rubendel commented 5 years ago

It'll now always return the plugin bundle information, also when already installed.