[Bug 415] New: Deployment Component does not connect data ports

For more information about this bug, visit
A new bug was added:
Summary: Deployment Component does not connect data ports
Product: OCL
Version: 0.4.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Deployment
AssignedTo: orocos-dev [..] ...
ReportedBy: peter [dot] soetens [..] ...

This component ignores any "Ports" directive in the configuration XML file
and does not connect component data ports during the configureComponents()
step.

--
(this mail is best viewed with a fixed font)
Configure bugmail: http://www.fmtc.be/orocos-bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--
Orocos-Dev mailing list
Orocos-Dev [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev

[Bug 415] Deployment Component does not connect data ports

For more information about this bug, visit

peter [dot] soetens [..] ... changed:

What |Removed |Added
---------------------------------------------------------------------------
Target Milestone|--- |0.4.1
Resolution| |FIXED
Status|NEW |RESOLVED

------- Comment #1 from peter [dot] soetens [..] ... 2007-06-01 10:12

$ svn diff deployment/
Index: deployment/CMakeLists.txt
===================================================================
--- deployment/CMakeLists.txt (revision 28223)
+++ deployment/CMakeLists.txt (working copy)
@@ -20,6 +20,6 @@
# with the necessary 'export' attributes, or unresolved symbols
# will appear. Especially template classes and exceptions are
# sensitive.
- SET_SOURCE_FILES_PROPERTIES( ${SRCS} PROPERTIES COMPILE_FLAGS
"-fvisibility=hidden")
+ # SET_SOURCE_FILES_PROPERTIES( ${SRCS} PROPERTIES COMPILE_FLAGS
"-fvisibility=hidden")

ENDIF ( BUILD_DEPLOYMENT )
sspr@lt00129:~/src/Orocos/trunk/ocl
$ svn ci deployment/ -m"Fix bug #415: Deployment Component does not connect
data ports.
> On compilers < GCC 4.0, the visibility flag is not yet available upon the class level.
> Do not compile the DeploymentComponent with -fvisibility=hidden such that the global
> symbols are used.
> "
Sending deployment/CMakeLists.txt
Transmitting file data .
Committed revision 28225.

--
(this mail is best viewed with a fixed font)
Configure bugmail: http://www.fmtc.be/orocos-bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--
Orocos-Dev mailing list
Orocos-Dev [..] ...
http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev