"Aaron M. Renn" <[EMAIL PROTECTED]> writes:

> Alex Nicolaou wrote:
> > You should mention Jikes if it is verified to build the classes as well.
> > After all, with Jikes + Japhar + Classpath, the end user should
> > ultimately have a complete open-source Java solution.
> 
> We've got some dependency problems with Jikes as well.  (Maybe I'll try the
> jikes dependency generation instead of JavaDeps and see if that fixes
> things).  You have to type "make" three times before it gets all the way
> through.

Jikes was core dumping on me in trying to do dependencies for
Classpath before version 0.42 (whatever is latest).  I notice some of
the fixed bugs have to do with the +M dependency generation flag so
maybe it works better now.  What I don't like about their dependency
generation is that one .u file is generated for every single .java
file.  If it would just generate one big file that would be good.
Cat'ing together all those .u files might be a pain.

Brian
-- 
|-------------------------------|Software Engineer
|Brian Jones                    |[EMAIL PROTECTED]
|[EMAIL PROTECTED]                    |http://www.nortel.net
|http://www.classpath.org/      |-------------------------------

Reply via email to