[hornetq-commits] JBoss hornetq SVN: r12151 - in trunk/tests: integration-tests and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 20 17:43:19 EST 2012


Author: jbertram
Date: 2012-02-20 17:43:16 -0500 (Mon, 20 Feb 2012)
New Revision: 12151

Modified:
   trunk/tests/integration-tests/pom.xml
   trunk/tests/pom.xml
Log:
HORNETQ-861

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2012-02-20 22:05:36 UTC (rev 12150)
+++ trunk/tests/integration-tests/pom.xml	2012-02-20 22:43:16 UTC (rev 12151)
@@ -119,7 +119,7 @@
                   <exclude>**/replication/**.java</exclude>
                   <exclude>**/*Replicated**.java</exclude>
                </excludes>
-               <argLine>-Djava.library.path=${user.dir}/../distribution/hornetq/src/main/resources/bin -Djava.util.logging.config.file=${user.dir}/../distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
+               <argLine>-Djava.library.path=${project.build.directory}/../../../distribution/hornetq/src/main/resources/bin -Djava.util.logging.config.file=${project.build.directory}/../../../distribution/hornetq/src/main/resources/config/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml	2012-02-20 22:05:36 UTC (rev 12150)
+++ trunk/tests/pom.xml	2012-02-20 22:43:16 UTC (rev 12151)
@@ -26,7 +26,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <skipTests>${skipUnitTests}</skipTests>
-               <argLine>-Djava.library.path=${user.dir}/../distribution/hornetq/src/main/resources/bin -Djava.util.logging.config.file=${user.dir}/../distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
+               <argLine>-Djava.library.path=${project.build.directory}/../../../distribution/hornetq/src/main/resources/bin -Djava.util.logging.config.file=${project.build.directory}/../../../distribution/hornetq/src/main/resources/config/stand-alone/non-clustered/logging.properties</argLine>
                <excludes>
                   <!--todo this test is dependant on the jar so needs to be run post package as an integration tests-->
                   <exclude>**/ManifestTest.java</exclude>



More information about the hornetq-commits mailing list