[jboss-svn-commits] JBL Code SVN: r35383 - in labs/jbossrules/trunk/drools-guvnor: src/main/webapp and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 1 10:11:00 EDT 2010


Author: ge0ffrey
Date: 2010-10-01 10:11:00 -0400 (Fri, 01 Oct 2010)
New Revision: 35383

Removed:
   labs/jbossrules/trunk/drools-guvnor/src/main/webapp/NOTE.txt
Modified:
   labs/jbossrules/trunk/drools-guvnor/build.xml
   labs/jbossrules/trunk/drools-guvnor/pom.xml
Log:
JBRULES-2705 Guvnor: Use gwt-maven-plugin and remove the ant script

Modified: labs/jbossrules/trunk/drools-guvnor/build.xml
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/build.xml	2010-10-01 13:37:30 UTC (rev 35382)
+++ labs/jbossrules/trunk/drools-guvnor/build.xml	2010-10-01 14:11:00 UTC (rev 35383)
@@ -53,9 +53,9 @@
     </java>
 
     <delete>
-      <fileset dir="src/main/webapp/org.drools.guvnor.Guvnor" includes="*.gwt.rpc *.cache.html *.cache.js *.cache.xml *.cache.png"/>
+      <fileset dir="target/drools-guvnor/org.drools.guvnor.Guvnor" includes="*.gwt.rpc *.cache.html *.cache.js *.cache.xml *.cache.png"/>
     </delete>
-    <copy todir="src/main/webapp">
+    <copy todir="target/drools-guvnor">
       <fileset dir="war">
         <include name="**/*"/>
       </fileset>

Modified: labs/jbossrules/trunk/drools-guvnor/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/pom.xml	2010-10-01 13:37:30 UTC (rev 35382)
+++ labs/jbossrules/trunk/drools-guvnor/pom.xml	2010-10-01 14:11:00 UTC (rev 35383)
@@ -20,8 +20,16 @@
         <configuration>
           <module>org.drools.guvnor.Guvnor</module>
           <runTarget>org.drools.guvnor.Guvnor/Guvnor.html</runTarget>
-          <!-- TODO experiment with <draftCompile>true</draftCompile> -->
+          <draftCompile>true</draftCompile><!-- TODO make production profile that sets draft on false -->
+          <extraJvmArgs>-Xmx512m</extraJvmArgs>
         </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>compile</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>

Deleted: labs/jbossrules/trunk/drools-guvnor/src/main/webapp/NOTE.txt
===================================================================
--- labs/jbossrules/trunk/drools-guvnor/src/main/webapp/NOTE.txt	2010-10-01 13:37:30 UTC (rev 35382)
+++ labs/jbossrules/trunk/drools-guvnor/src/main/webapp/NOTE.txt	2010-10-01 14:11:00 UTC (rev 35383)
@@ -1,2 +0,0 @@
-The org.drools.guvnor...  is GENERATED by GWT. DO NOT edit this by hand, 
-ever, or it will be replaced at some point in the future.
\ No newline at end of file



More information about the jboss-svn-commits mailing list