Author: dan.j.allen
Date: 2009-11-02 14:39:56 -0500 (Mon, 02 Nov 2009)
New Revision: 4550
Modified:
doc/trunk/reference/en-US/next.xml
Log:
notes about building this refguide (for participants)
Modified: doc/trunk/reference/en-US/next.xml
===================================================================
--- doc/trunk/reference/en-US/next.xml 2009-11-02 19:16:04 UTC (rev 4549)
+++ doc/trunk/reference/en-US/next.xml 2009-11-02 19:39:56 UTC (rev 4550)
@@ -27,6 +27,42 @@
you are reading this guide, you likely have something to offer.
</para>
+ <para>
+ We are eager to find volunteers to help revise, proofread or translate this guide.
The first step is getting the
+ source of this guide checked out. To build against the trunk (latest source),
follow these steps:
+ </para>
+
+ <itemizedlist>
+ <listitem>
+ <para>
+ Checkout source from <ulink
+
src="http://anonsvn.jboss.org/repos/weld/doc/trunk/reference"&g...
+ using SVN
+ </para>
+ <programlisting><![CDATA[$> svn co
http://anonsvn.jboss.org/repos/weld/doc/trunk/reference
weld-reference]]></programlisting>
+ </listitem>
+ <listitem>
+ <para>
+ Edit the pom.xml file in the root of the checkout and remove the
"-SNAPSHOT" from the version element (so
+ you don't have to build other Weld modules).
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Build using Maven 2
+ </para>
+ <programlisting><![CDATA[$> mvn]]></programlisting>
+ </listitem>
+ <listitem>
+ <para>The PDF version of the reference guide will appear the current
directory. You can find the HTML version
+ in target/docbook/publish/en-US/html</para>
+ </listitem>
+ </itemizedlist>
+
+ <para>
+ We look forward to your participation!
+ </para>
+
<!--
vim:et:ts=3:sw=3:tw=120
-->