[jboss-cvs] JBossAS SVN: r90786 - projects/jboss-jca/trunk/doc/developerguide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 2 16:11:29 EDT 2009


Author: jesper.pedersen
Date: 2009-07-02 16:11:29 -0400 (Thu, 02 Jul 2009)
New Revision: 90786

Modified:
   projects/jboss-jca/trunk/doc/developerguide/en/modules/building.xml
Log:
[JBJCA-104] Developer guide: Building patch

Modified: projects/jboss-jca/trunk/doc/developerguide/en/modules/building.xml
===================================================================
--- projects/jboss-jca/trunk/doc/developerguide/en/modules/building.xml	2009-07-02 19:59:27 UTC (rev 90785)
+++ projects/jboss-jca/trunk/doc/developerguide/en/modules/building.xml	2009-07-02 20:11:29 UTC (rev 90786)
@@ -53,6 +53,14 @@
 cp ivy.jar $ANT_HOME/lib
       </programlisting>
 
+      <para>If you have problems in building the JBoss JCA project checkout the Apache Ivy source code 
+        from trunk and build it yourself.</para>
+
+      <programlisting>
+svn co http://svn.apache.org/repos/asf/ant/ivy/core/trunk ivy
+ant jar
+      </programlisting>
+
     </section>
 
     <section id="subversion">
@@ -120,11 +128,26 @@
         <para>Builds the API documentation for the project.</para>
       </listitem>
       <listitem>
+        <para>standalone</para>
+        <para>Builds the standalone environment using JBoss Microcontainer.</para>
+      </listitem>
+      <listitem>
+        <para>sjc</para>
+        <para>Builds the standalone environment using JBoss JCA/SJC.</para>
+      </listitem>
+      <listitem>
         <para>clean</para>
         <para>Cleans the project of temporary files.</para>
       </listitem>
     </itemizedlist>
     <para>See the full list of targets in the main build.xml file.</para>
 
+    <para>An example to get the JBoss JCA/SJC built and running:</para>
+    <programlisting>
+ant clean sjc
+cd target/sjc/bin
+./run.sh
+    </programlisting>
+
   </section>
 </chapter>




More information about the jboss-cvs-commits mailing list