Re: Supporting latest schemas in the cpp runtime, was: Fixing SCA cpp build

2009-09-30 Thread Bryan Aupperle
You may want to look at the C++ testcases for the 1.1 version of the Assembly specification. They can be found here: http://tools.oasis-open.org/version-control/browse/wsvn/sca-assembly/TestCases/#_TestCases_ and correspond exactly to the Java testcases. Jean-Sebastien Delfino wrote:

Re: Supporting latest schemas in the cpp runtime, was: Fixing SCA cpp build

2009-09-26 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Jean-Sebastien Delfino wrote: As my laptop crashed earlier this week I'm trying to rebuild all the Tuscany projects from source, on Linux. The Tuscany CPP M3 release was using autoconf-based build scripts, which worked well on Linux at least. The SDO tree still

Supporting latest schemas in the cpp runtime, was: Fixing SCA cpp build

2009-09-14 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: As my laptop crashed earlier this week I'm trying to rebuild all the Tuscany projects from source, on Linux. The Tuscany CPP M3 release was using autoconf-based build scripts, which worked well on Linux at least. The SDO tree still contains the autoconf files

Re: Supporting latest schemas in the cpp runtime, was: Fixing SCA cpp build

2009-09-14 Thread Simon Laws
Hey Sebastien I'm starting to look into supporting the latest SCDL schemas in the CPP runtime. For now I've just copied the schemas from the Java assembly-xsd module, and after trying a few changes to the ModelLoader, I'm starting to think that it could be simplified a bit by using the

Re: Supporting latest schemas in the cpp runtime, was: Fixing SCA cpp build

2009-09-14 Thread Luciano Resende
On Mon, Sep 14, 2009 at 11:02 AM, Simon Laws simonsl...@googlemail.com wrote: Hey Sebastien I'm starting to look into supporting the latest SCDL schemas in the CPP runtime. For now I've just copied the schemas from the Java assembly-xsd module, and after trying a few changes to the