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

Re: [kaffe] Problem with the unofficial package of Arnaud Vandyck.



Salut Pierre,

--- Pierre Machard <pmachard@debian.org> wrote:
> Hello,
> 
> I am testing the new testing package of Arnaud and I get the following
> error.
> 
> compile:
>     [javac] Compiling 433 source files to
> /tmp/jext-sources-3.2pre3/build
> 
> BUILD FAILED
> file:/tmp/jext-sources-3.2pre3/src/build.xml:110: Unable to find a javac
> compiler;

Ant only looks for Sun's javac compiler *and tries to load its proprietary java
class*. If you donät have it installed, then you have to tell ant to use a
different compiler for builds, like kjc (comes with kaffe), or jikes. The
simplest way to do it is to do

ant -Dbuild.compiler=kjc

though you can also store these settings in a .*rc file for ant, I think.

cheers,
dalibor topic

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



Reply to: