[jboss-cvs] JBossAS SVN: r85187 - in projects/jboss-osgi/trunk: build/hudson/hudson-home/jobs/JBossOSGi-Container-Matrix and 4 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 3 16:03:26 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-03 16:03:26 -0500 (Tue, 03 Mar 2009)
New Revision: 85187

Added:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Container-Matrix/
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Embedded-Matrix/
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Embedded-Matrix/config.xml
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-JDK1.5/
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-JDK1.6/
Removed:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5/
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6/
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-Matrix/
Modified:
   projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Container-Matrix/config.xml
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
[JBOSGI-40] Cannot run embedded tests with SecurityManager

Copied: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Container-Matrix (from rev 85181, projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-Matrix)


Property changes on: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Container-Matrix
___________________________________________________________________
Name: svn:mergeinfo
   + 

Modified: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Container-Matrix/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-Matrix/config.xml	2009-03-03 19:54:27 UTC (rev 85181)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Container-Matrix/config.xml	2009-03-03 21:03:26 UTC (rev 85187)
@@ -79,7 +79,7 @@
     </hudson.tasks.junit.JUnitResultArchiver>
     <hudson.tasks.Mailer>
       <recipients>@hudson.mail.recipients@</recipients>
-      <dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
+      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
       <sendToIndividuals>true</sendToIndividuals>
     </hudson.tasks.Mailer>
   </publishers>

Added: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Embedded-Matrix/config.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Embedded-Matrix/config.xml	                        (rev 0)
+++ projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Embedded-Matrix/config.xml	2009-03-03 21:03:26 UTC (rev 85187)
@@ -0,0 +1,61 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<matrix-project>
+  <actions class="java.util.concurrent.CopyOnWriteArrayList" />
+  <description>Build and test the JBoss OSGi @version.id@ Matrix</description>
+  <logRotator>
+    <daysToKeep>60</daysToKeep>
+    <numToKeep>-1</numToKeep>
+  </logRotator>
+  <keepDependencies>false</keepDependencies>
+  <properties />
+  <scm class="hudson.scm.SubversionSCM">
+    <locations>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@hudson.osgi.url@</remote>
+        <local>jboss-osgi</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
+    </locations>
+    <useUpdate>true</useUpdate>
+    <browser class="hudson.scm.browsers.FishEyeSVN">
+      <url>http://fisheye.jboss.com/browse/JBossAS/projects/jboss-osgi/</url>
+      <rootModule></rootModule>
+    </browser>
+  </scm>
+  <canRoam>true</canRoam>
+  <disabled>false</disabled>
+  <triggers class="vector">
+    <hudson.triggers.TimerTrigger>
+      <spec>0 19 * * *</spec>
+    </hudson.triggers.TimerTrigger>
+  </triggers>
+  <axes>
+    <axis>
+      <name>jdk</name>
+      <values>
+        <string>jdk1.6</string>
+        <string>jdk1.5</string>
+      </values>
+    </axis>
+  </axes>
+  <builders>
+    <hudson.tasks.Maven>
+      <targets>clean package</targets>
+      <mavenName>apache-maven</mavenName>
+    </hudson.tasks.Maven>
+  </builders>
+  <publishers>
+    <hudson.tasks.JavadocArchiver>
+      <javadocDir>jboss-osgi/runtime/spi/target/apidocs</javadocDir>
+      <keepAll>false</keepAll>
+    </hudson.tasks.JavadocArchiver>
+    <hudson.tasks.junit.JUnitResultArchiver>
+      <testResults>jboss-osgi/**/target/surefire-reports/TEST-*.xml</testResults>
+    </hudson.tasks.junit.JUnitResultArchiver>
+    <hudson.tasks.Mailer>
+      <recipients>@hudson.mail.recipients@</recipients>
+      <dontNotifyEveryUnstableBuild>true</dontNotifyEveryUnstableBuild>
+      <sendToIndividuals>true</sendToIndividuals>
+    </hudson.tasks.Mailer>
+  </publishers>
+  <buildWrappers />
+</matrix-project>
\ No newline at end of file


Property changes on: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-Embedded-Matrix/config.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Copied: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-JDK1.5 (from rev 85181, projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.5)


Property changes on: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-JDK1.5
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-JDK1.6 (from rev 85181, projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBoss-OSGi-JDK1.6)


Property changes on: projects/jboss-osgi/trunk/build/hudson/hudson-home/jobs/JBossOSGi-JDK1.6
___________________________________________________________________
Name: svn:mergeinfo
   + 

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-03-03 20:50:52 UTC (rev 85186)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-03-03 21:03:26 UTC (rev 85187)
@@ -154,7 +154,8 @@
             <configuration>
               <argLine>${surefire.security.args}</argLine>
               <excludes>
-                <!-- Temporarily exclude EndpointServiceTestCase -->
+                <!-- [JBOSGI-40] Cannot run embedded tests with SecurityManager -->
+                <exclude>org/jboss/test/osgi/jbosgi38/OSGI38TestCase.java</exclude>
                 <exclude>org/jboss/test/osgi/service/http/junit/EndpointServiceTestCase.java</exclude>
               </excludes>
             </configuration>




More information about the jboss-cvs-commits mailing list