Lines Matching full:javac
195 <!-- whether we need to fork javac.
197 <condition else="false" property="need.javac.fork">
501 as javac can't deal with this type of change in its dependency computation. -->
627 <!-- no tested project, make an empty Path object so that javac doesn't
714 <path id="project.javac.classpath">
719 <javac encoding="${java.encoding}"
725 classpathref="project.javac.classpath"
726 fork="${need.javac.fork}">
730 </javac>