Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

javac options

Irfan Sayed

2008-06-16

Replies: Find Java Web Hosting

Author LoginPost Reply
Hi All,



I need to understand the meaning of following lines. I searched lot but
did not get anything. Please help.



I did not get the meaning of debug,deprecation,optimize,classpath refid
options in javac tasks.



<javac srcdir="."

      destdir="classess"

       debug="${compile.debug}"

   deprecation="${compile.deprecation}"

     optimize="${compile.optimize}">

  <classpath refid="compile.classpath"/>

  </javac>



Regards

Irfan.





©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.