I have prepared a patch for docs/manual/CoreTasks/javac.html
that explains the few steps necessary for using the modified
compiler shipped with the JSR014 prototype implementation.
Please take a look at it and feel free to apply if you find
it useful.

In case you object the wording and/or placement of the
paragraph, feel free to modify.

Thanks for this great tool,

Julian
Index: jakarta-ant/docs/manual/CoreTasks/javac.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/manual/CoreTasks/javac.html,v
retrieving revision 1.36
diff -r1.36 javac.html
5a6
> <!-- Changed by: , 18-Jan-2003 -->
99a101,116
> <p><strong>Use with JSR014 prototype:</strong>You can have Ant use the
> <code>javac</code> compiler with support for generic types shipped
> with the JSR014 prototype instead of the standard compiler shipped
> with the SDK as follows: 
> <ol> 
>    <li>Download the <a
>        
> href="http://developer.java.sun.com/developer/earlyAccess/adding_generics/";>JSR014
>        prototype implementation</a>.</li> 
>    <li>Prepend the full path to the file <code>javac.jar</code> contained 
>        in this package to your <code>CLASSPATH</code> environment variable. 
>        You will probably also want to add <code>collect.jar</code> to 
>        <code>CLASSPATH</code>.</li>
>    <li>Use the <code>javac</code> task and specify the value <code>1.5</code> 
>        for the <code>source</code> attribute.</li>
> </ol>
> </p>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to