[jboss-svn-commits] JBL Code SVN: r12865 - labs/jbossrules/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jun 26 09:57:56 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-06-26 09:57:56 -0400 (Tue, 26 Jun 2007)
New Revision: 12865

Modified:
   labs/jbossrules/trunk/README.txt
   labs/jbossrules/trunk/README_DEPENDENCIES.txt
Log:
-updated dependencies listing
-updated install README, mentioning the need to increase memory for the assembly

Modified: labs/jbossrules/trunk/README.txt
===================================================================
--- labs/jbossrules/trunk/README.txt	2007-06-26 13:35:43 UTC (rev 12864)
+++ labs/jbossrules/trunk/README.txt	2007-06-26 13:57:56 UTC (rev 12865)
@@ -22,4 +22,8 @@
      assembly:assembly -DlocalEclipseDrop=/folder/jboss-rules/local-eclipse-drop-mirror
 
 Note that install must be done first as javadoc:javadoc won't work unless the
-jars are in the local maven repo, but the tests can be skipped on the second run.
\ No newline at end of file
+jars are in the local maven repo, but the tests can be skipped on the second run.
+
+assembly:assembly fails unless you increase the available memory to Maven, on windows 
+the following command worked well:
+set MAVEN_OPTS=-Xmx512m
\ No newline at end of file

Modified: labs/jbossrules/trunk/README_DEPENDENCIES.txt
===================================================================
--- labs/jbossrules/trunk/README_DEPENDENCIES.txt	2007-06-26 13:35:43 UTC (rev 12864)
+++ labs/jbossrules/trunk/README_DEPENDENCIES.txt	2007-06-26 13:57:56 UTC (rev 12865)
@@ -5,7 +5,7 @@
 Runtime assumes that you are "compiling" rules using drools-compiler.
 
     * drools-core - the rule engine itself.
-    * mvel14-1.2beta16
+    * mvel14-1.2beta27
     * optional packages:
           o xpp3-1.1.3.4.O, xstream-1.1.3 - if you are using the file based
 audit feature
@@ -19,12 +19,12 @@
 
     * drools-core
     * drools-compiler - the rule compiler itself.
-    * antlr3-3.0b7
+    * antlr3-runtime-3.0
     * xerces-2.4.0, xml-apis-1.0.b2 - only if you are using XML rules, if DRL
 only, can skip this.
-    * eclipse-jdt-core-3.2.1.v_677_R32x - only if you want to compile with
+    * eclipse-jdt-core-3.2.3.v_686_R32x - only if you want to compile with
 eclipse
-    * janino-2.5.6 - only if you want to compile with janino
+    * janino-2.5.7 - only if you want to compile with janino
 
 JSR-94
 This is the standard api for java rules (javax.rules).




More information about the jboss-svn-commits mailing list