bodewig 02/05/13 09:03:02 Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH javac.html Log: Clarify. Revision Changes Path No revision No revision 1.33.2.3 +1 -1 jakarta-ant/docs/manual/CoreTasks/javac.html Index: javac.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/javac.html,v retrieving revision 1.33.2.2 retrieving revision 1.33.2.3 diff -u -r1.33.2.2 -r1.33.2.3 --- javac.html 10 May 2002 06:53:39 -0000 1.33.2.2 +++ javac.html 13 May 2002 16:03:02 -0000 1.33.2.3 @@ -458,7 +458,7 @@ <p>If you want to run the javac compiler of a different JDK, you should tell Ant, where to find the compiler and which version of JDK -your are using so it can choose the correct command line switches. +you will be using so it can choose the correct command line switches. The following example executes a JDK 1.1 javac in a new process and uses the correct command line switches even when Ant is running in a Java VM of a different version:</p>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>