Salut Pierre, --- Pierre Machard <[EMAIL PROTECTED]> 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 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]