[java-gnome-hackers] Re: Generating Java files from the generator
Brought to you by:
afcowie
|
From: Philip A. C. <pc...@td...> - 2002-08-14 03:32:55
|
Jeff, I've managed to generate .java files from gnome2.defs using the following: $java -cp $CLASSPATH:/home/wyvern/src/java-gnome/src/tools DefsProcessor --out-dir=3D/home/wyvern/tmp/java-gnome defs/gnome2.defs > ~/output.txt 2>&1 As I work through the gnome classes, should I put them in java-gnome/src/java/org/gnu/gnome (over-writing what's already there)?=20 Do the generated .c and .h files need to replace the ones in /src/jni?=20 I think I'm right here, but want to be *sure* before I start clobbering files. On Tue, 2002-08-13 at 21:25, Philip A. Chapman wrote: > Jeff, >=20 > I remember you saying something about taking the automatic generation of > the .java files from the .defs files out of the build process. Sure > enough, my org.gnu.gnome .java files do not show changes I've made > lately. What command should I use to rebuild the files? >=20 > Thanks, > --=20 > Philip A. Chapman --=20 Philip A. Chapman |