From: Darrell S. <dr...@nr...> - 2004-11-08 21:37:02
|
On Tuesday, October 26 2004 at 20:21+0200, Egon Teiniker wrote: > >Did you add mdr01.jar (see java-environment/lib/) to your CLASSPATH? >The OCL parser uses this Metadata Repository (based on JMI) to build a >model that conforms to a OCL metamodel. Thanks for the hint Egon! This got me past the building hurdle, but now I'm stuck trying to get example1 of the tutorial built. I tried both the instructions in the tutorial: ccmtools-generate c++local -a -o CarRental *.idl as well as the, readme incantation: ccmtools-generate idl3 -o CarRental/idl3 *.idl ccmtools-generate idl3mirror -o CarRental/idl3 *.idl ccmtools-generate c++local -o CarRental -ICarRental/idl3/interface CarRental/idl3/interface/BigBusiness/*.idl ccmtools-generate c++local -a -o CarRental -ICarRental/idl3/component -ICarRental/idl3/interface CarRental/idl3/component/BigBusiness/*.idl ccmtools-generate c++local-test -o CarRental -ICarRental/idl3/component -ICarRental/idl3/interface CarRental/idl3/component/BigBusiness/CarRental.idl In each case, some *_gen.cc files are created, which include CCM_Local/HomeFinder.h, but this file is nowhere to be found. Do I need to back off to an earlier version than the current CVS version? Or have I done something else wrong? thanks again, Darrell |