[jbossws-commits] JBossWS SVN: r11556 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 9 10:32:05 EST 2010


Author: richard.opalka at jboss.com
Date: 2010-02-09 10:32:05 -0500 (Tue, 09 Feb 2010)
New Revision: 11556

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
configuring tests compiler to use endorsed jars

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2010-02-09 15:31:39 UTC (rev 11555)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2010-02-09 15:32:05 UTC (rev 11556)
@@ -357,6 +357,7 @@
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
               <testExcludeFile>../test-excludes-jboss501.txt</testExcludeFile>
+              <compilerArgument>-Djava.endorsed.dirs=${jboss501.home}/lib/endorsed</compilerArgument>
             </configuration>
           </plugin>
           <plugin>
@@ -409,6 +410,7 @@
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
               <testExcludeFile>../test-excludes-jboss510.txt</testExcludeFile>
+              <compilerArgument>-Djava.endorsed.dirs=${jboss510.home}/lib/endorsed</compilerArgument>
             </configuration>
           </plugin>
           <plugin>
@@ -460,6 +462,7 @@
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
               <testExcludeFile>../test-excludes-jboss600.txt</testExcludeFile>
+              <compilerArgument>-Djava.endorsed.dirs=${jboss600.home}/lib/endorsed</compilerArgument>
             </configuration>
           </plugin>
           <plugin>
@@ -511,6 +514,7 @@
             <configuration>
               <!-- http://jira.codehaus.org/browse/MCOMPILER-72 -->
               <testExcludeFile>../test-excludes-jboss601.txt</testExcludeFile>
+              <compilerArgument>-Djava.endorsed.dirs=${jboss601.home}/lib/endorsed</compilerArgument>
             </configuration>
           </plugin>
           <plugin>



More information about the jbossws-commits mailing list