Skip to content

Commit

Permalink
Print content of JavaDoc generation to console
Browse files Browse the repository at this point in the history
  • Loading branch information
ptziegler committed Dec 27, 2024
1 parent 9a7ba6e commit 818189a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.zest.doc.isv/buildDoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<echo message="Done." />

<echo message="Generating javadoc..." />
<exec dir="." executable="${javadoc}" output="doc.bin.log">
<exec dir="." executable="${javadoc}">
<arg line="@${project.build.directory}/${tmp.options.file} -J-Xmx1000M" />
</exec>
<echo message="Done." />
Expand Down

0 comments on commit 818189a

Please sign in to comment.