|
From: Teiniker E. <ego...@tu...> - 2003-11-17 15:07:11
|
Hi all! Today, I have integrated my offline version of the CppRemoteGenerator with t= he current version of the ccmtools-0.3.3. I also added a test/CppRemoteGenerator directory with some subdirectories containing lightweight remote test cases (_check_*_remote.cc files). Note that these tests are not yet integrated in the automated make check procedure, but I have manually run the following tests: > ccmtools-c++-generate -d -a -p xxx Hello.idl > ccmtools-c++remote-generate -d -p xxx Hello.idl > ccmtools-c++-configure -p xxx > ccmtools-c++-make -p xxx - facet OK - facet_basic_types OK - facet_exception OK - attribute OK - attribute_basic_types OK - supports OK - supports_basic_types OK To automate these tests, we need a Confix version that can install *.idl fil= es - J=F6rg is working on this topic... I have also changed the CodeGenerator.java file. To make the remote generato= r run I have (re)implemented the getBaseIdlType() method. :-) Egon |