[jboss-svn-commits] JBL Code SVN: r20442 - labs/jbossrules/trunk/drools-eclipse.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 12 08:59:21 EDT 2008


Author: mark.proctor at jboss.com
Date: 2008-06-12 08:59:21 -0400 (Thu, 12 Jun 2008)
New Revision: 20442

Modified:
   labs/jbossrules/trunk/drools-eclipse/pom.xml
Log:
-changed the workspace location
-made it just delete the entire target directory before compilation, just easier and less error prone

Modified: labs/jbossrules/trunk/drools-eclipse/pom.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/pom.xml	2008-06-12 12:44:35 UTC (rev 20441)
+++ labs/jbossrules/trunk/drools-eclipse/pom.xml	2008-06-12 12:59:21 UTC (rev 20442)
@@ -60,7 +60,7 @@
                 <property name="eclipse.home" value="target/eclipse" />             
                 
                 <property name="localEclipseDrop" value="${basedir}/local-eclipse-drop-mirror" />                
-                <delete  dir="target/eclipse.build" />
+                <delete  dir="${basedir}/target" />
                 
                 <ant target="setupLocalEclipse" antfile="setupEclipse.xml">
                   <property name="localEclipseDrop" value="${localEclipseDrop}" />
@@ -70,7 +70,7 @@
                       fork="true"
                       failonerror="true"
                       maxmemory="128m">
-                     <arg line="-application org.eclipse.ant.core.antRunner -consoleLog  -DmavenCompilePhase=true"/>
+                     <arg line="-application org.eclipse.ant.core.antRunner -consoleLog -data ${basedir}/target/workspace -DmavenCompilePhase=true"/>
                 </java>                 
              </tasks>
            </configuration>
@@ -164,7 +164,7 @@
                       fork="true"
                       failonerror="true"
                       maxmemory="128m">
-                     <arg line="-application org.eclipse.ant.core.antRunner -consoleLog -Dbaseos=${baseos} -Dbasews=${basews} -Dbasearch=${basearch} ${mavenTestPhase}"/>
+                     <arg line="-application org.eclipse.ant.core.antRunner -consoleLog -data ${basedir}/target/workspace -Dbaseos=${baseos} -Dbasews=${basews} -Dbasearch=${basearch} ${mavenTestPhase}"/>
                 </java>                 
              </tasks>
            </configuration>




More information about the jboss-svn-commits mailing list