I'm using the <style> task to build .pdf and .xhtml documents from 2 sets
of XML sources based on the DocBook DTD. The documents themselves aren't
that large, 45856 and 2080 bytes respectively, but I'm consistently
getting the following error message (ant -version reports "Ant version
1.3alpha compiled on November 29 2000"):
fo:
[style] Transforming into
/usr/local/home/wbrooks/box/jasig/ongoing/portal/docs/administrators
[style] Loading stylesheet
/usr/local/home/wbrooks/box/jasig/ongoing/portal/docs/administrators/stylesheets/fo/jasig_docbook.xsl
BUILD FAILED
java.lang.OutOfMemoryError
...How can I get Ant to use more memory? The machine its running on has
plenty...Can I pass arguments to the JVM that ant is invoking?
Bill