Deploy script not recognizing EventPort

Hi,

when using a deploy script (appendix) to kickstart a component, I'm
trying to connect an EventPort to the OCL::TimerComponent timeout
port.
Starting up, the taskbrowser errors at:
[ ERROR ][DeploymentComponent::connectPorts] Youbot.watchdog could
not be found.

while this port is definitely there. (moving the line to below the
'stream' calls, gives the same error - the taskbrowser does find the
other, non-event ports)

Steven

AttachmentSize
deploy.ops852 bytes
Ruben Smits's picture

Deploy script not recognizing EventPort

On Friday 21 January 2011 08:11:24 Steven Bellens wrote:
> Hi,
>
> when using a deploy script (appendix) to kickstart a component, I'm
> trying to connect an EventPort to the OCL::TimerComponent timeout
> port.
> Starting up, the taskbrowser errors at:
> [ ERROR ][DeploymentComponent::connectPorts] Youbot.watchdog could
> not be found.
>
> while this port is definitely there. (moving the line to below the
> 'stream' calls, gives the same error - the taskbrowser does find the
> other, non-event ports)

You should replace "connectPorts" with "connect", connectPorts is deprecated.

> Steven

Ruben