Just checking - the Forge docs are no longer in SVN / are in Confluence; have you taken this into account?<br><br>Also, the which distribution are you including? You could choose either Beta1 or the latest SNAPSHOT (which is actually in a new location - moved back to the original org.jboss.forge:forge-distribution - though it looks like the build hasn&#39;t deployed artifacts in a little while - looking in to that) <br>
<br>~Lincoln<br><br><div class="gmail_quote">On Wed, Aug 31, 2011 at 12:14 AM, Shane Bryzak <span dir="ltr">&lt;<a href="mailto:sbryzak@redhat.com">sbryzak@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Module leads,<br>
<br>
Can you please review the list below and confirm that the documentation<br>
chapters are correct for your module.  Also, I would like everyone to<br>
take a moment to review the module documentation guidelines, as there<br>
were a number of breakages in the bundled documentation build because<br>
the guidelines weren&#39;t adhered to, particularly in the new modules for<br>
Seam 3.1:<br>
<br>
1) Always prefix the filenames of your documentation chapters with the<br>
name of your module.  E.g. security-authentication.xml,<br>
security-authorization.xml, etc.<br>
<br>
2) Whenever you assign an ID to a docbook element, such as a &lt;chapter&gt;<br>
or &lt;section&gt;, ALWAYS prefix the id with your module name.  For example,<br>
&lt;chapter id=&quot;security-introduction&quot;&gt; or &lt;section<br>
id=&quot;security-getting-started&quot;&gt;.  As all of the chapters for all modules<br>
are combined when building the bundled documentation, all IDs must be<br>
unique.  This is a particularly time consuming problem to fix because<br>
the error output from the Maven docbook plugin doesn&#39;t tell you which<br>
files are the problem ones.<br>
<br>
3) When adding, renaming or deleting a chapter of your documentation,<br>
please notify me of the changes so that I can update<br>
bundled_master.xml.  This file must be manually kept up to date whenever<br>
any documentation changes are made.<br>
<br>
Thanks,<br>
Shane<br>
<br>
<br>
&lt;?xml version=&#39;1.0&#39; encoding=&quot;utf-8&quot;?&gt;<br>
&lt;!DOCTYPE book PUBLIC &quot;-//OASIS//DTD DocBook XML V4.5//EN&quot;<br>
    &quot;<a href="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" target="_blank">http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd</a>&quot;  [ ]&gt;<br>
&lt;book lang=&quot;en&quot; xmlns:xi=&quot;<a href="http://www.w3.org/2001/XInclude" target="_blank">http://www.w3.org/2001/XInclude</a>&quot;&gt;<br>
<br>
&lt;toc /&gt;<br>
<br>
&lt;title&gt;Seam 3&lt;/title&gt;<br>
&lt;subtitle&gt;Bundled Reference Guide&lt;/subtitle&gt;<br>
<br>
&lt;xi:include href=&quot;bundled_credits.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;bundled_intro.xml&quot;/&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Forge&lt;/title&gt;<br>
&lt;xi:include href=&quot;forge-preface.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;forge-installation.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;forge-creating-basic-webapp.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;forge-plugin-dev.xml&quot; /&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Solder&lt;/title&gt;<br>
&lt;xi:include href=&quot;solder-preface.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-gettingstarted.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-programmingmodel.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-annotationliterals.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-elextensions.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-resourceloading.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-logging.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-typeutilities.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-beanmanagerprovider.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-beanutilities.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-properties.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-unwraps.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-defaultbeans.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-genericbeans.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;solder-servicehandler.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Configuration&lt;/title&gt;<br>
&lt;xi:include href=&quot;config-introduction.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;config-xml-provider.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Persistence&lt;/title&gt;<br>
&lt;xi:include href=&quot;persistence-general.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Transaction&lt;/title&gt;<br>
&lt;xi:include href=&quot;transaction-general.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Servlet&lt;/title&gt;<br>
&lt;xi:include href=&quot;servlet-introduction.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;servlet-installation.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;servlet-events.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;servlet-injectable_refs.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;servlet-exception_handling.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;servlet-beanmanager.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Security&lt;/title&gt;<br>
&lt;xi:include href=&quot;security-introduction.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;security-authentication.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;security-identitymanagement.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;security-authentication-external.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;security-authorization.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam International&lt;/title&gt;<br>
&lt;xi:include href=&quot;international-preface.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;international-installation.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;international-locales.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;international-timezones.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;international-messages.xml&quot; /&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Faces&lt;/title&gt;<br>
&lt;xi:include href=&quot;faces-preface.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;faces-installation.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;faces-events.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;faces-scopes.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;faces-messages.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;faces-artifacts.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;faces-components.xml&quot; /&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Catch&lt;/title&gt;<br>
&lt;xi:include href=&quot;catch-introduction.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;catch-installation.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;catch-client_usage.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;catch-advanced_usage.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;catch-integration.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;catch-glossary.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Reports&lt;/title&gt;<br>
&lt;xi:include href=&quot;reports-preface.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;reports-installation.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;reports-usage.xml&quot; /&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Remoting&lt;/title&gt;<br>
&lt;xi:include href=&quot;remoting-general.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;remoting-model.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;remoting-validation.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam REST&lt;/title&gt;<br>
&lt;xi:include href=&quot;rest-preface.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;rest-installation.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;rest-exception-mapping.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;rest-validation.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;rest-templating.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;rest-client.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;rest-dependencies.xml&quot; /&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam JCR&lt;/title&gt;<br>
&lt;xi:include href=&quot;jcr-introduction.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;jcr-modeshape.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;jcr-jackrabbit.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;jcr-event-mapping.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;jcr-ocm.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam JMS&lt;/title&gt;<br>
&lt;xi:include href=&quot;jms-intro.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;jms-installation.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;jms-resource-injection.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;jms-messaging.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;jms-routing.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;jms-mapping-interfaces.xml&quot; /&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Validation&lt;/title&gt;<br>
&lt;xi:include href=&quot;validation-introduction.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;validation-installation.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;validation-dependency-injection.xml&quot;/&gt;<br>
&lt;xi:include href=&quot;validation-method-validation.xml&quot;/&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;part&gt;<br>
&lt;title&gt;Seam Wicket&lt;/title&gt;<br>
&lt;xi:include href=&quot;wicket-preface.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;wicket-installation.xml&quot; /&gt;<br>
&lt;xi:include href=&quot;wicket-features.xml&quot; /&gt;<br>
&lt;/part&gt;<br>
<br>
&lt;/book&gt;<br>
_______________________________________________<br>
seam-dev mailing list<br>
<a href="mailto:seam-dev@lists.jboss.org">seam-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/seam-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/seam-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Lincoln Baxter, III<br><a href="http://ocpsoft.com">http://ocpsoft.com</a><br><a href="http://scrumshark.com">http://scrumshark.com</a><br>&quot;Keep it Simple&quot;<br>