[jboss-svn-commits] JBL Code SVN: r35740 - labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Oct 26 10:15:55 EDT 2010


Author: ge0ffrey
Date: 2010-10-26 10:15:55 -0400 (Tue, 26 Oct 2010)
New Revision: 35740

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml
Log:
the ant gwt compile was replaced by the maven gwt compile

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml	2010-10-26 14:07:39 UTC (rev 35739)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-guvnor/src/main/docbook/en-US/Chapter-Guvnor/Section-Architecture.xml	2010-10-26 14:15:55 UTC (rev 35740)
@@ -70,8 +70,7 @@
 
       <para>When wishing to build Guvnor, go into the drools-guvnor
       directory, and run <command>mvn package</command>. This will run the tests,
-      and then build a deployable war. The only thing this will not do is
-      rebuild the GWT front end (see the next section for details on that).
+      and then build a deployable war.
       Once the war file is in the target directory, the BRMS is ready to
       go.</para>
     </section>
@@ -80,15 +79,7 @@
       <title>Working with GWT</title>
 
       <para>The GUI widgets for the web front end are developed with GWT
-      (Google Web Toolkit). If there is a need to make changes to or build the
-      GUI, GWT will need to be downloaded separately. Once GWT is downloaded,
-      the <filename>build.properties</filename> file in the drools-guvnor
-      directory to point to where GWT is installed. Once this is completed,
-      the ant tasks can be used to build the GWT components, as well as launch
-      GWT in debug/hosted mode if it is desired. If running the build, it will
-      update the webapp directory in the project with the new
-      <emphasis>compiled</emphasis> artifacts (GWT does not use JSP, only html
-      and javascript at runtime).</para>
+      (Google Web Toolkit).
     </section>
 
     <section>



More information about the jboss-svn-commits mailing list