From aa4eb280adf2995ed0aa4621a526d3a753534a46 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 7 Aug 2001 11:53:43 +0000 Subject: [PATCH] Ignore fork attribute if build.compiler doesn't point to a JDK javac. Submitted by: Brian Deitte git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269488 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javac.html | 6 +++-- .../org/apache/tools/ant/taskdefs/Javac.java | 24 ++++++++++++++++--- .../compilers/CompilerAdapterFactory.java | 3 ++- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 238442816..9387ed6b5 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -31,8 +31,10 @@ inclusion/exclusion of files works, and how to write patterns.

It is possible to use different compilers. This can be selected with the "build.compiler" property. There are four choices: