[OCL v2] [git pull] Support loading/unloading of component groups

Forward port of v1 changes, in case anyone is interested.

WARNING I was unable to compile this. OCL doesn't want to play nice right now - it can't find the RTT .cmake file. Once I fix that, I will verify this port.

The following changes since commit 0a9ba249634b96872a63e091cf4b8d8d83ad7d37:
Peter Soetens (1):
Merged toolchain-2.0 branch for 2.1 release

are available in the git repository at:

git://gitorious.org/~snrkiwi/orocos-toolchain/snrkiwi-ocl.git v2-next-groups

Stephen Roderick (2):
bin: Support deployment of multiple script files
deployment: Support component groups

bin/cdeployer.cpp | 15 ++-
bin/deployer-corba.cpp | 17 ++-
bin/deployer-funcs.cpp | 4 +-
bin/deployer-funcs.hpp | 4 +-
bin/deployer.cpp | 27 +++--
deployment/DeploymentComponent.cpp | 192 +++++++++++++++++++++++++++++------
deployment/DeploymentComponent.hpp | 66 ++++++++++++-
7 files changed, 264 insertions(+), 61 deletions(-)

[OCL v2] [git pull] Support loading/unloading of component group

On Sunday 17 October 2010 18:16:17 S Roderick wrote:
> Forward port of v1 changes, in case anyone is interested.
>
> WARNING I was unable to compile this. OCL doesn't want to play nice right
> now - it can't find the RTT .cmake file. Once I fix that, I will verify
> this port.

If you use cmake 2.6.2 or older, you must set .../lib/cmake/orocos-rtt in your
CMAKE_PREFIX_PATH. With newer versions, the .../lib directory suffices. We
should update the env.sh script (urgently) to do so.

Peter

[OCL v2] [git pull] Support loading/unloading of component group

On Oct 17, 2010, at 16:10 , Peter Soetens wrote:

> On Sunday 17 October 2010 18:16:17 S Roderick wrote:
>> Forward port of v1 changes, in case anyone is interested.
>>
>> WARNING I was unable to compile this. OCL doesn't want to play nice right
>> now - it can't find the RTT .cmake file. Once I fix that, I will verify
>> this port.
>
> If you use cmake 2.6.2 or older, you must set .../lib/cmake/orocos-rtt in your
> CMAKE_PREFIX_PATH. With newer versions, the .../lib directory suffices. We
> should update the env.sh script (urgently) to do so.

Using cmake 2.8.0. Tried the above, and any other combination fo dir's according to the CMake doc's of where it looks in Unix. I'll keep at it until it's solved ... probably operator error ..

Thx
S

[OCL v2] [git pull] Support loading/unloading of component group

On Oct 17, 2010, at 16:10 , Peter Soetens wrote:

> On Sunday 17 October 2010 18:16:17 S Roderick wrote:
>> Forward port of v1 changes, in case anyone is interested.
>>
>> WARNING I was unable to compile this. OCL doesn't want to play nice right
>> now - it can't find the RTT .cmake file. Once I fix that, I will verify
>> this port.
>
> If you use cmake 2.6.2 or older, you must set .../lib/cmake/orocos-rtt in your
> CMAKE_PREFIX_PATH. With newer versions, the .../lib directory suffices. We
> should update the env.sh script (urgently) to do so.

Using cmake 2.8.0. Tried the above, and any other combination fo dir's according to the CMake doc's of where it looks in Unix. I'll keep at it until it's solved ... probably operator error ..

Thx
S