Skip to content

Commit

Permalink
Make jdt javadoc generation a bit more verbose
Browse files Browse the repository at this point in the history
- Remove "-quiet" ant argument from org.eclipse.jdt.doc.isv
- print java.home additionally to used javadocExecutable

See eclipse-jdt/eclipse.jdt.ui#484
  • Loading branch information
iloveeclipse committed Mar 21, 2023
1 parent 54455a1 commit 524bbd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bundles/org.eclipse.jdt.doc.isv/buildDoc.xml
Expand Up @@ -103,8 +103,8 @@
<property name="replaceFile" value="target/jdtOptions.replace.txt" />
<echo file="${basedir}/${replaceFile}">${fileList}&#xA;&#xA;${dirList}&#xA;&#xA;</echo>

<echo>org.eclipse.jdt.doc.isv/buildDoc.xml - generateJavadoc:
Using javadocExecutable: ${javadocExecutable}</echo>
<echo>org.eclipse.jdt.doc.isv/buildDoc.xml - generateJavadoc:</echo>
<echo>Using java home: ${java.home} and javadocExecutable: ${javadocExecutable}</echo>
<!--
<echo>${basedir}/${replaceFile} before _* expansion:</echo>
<concat><filelist files="${basedir}/${replaceFile}"></filelist></concat>
Expand Down
1 change: 0 additions & 1 deletion bundles/org.eclipse.jdt.doc.isv/pom.xml
Expand Up @@ -99,7 +99,6 @@
<args>target/workspace</args>
<args>-application</args>
<args>org.eclipse.ant.core.antRunner</args>
<args>-quiet</args>
<args>-buildfile</args>
<args>buildDoc.xml</args>
<args>-Dbasedir.properties=cbi_basedirs.properties</args>
Expand Down

0 comments on commit 524bbd5

Please sign in to comment.