From 0e63e7acbbbb5f4457b0dfcdb00efd9017a1b0fe Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 15 Feb 2002 07:22:01 +0000 Subject: [PATCH] Show how to avoid the -sourcepath switch in Submitted by: Alex Rosen git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271355 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/javac.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/javac.html b/docs/manual/CoreTasks/javac.html index 4655d6fcc..25cd92266 100644 --- a/docs/manual/CoreTasks/javac.html +++ b/docs/manual/CoreTasks/javac.html @@ -118,7 +118,8 @@ invoking the compiler.

sourcepath - the sourcepath to use; defaults to the value of the srcdir attribute (or <src> elements). + the sourcepath to use; defaults to the value of the srcdir attribute (or <src> elements). + To suppress the sourcepath switch, use sourcepath="". No