Author: jeremias
Date: Mon Apr 14 23:07:00 2008
New Revision: 648122

URL: http://svn.apache.org/viewvc?rev=648122&view=rev
Log:
A note about the generation of event-model.xml.

Modified:
    xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/events.xml

Modified: xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/events.xml
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/events.xml?rev=648122&r1=648121&r2=648122&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/events.xml 
(original)
+++ xmlgraphics/fop/trunk/src/documentation/content/xdocs/trunk/events.xml Mon 
Apr 14 23:07:00 2008
@@ -276,6 +276,12 @@
           uses <a href="http://qdox.codehaus.org/";>QDox</a> to parse these 
interfaces.
         </p>
         <p>
+          The event model XML files are generated during build by the Ant task 
mentioned above when
+          running the "resourcegen" task. So just run <code>"ant 
resourcegen"</code> if you receive
+          a <code>MissingResourceException</code> at runtime indicating that
+          <code>"event-model.xml"</code> is missing.
+        </p>
+        <p>
           Primarily, the QDox-based collector task records the parameters' 
names and types.
           Furthermore, it extracts additional attributes embedded as Javadoc 
comments from
           the methods. At the moment, the only such attribute is 
"@event.severity" which indicates



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to