From: Egon T. <ego...@ut...> - 2004-02-10 19:04:18
|
Hi Robert! >> - The uml2idl.jar file is (per default) contained in the ccmtools/lib >> directory and can be build using Ant (build.xml file). > > I removed "uml2idl.jar" from CVS and added it to ".cvsignore". > > > Another problem: when I call "make", the file "lib/ccmtools.jar" > will not be rebuilt, so "make install" copies the wrong version. > Maybe a wrong file dependency? > My idea was that the uml2idl.jar file can optionally be built using Ant. In addition I put the uml2idl.jar file in the lib directory (like any other tool we use) to free autotool users from installing Ant... Now, if you want to built the ccmtools, type: $ ant $ autogen.py --prefix=<...> $ make $ make install :-) Egon |