Brian Jones <[EMAIL PROTECTED]> writes:
> 1. automake has extremely poor support for java
I believe this is getting better. For instance, the newest version
compiles all the files that need recompiling with one invocation of
javac. This should drastically reduce build time.
> 2. I don't know how you, Paul, or John compile your native code and
> Java code so that everything works (and can be tested)
I can't speak for others, but I personally set up a seperate tree of
directories that mirrors the classpath hierarchy and linked in the
files that I was working on. That way I only have to worry about my
own bugs.
> 3. I'm annoyed that 'classes.zip' resides in different relative paths
> for the JDK and Japhar. Haven't checked Kaffe yet.
> 4. Not sure what to do about the libtool problem you and Paul talked
> about on the list some time ago.
I was unable to find anything about libtool on the mailing list
archive, can you refresh my memory? I use libtool in my working tree
and have not encountered any problems.
--
Geoff Berry