Mario Grotschar wrote:
Tanks for your reply.

One question to the tuscany frame work.

In the project the tuscany_sca_native-1.0-incubator-M3 ist used. There I can
find in the src a directory

-- src
    `-- tuscany
        `-- sca
            |-- core
            |-- extension
            |-- model
            `-- util
...

Hi Mario,

M3 is from May 2007. That code has changed quite a bit in 3 years, so I recommend to use the code in trunk instead.


In the newer version in the svn trunk i can only see a directory

|-- kernel
|   |-- Makefile.am
|   |-- config.hpp
|   |-- dynlib-test.cpp
|   |-- dynlib.hpp
|   |-- element.hpp
|   |-- fstream.hpp
|   |-- function.hpp
|   |-- gc.hpp
|   |-- hash-test.cpp
|   |-- hash.hpp
|   |-- kernel-test.cpp
|   |-- lambda-test.cpp
|   |-- list.hpp
|   |-- mem-test.cpp
|   |-- monad.hpp
|   |-- parallel-test.cpp
|   |-- parallel.hpp
|   |-- perf.hpp
|   |-- sstream.hpp
|   |-- stream.hpp
|   |-- string-test.cpp
|   |-- string.hpp
|   |-- tree.hpp
|   |-- value.hpp
|   |-- xml-test.cpp
|   |-- xml.hpp
|   `-- xsd-test.cpp

I cannot find the corresponding files that incorporate the logic. Am i
missing something?

Try cd .. [1] to see more :). The README [2] describes the trunk source tree layout. The Qpid support code is in components/queue [3].

[1] http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/
[2] http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/README
[3] http://svn.apache.org/repos/asf/tuscany/sca-cpp/trunk/components/queue/

Hope this helps.
--
Jean-Sebastien

Reply via email to