Re: [kaffe] kaffe 1.1.4: gnu.classpath.Configuration.CLASSPATH_VERSION

2004-03-16 Thread Holger Schurig
Done. but unfortunately, it doesn't work that well (with kjc, at least): The problem is that Configuration.java is generated in the build direectory, whereas the compiler is looking for the file in the source directory. Automake allows for a (very useful) separation of source and build

Re: [kaffe] kaffe 1.1.4: gnu.classpath.Configuration.CLASSPATH_VERSION

2004-03-16 Thread Dalibor Topic
Hi Holger, Holger Schurig wrote: Done. but unfortunately, it doesn't work that well (with kjc, at least): The problem is that Configuration.java is generated in the build direectory, whereas the compiler is looking for the file in the source directory. Automake allows for a (very useful)

Re: [kaffe] kaffe 1.1.4: gnu.classpath.Configuration.CLASSPATH_VERSION

2004-03-15 Thread Holger Schurig
Here is a patch to fix this, it's against current CVS: PS: I patched only configure.in. Because configure is in CVS, too, it should be regenerated. And, oh, Configuration.java could/should be removed from CVS now. -- MN-Logistik GmbH http://www.mn-logistik.de Holger Schurig Dieselstr.

Re: [kaffe] kaffe 1.1.4: gnu.classpath.Configuration.CLASSPATH_VERSION

2004-03-15 Thread Dalibor Topic
Holger Schurig wrote: Here is a patch to fix this, it's against current CVS: PS: I patched only configure.in. Because configure is in CVS, too, it should be regenerated. And, oh, Configuration.java could/should be removed from CVS now. Done. but unfortunately, it doesn't work that well (with

[kaffe] kaffe 1.1.4: gnu.classpath.Configuration.CLASSPATH_VERSION

2004-03-12 Thread Steven Augart
The field gnu.classpath.Configuration.CLASSPATH_VERSION in kaffe 1.1.4 has the value @VERSION@, according to a simple test program: class GetClasspathVersion { public static void main(String[] args) { final String fieldName = gnu.classpath.Configuration.CLASSPATH_VERSION;