diff options
author | Jeremias Maerki <jeremias@apache.org> | 2008-04-15 06:07:00 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2008-04-15 06:07:00 +0000 |
commit | 3b525dc8b0c9278d0449c6d59a08dcaa24b3c7a5 (patch) | |
tree | 4c769d8fc2dfed9b6b4bbe4c0079569f19e5d740 /src/documentation | |
parent | e48db7acffdb0e9a0f0fe4eb36e5a3f5205b73e1 (diff) | |
download | xmlgraphics-fop-3b525dc8b0c9278d0449c6d59a08dcaa24b3c7a5.tar.gz xmlgraphics-fop-3b525dc8b0c9278d0449c6d59a08dcaa24b3c7a5.zip |
A note about the generation of event-model.xml.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@648122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/trunk/events.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/trunk/events.xml b/src/documentation/content/xdocs/trunk/events.xml index d2fe5318c..51a1bb6cc 100644 --- a/src/documentation/content/xdocs/trunk/events.xml +++ b/src/documentation/content/xdocs/trunk/events.xml @@ -276,6 +276,12 @@ producer.complain(this, "I'm tired", 23);]]></source> 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 |