[jbpm-commits] JBoss JBPM SVN: r2333 - in jbpm3/branches/aguizar/modules: enterprise/jar and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 24 04:08:15 EDT 2008


Author: alex.guizar at jboss.com
Date: 2008-09-24 04:08:15 -0400 (Wed, 24 Sep 2008)
New Revision: 2333

Modified:
   jbpm3/branches/aguizar/modules/core/pom.xml
   jbpm3/branches/aguizar/modules/enterprise/jar/pom.xml
Log:
fixed log4j output dir property which prevented log file from being created

Modified: jbpm3/branches/aguizar/modules/core/pom.xml
===================================================================
--- jbpm3/branches/aguizar/modules/core/pom.xml	2008-09-24 08:04:58 UTC (rev 2332)
+++ jbpm3/branches/aguizar/modules/core/pom.xml	2008-09-24 08:08:15 UTC (rev 2333)
@@ -159,6 +159,12 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <argLine>${surefire.jvm.args}</argLine>
+          <systemProperties>
+            <property>
+              <name>log4j.output.dir</name>
+              <value>${basedir}/target</value>
+            </property>
+          </systemProperties>
         </configuration>
       </plugin>
     </plugins>

Modified: jbpm3/branches/aguizar/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/branches/aguizar/modules/enterprise/jar/pom.xml	2008-09-24 08:04:58 UTC (rev 2332)
+++ jbpm3/branches/aguizar/modules/enterprise/jar/pom.xml	2008-09-24 08:08:15 UTC (rev 2333)
@@ -227,7 +227,7 @@
                 </property>
                 <property>
                   <name>log4j.output.dir</name>
-                  <value>${project.build.directory}</value>
+                  <value>${basedir}/target</value>
                 </property>
               </systemProperties>
             </configuration>




More information about the jbpm-commits mailing list