From: <tt_...@gm...> - 2004-09-08 15:02:55
|
Hi Hiroo, Hi Ryan, Hiroo Hayashi wrote: > tt_ml_2_g7> I've tried to compile the last current CVS version but without success. > tt_ml_2_g7> While compiling the org.jsynthlib.* classes I run into trouble. > > See the Rib's mail on Aug 31 titled as 'XML Drivers'; > > Rib> missing. I've added two jar files which you will need to put in your > Rib> classpath. These are for the Groovy scripting language, which has > > # I also missed this line first. Hiroo Hayashi wrote: > Rib> missing. I've added two jar files which you will need to put in your > Rib> classpath. These are for the Groovy scripting language, which has > > I've updated the compile procedure in doc/programming.html as follows; > > javac core/*.java > javac synthdrivers/*/*/*.java synthdrivers/*/*.java > javac -classpath '.;Groovy.jar' org/jsynthlib/*/*/*.java org/jsynthlib/*/*.java > javac *.java > > Please update Makefile and build.xml. > someone Rib Rdb wrote: > You need to set the classpath to include asm.jar and groovy.jar. > Maybe we should change JAVAC_FLAGS in makefile.vars to "-g -classpath > .:groovy.jar:asm.jar" > Thanks for your reminder resp. hints. I tried both ways and got different results. - Ryans hint to change makefile.vars works very well. - Following Hiroo's hint I run into trouble. But with this commands I can compile successfull: export CLASSPATH=.:groovy.jar:asm.jar:$CLASSPATH javac core/*.java javac synthdrivers/*/*/*.java synthdrivers/*/*.java javac org/jsynthlib/*/*/*.java org/jsynthlib/*/*.java javac *.java Maybe I made a simple mistake or Hiroo's way doesn't work under Linux. I don't know. I just want give you this feedback. Bye Torsten |