[jboss-cvs] JBossAS SVN: r79823 - in projects/aop/trunk/aop/docs/reference: reference/en/modules and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 21 07:58:28 EDT 2008


Author: stalep
Date: 2008-10-21 07:58:27 -0400 (Tue, 21 Oct 2008)
New Revision: 79823

Modified:
   projects/aop/trunk/aop/docs/reference/aopuserguide/en/modules/maven.xml
   projects/aop/trunk/aop/docs/reference/reference/en/modules/maven.xml
Log:
added properties documentation


Modified: projects/aop/trunk/aop/docs/reference/aopuserguide/en/modules/maven.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/aopuserguide/en/modules/maven.xml	2008-10-21 11:47:27 UTC (rev 79822)
+++ projects/aop/trunk/aop/docs/reference/aopuserguide/en/modules/maven.xml	2008-10-21 11:58:27 UTC (rev 79823)
@@ -96,6 +96,20 @@
           just the classes thats specified here will be weaved. Default set to null.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>properties</literal> - a list of properties (name, value objects) that will be added as JVM properties.
+          A small example:
+          <programlisting><![CDATA[<properties>
+  <property>
+    <name>log4j.configuration</name>
+    <value>log4j.properties</value>
+  </property>
+</properties>]]></programlisting>
+         This will add log4j.configuration as JVM properties like: -Dlog4j.configuration=log4j.properties. 
+        </para>
+      </listitem>
+
     </itemizedlist>
     There are a lot of options that can be set, but noone are mandatory (if they are mandatory 
     they have a default value set). The average user would most likely only change <literal>aoppaths</literal>.
@@ -192,6 +206,19 @@
           <literal>executable</literal> - the java class that will be executed
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>properties</literal> - a list of properties (name, value objects) that will be added as JVM properties.
+          A small example:
+          <programlisting><![CDATA[<properties>
+  <property>
+    <name>log4j.configuration</name>
+    <value>log4j.properties</value>
+  </property>
+</properties>]]></programlisting>
+         This will add log4j.configuration as JVM properties like: -Dlog4j.configuration=log4j.properties. 
+        </para>
+      </listitem>
     </itemizedlist>
     A small example using default jboss-aop.xml:
     <programlisting><![CDATA[

Modified: projects/aop/trunk/aop/docs/reference/reference/en/modules/maven.xml
===================================================================
--- projects/aop/trunk/aop/docs/reference/reference/en/modules/maven.xml	2008-10-21 11:47:27 UTC (rev 79822)
+++ projects/aop/trunk/aop/docs/reference/reference/en/modules/maven.xml	2008-10-21 11:58:27 UTC (rev 79823)
@@ -96,6 +96,20 @@
           just the classes thats specified here will be weaved. Default set to null.
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>properties</literal> - a list of properties (name, value objects) that will be added as JVM properties.
+          A small example:
+          <programlisting><![CDATA[<properties>
+  <property>
+    <name>log4j.configuration</name>
+    <value>log4j.properties</value>
+  </property>
+</properties>]]></programlisting>
+         This will add log4j.configuration as JVM properties like: -Dlog4j.configuration=log4j.properties. 
+        </para>
+      </listitem>
+
     </itemizedlist>
     There are a lot of options that can be set, but noone are mandatory (if they are mandatory 
     they have a default value set). The average user would most likely only change <literal>aoppaths</literal>.
@@ -192,6 +206,19 @@
           <literal>executable</literal> - the java class that will be executed
         </para>
       </listitem>
+      <listitem>
+        <para>
+          <literal>properties</literal> - a list of properties (name, value objects) that will be added as JVM properties.
+          A small example:
+          <programlisting><![CDATA[<properties>
+  <property>
+    <name>log4j.configuration</name>
+    <value>log4j.properties</value>
+  </property>
+</properties>]]></programlisting>
+         This will add log4j.configuration as JVM properties like: -Dlog4j.configuration=log4j.properties. 
+        </para>
+      </listitem>
     </itemizedlist>
     A small example using default jboss-aop.xml:
     <programlisting><![CDATA[




More information about the jboss-cvs-commits mailing list