This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 29466
Collapse All | Expand All

(-)default.xml (-1 / +1 lines)
Lines 55-60 Link Here
55
    <available property="jdkhome-valid" file="${jdkhome}/lib/tools.jar"/>
55
    <available property="jdkhome-valid" file="${jdkhome}/lib/tools.jar"/>
56
  </target>
56
  </target>
57
  <target name="setup-jdkhome" depends="setup-jdkhome-2,setup-jdkhome-3" unless="jdkhome-valid">
57
  <target name="setup-jdkhome" depends="setup-jdkhome-2,setup-jdkhome-3" unless="jdkhome-valid">
58
    <fail message="No tools.jar found in ${javahome}! Set -Djavahome=... as needed."/>
58
<!--    <fail message="No tools.jar found in ${javahome}! Set -Djavahome=... as needed."/> -->
59
  </target>
59
  </target>
60
</project>
60
</project>

Return to bug 29466