"Dave Ford" <[EMAIL PROTECTED]> wrote on 22/07/2003 11:44:12 PM:
> > build.compiler = jikes > Thanks. Then what is the purpose of maven.compile.executable property > documented under the java goal? Why are there two goals that appear to do maven.compile.executable == Complete path to the javac executable to use in case of fork="yes". Defaults to the compiler of the Java version that is currently running. Ignored if fork="no" > the same thing? Is build.compiler documented anywhere? build.compiler is documented at http://ant.apache.org/manual/CoreTasks/javac.html The two are different things. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
