[jboss-cvs] JBossAS SVN: r74412 - projects/aop/trunk/aop/docs/reference/reference/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jun 11 15:53:07 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-06-11 15:53:07 -0400 (Wed, 11 Jun 2008)
New Revision: 74412

Modified:
   projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml
   projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml
Log:
[JBAOP-553] Documented the existance of the single jar in the reference doc.

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml	2008-06-11 19:37:51 UTC (rev 74411)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/compiling.xml	2008-06-11 19:53:07 UTC (rev 74412)
@@ -101,6 +101,25 @@
          </programlisting>
       </para>
       <para>
+         As an alternative, we can use the single jar provided with JBoss AOP. This
+         jar bundles all the libraries used by JBoss AOP in a single unit. To use this
+         jar, just define:
+         <programlisting><![CDATA[
+      <!--            JDK version 1.5                                 -->
+
+      <path id="jboss.aop.classpath">
+         <pathelement path="../../../jboss-aop-jdk50.jar"/>
+      </path>
+      
+      <!--            JDK version 1.5 - END                           -->
+      
+      <path id="classpath">
+         <path refid="jboss.aop.classpath"/>
+      </path id="classpath">]]>
+      <!--            JDK version 1.5 - END                           -->
+         </programlisting>
+      </para>
+      <para>
          Define the
          <literal>org.jboss.aop.ant.AopC</literal> ant aop precompiler task:
          <programlisting><![CDATA[

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml	2008-06-11 19:37:51 UTC (rev 74411)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/running.xml	2008-06-11 19:53:07 UTC (rev 74412)
@@ -75,6 +75,11 @@
             </itemizedlist>
          </para>
          <para>
+            As an alternative, you can replace all those jars by
+            <literal>jboss-aop-jdk50-single.jar</literal>, that bundles the 
+            libraries used by JBoss AOP with JBoss AOP class files in a single jar.
+         </para>
+         <para>
             JBoss AOP finds XML configuration files in these two ways:
             <itemizedlist>
                <listitem>




More information about the jboss-cvs-commits mailing list