Skip to content

Commit

Permalink
ttools: run PaintModeDoc headlessly
Browse files Browse the repository at this point in the history
This should allow building without a display.
  • Loading branch information
grahambell committed Sep 20, 2013
1 parent 222ef6d commit 351a186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ttools/build.xml
Expand Up @@ -1205,7 +1205,9 @@
failonerror="yes"
output="${build.docs}/paintmode-docs.xml"
logerror="yes"
classpathref="classpath"/>
classpathref="classpath">
<sysproperty key="java.awt.headless" value="true"/>
</java>

<!-- Write XML files containing MatchEngine usage information
! for inclusion in the user document. -->
Expand Down

0 comments on commit 351a186

Please sign in to comment.