mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
Add message to help debug ISV doc gen.
This commit is contained in:
parent
60956bf10f
commit
8c0c35970b
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
||||||
<target name="getJavadocPath">
|
<target name="getJavadocPath">
|
||||||
<available file="${java.home}/bin/javadoc.exe" property="javadoc" value="${java.home}/bin/javadoc.exe"/>
|
<available file="${java.home}/bin/javadoc.exe" property="javadoc" value="${java.home}/bin/javadoc.exe"/>
|
||||||
<available file="${java.home}/bin/javadoc" property="javadoc" value="${java.home}/bin/javadoc" />
|
<available file="${java.home}/bin/javadoc" property="javadoc" value="${java.home}/bin/javadoc" />
|
||||||
|
<echo message="javadoc=${javadoc}"/>
|
||||||
|
<echo message="java.home=${java.home}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
|
<target name="generateJavadoc" depends="getJavadocPath" if="javadoc">
|
||||||
|
|
Loading…
Add table
Reference in a new issue