From: Egon T. <ego...@sa...> - 2004-02-06 15:12:44
|
Hi all! I have hacked some Makefile.am files, to improve the build process of ccmtools. Now the ccmtools can be built out of the box: - No CLASSPATH extensions are needed to build the ccmtools. (The CLASSPATH only has to point to the installed <prefix>/share/java/*.jar files). - The uml2idl.jar file is (per default) contained in the ccmtools/lib directory and can be build using Ant (build.xml file). - The oclmetamodel.jar and mdr01.jar files are also stored in the ccmtools/lib directory. - I have imported a new java-environment module that can be used to host the dtd2java, uml2idl, MDR stuff (if you agree, I will move these packages in the next couple of days...) To ckeck out the (empty) java-environment type: cvs -d :ext:tei...@cv...:/cvsroot/ccmtools co java-environment :-) Egon |