[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libant1.5-java for gjdoc



As I said in my email, this is almost certainly a bug in ant. Ant is
specifically checking to see if the VM is Kaffe and then looks for
additional jars in /usr/lib/kaffe/share/kaffe. Ant does not bother to
catch an Exception if that directory doesn't exist.

The only "bug" Kaffe has in this respect is that it now follows the
"standard" JAVA_HOME layout of most other VM implementations.  Ant
should, in theory, no longer need to look in that kaffe specific
directory. In fact, I'll try downloading the source and eliminating the
Kaffe specific section entirely.

Consider the fact that creating an empty /usr/lib/kaffe/share/kaffe
directory will make Ant happy. Since creating an empty directory has
absolutely no functional impact on available classes I think that it is
pretty clear that ant has a problem in this case and not Kaffe.

On Tue, 2003-09-16 at 14:00, Stefan Gybas wrote:
> Takashi Okamoto wrote:
> 
> > BUILD FAILED
> > file:/home/okamototk/deb/libant1.5-java/build-tree/build.xml:580: /usr/lib/kaffe/share/kaffe not found.
> 
> Damn, I thought this was fixed in Kaffe 1.1.1-1. I've told Ean about 
> this problem before he uplodaded the new package but he obviously forgot 
> to include the /usr/lib/kaffe/share/kaffe directory in the package. You 
> can fix it by manually creating the directory but this means another RC 
> bug in the kaffe package. :-(
> 
> My main concern is currently that neither kaffe nor jikes are in testing 
> so almost all other Java packages in main won't move there either. Maybe 
> we can use SableVM and gcj instead.

-- 
_____________________________________________________________________
Ean Schuessler                                      ean@brainfood.com
Brainfood, Inc.                              http://www.brainfood.com




Reply to: