Author: niallp
Date: Sun Apr 25 20:31:23 2010
New Revision: 937870
URL: http://svn.apache.org/viewvc?rev=937870&view=rev
Log:
Fix tagdoc build
Modified:
commons/proper/jelly/branches/MAVEN-2-BRANCH/build-tagdoc.xml
Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/build-tagdoc.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/build-tagdoc.xml?rev=937870&r1=937869&r2=937870&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/build-tagdoc.xml (original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/build-tagdoc.xml Sun Apr 25
20:31:23 2010
@@ -31,7 +31,7 @@
with a Maven 2 build for Commons Jelly.
1) Generate Tag XML using jellydoc Doclet
- -----------------------------------------
+ *****************************************
The first step in (re-)generating the taglib documentation is
to run the JavaDoc Doclet from the maven-jellydoc-plugin
which can be done using "doclet" profile in Jelly's parent
@@ -43,7 +43,7 @@
each module containing tags.
2) Generate Tag XDOCS using Jelly script
- ----------------------------------------
+ ****************************************
The second step is to use Jelly to convert the generated "taglib.xml"
files into XDOCS using a Jelly script (copied from maven-jellydoc-plugin).
@@ -53,6 +53,9 @@
(note: Jelly and its dependencies are automatically downloaded)
+ If you get an "OutOfMemoryError: PermGen space" then try setting
+ ANT_OPTS to -XX:MaxPermSize=128M
+
-->
<project name="Jelly Tag XDOC Generation" default="generate-xdoc" basedir=".">