[jboss-svn-commits] JBL Code SVN: r32552 - labs/jbossrules/trunk/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Apr 13 11:22:12 EDT 2010
Author: KrisVerlaenen
Date: 2010-04-13 11:22:11 -0400 (Tue, 13 Apr 2010)
New Revision: 32552
Modified:
labs/jbossrules/trunk/install/readme.txt
Log:
- added config setting for windows
Modified: labs/jbossrules/trunk/install/readme.txt
===================================================================
--- labs/jbossrules/trunk/install/readme.txt 2010-04-13 13:55:09 UTC (rev 32551)
+++ labs/jbossrules/trunk/install/readme.txt 2010-04-13 15:22:11 UTC (rev 32552)
@@ -1,14 +1,21 @@
-Download latest Drools code from SVN: http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/
-
-Run Drools build: in Drools root folder run "mvn -Dmaven.test.skip -Declipse install"
+Download latest Drools code from SVN: http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/
+
+Run Drools build: in Drools root folder run "mvn -Dmaven.test.skip -Declipse install"
(if it is the first time you do this, this could take a while as it will be downloading eclipse as part of the installation, you can remove the -Declipse part if you're not interested in the Eclipse plugin)
Download and install JBoss AS version 4.2.3.GA
-In install/build.xml, change <property name="jboss.home" value="C:/jboss-4.2.3.GA" /> to the location of your JBoss AS installation
-
-Increase the memory that can be used by the application server (especially the PermGen space). To do so, edit the run.conf or run.bat (depending on your OS, Linux/Mac or Windows respectively) in the bin dir of your JBoss AS root folder and add the following line at the end of the file:
-JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=256m"
+In install/build.xml, change <property name="jboss.home" value="C:/jboss-4.2.3.GA" /> to the location of your JBoss AS installation
+Increase the memory that can be used by the application server (especially the PermGen space). To do so,
+On linux:
+ edit the run.conf in your JBoss AS bin folder and add the following line at the end of the file:
+ JAVA_OPTS="$JAVA_OPTS -XX:MaxPermSize=256m"
+On windows:
+ edit the run.bat in your JBoss AS bin folder and change the following line:
+ set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
+ to
+ set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=256m
+
Download Eclipse 3.5.1
In build.xml, change <property name="eclipse.home" value="C:/Progra~1/eclipse-3.5.1" /> to the location of your Eclipse installation
@@ -46,10 +53,10 @@
build defaultPackage (under Knowledge Bases, select defaultPackage, click on Build Package)
open gwt-console http://localhost:8080/gwt-console/ (login using krisv/krisv)
-start process (Processes - Process overview, Click on Evaluation process and click Start and then OK, fill in username krisv and click Complete and close window)
-complete self-evaluation (Tasks - Personal Tasks, click on Performance Evaluation task, click View, fill in evaluation form, click Complete and close window)
+start process (Processes - Process overview, Click on Evaluation process and click Start and then OK, fill in username krisv and click Complete and close window)
+complete self-evaluation (Tasks - Personal Tasks, click on Performance Evaluation task, click View, fill in evaluation form, click Complete and close window)
logout and login as john (john/john) to complete evaluation (Tasks - Personal Tasks, click on Performance Evaluation task, click View, fill in evaluation form, click Complete and close window)
see reports (Reporting - Report Templates, select Overall Activity Report and click Create Report)
-// TODO: how to add forms + graphs
-// TODO: register custom work item handlers
+// TODO: how to add forms + graphs
+// TODO: register custom work item handlers
More information about the jboss-svn-commits
mailing list