I wanted to do some maintenance for my not so well maintained… personal knime nodes.
The issue I no face is that when Running (or debugging) As Knime analytics platform my own nodes are not included anymore and hence I get an Status error “Node xyz not available” and I can’t even test them.
Also other aspect of the SDK seem to be defect:
I’m using the plugin.>feature->update site paradigm. However While I can build a new version it always adds as “default” unit.id under “Uncategorized” (content.xml):
<unit id='Default' version='1.0.0.233dknh'>
<properties size='3'>
<property name='org.eclipse.equinox.p2.name' value='Uncategorized'/>
<property name='org.eclipse.equinox.p2.description' value='Default category for otherwise uncategorized features'/>
<property name='org.eclipse.equinox.p2.type.category' value='true'/>
</properties>
Which might actually be the cause that it isn’t loaded? However I don’t know how to fix this. There are no error messages.
Any input?