dialogos-project / dialogos

The DialogOS dialog system.
https://www.dialogos.app
GNU General Public License v3.0
20 stars 7 forks source link

Installer does not install ROS plugin #180

Closed alexanderkoller closed 5 years ago

alexanderkoller commented 5 years ago

The installer that is generated by the current make-distribution script compiles the ROS plugin and bundles it with the distribution; it is also offered for selection in the installer. But then when DialogOS is started, the ROS plugin and its nodes do not show up. Figure out why and fix it.

It might make sense to move this to the 2.1.2 release if tracking down the bug takes too long.

timobaumann commented 5 years ago

the resulting plugins/ROS/ does not contain the dialogos-plugin-ros.jar .

timobaumann commented 5 years ago

fixable by changing the install4j-file to reference ${compiler:dialogos.version} rather than 2.1.0 (or whatever it is). Also, a few dependency versions need to be updated in the install4j file.

alexanderkoller commented 5 years ago

Works.