[jboss-osgi-commits] JBoss-OSGI SVN: r100072 - in projects/jboss-osgi/projects/osgitck/trunk: hudson/hudson-home/jobs/osgi.blueprint.tests and 5 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Jan 28 14:12:00 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-01-28 14:11:59 -0500 (Thu, 28 Jan 2010)
New Revision: 100072

Modified:
   projects/jboss-osgi/projects/osgitck/trunk/ant.properties.example
   projects/jboss-osgi/projects/osgitck/trunk/build.xml
   projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml
   projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.core.tests/config.xml
   projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jdbc.tests/config.xml
   projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jmx.tests/config.xml
   projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jndi.tests/config.xml
   projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.webapp.tests/config.xml
Log:
Update hudson jobs

Modified: projects/jboss-osgi/projects/osgitck/trunk/ant.properties.example
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/ant.properties.example	2010-01-28 18:56:59 UTC (rev 100071)
+++ projects/jboss-osgi/projects/osgitck/trunk/ant.properties.example	2010-01-28 19:11:59 UTC (rev 100072)
@@ -18,6 +18,9 @@
 
 # Hudson Setup ----------------------------------------------------------------
 
+# The Hudson OSGi TCK checkout URL
+osgitck.svn.url=https://www.osgi.org/members/svn/build/trunk
+
 # JDK settings
 java.home.jdk15=/usr/java/jdk1.5.0_22
 java.home.jdk16=/usr/java/jdk1.6.0_17

Modified: projects/jboss-osgi/projects/osgitck/trunk/build.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/build.xml	2010-01-28 18:56:59 UTC (rev 100071)
+++ projects/jboss-osgi/projects/osgitck/trunk/build.xml	2010-01-28 19:11:59 UTC (rev 100072)
@@ -72,8 +72,7 @@
     <copy file="${aQute.bnd.jar}" tofile="${osgitck.dir}/licensed/repo/biz.aQute.bnd/biz.aQute.bnd-latest.jar" overwrite="true" />
 
     <!-- Build the TCK -->
-    <ant dir="${osgitck.dir}/osgi.ct" target="clean" />
-    <ant dir="${osgitck.dir}/osgi.ct" target="publish" />
+    <ant dir="${osgitck.dir}/osgi.ct" target="clean-build" />
   </target>
 
   <!-- Setup the TCK to use the JBoss OSGi Framework -->
@@ -88,8 +87,7 @@
     <copy file="${aQute.bnd.jar}" tofile="${osgitck.dir}/licensed/repo/biz.aQute.bnd/biz.aQute.bnd-latest.jar" overwrite="true" />
 
     <!-- Build the TCK -->
-    <ant dir="${osgitck.dir}/osgi.ct" target="clean" />
-    <ant dir="${osgitck.dir}/osgi.ct" target="publish" />
+    <ant dir="${osgitck.dir}/osgi.ct" target="clean-build" />
   </target>
 
   <!-- ================================================================== -->
@@ -112,11 +110,6 @@
   <!-- TCK Tests                                                          -->
   <!-- ================================================================== -->
 
-  <target name="clean-build-tck" description="Full build of the	RIs and TCK tests" depends="init">
-    <fail message="Cannot find: ${osgitck.dir}" unless="osgitck.dir.available" />
-    <ant dir="${osgitck.dir}/osgi.ct" target="clean-build" />
-  </target>
-	
   <target name="run-core-tests" description="Run the TCK core tests" depends="init">
     <fail message="Cannot find: ${osgitck.dir}" unless="osgitck.dir.available" />
     <ant dir="${osgitck.dir}/osgi.ct" target="osgi.core.tests" />

Modified: projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml	2010-01-28 18:56:59 UTC (rev 100071)
+++ projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.blueprint.tests/config.xml	2010-01-28 19:11:59 UTC (rev 100072)
@@ -10,6 +10,10 @@
         <remote>@tcksetup.svn.url@</remote>
         <local>osgitck-setup</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@osgitck.svn.url@</remote>
+        <local>osgitck.dir</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
     </locations>
     <useUpdate>true</useUpdate>
     <browser class="hudson.scm.browsers.FishEyeSVN">

Modified: projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.core.tests/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.core.tests/config.xml	2010-01-28 18:56:59 UTC (rev 100071)
+++ projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.core.tests/config.xml	2010-01-28 19:11:59 UTC (rev 100072)
@@ -11,6 +11,10 @@
         <local>osgitck-setup</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>
       <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@osgitck.svn.url@</remote>
+        <local>osgitck.dir</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
         <remote>@framework.svn.url@</remote>
         <local>jboss-osgi-framework</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>

Modified: projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jdbc.tests/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jdbc.tests/config.xml	2010-01-28 18:56:59 UTC (rev 100071)
+++ projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jdbc.tests/config.xml	2010-01-28 19:11:59 UTC (rev 100072)
@@ -10,6 +10,10 @@
         <remote>@tcksetup.svn.url@</remote>
         <local>osgitck-setup</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@osgitck.svn.url@</remote>
+        <local>osgitck.dir</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
     </locations>
     <useUpdate>true</useUpdate>
     <browser class="hudson.scm.browsers.FishEyeSVN">

Modified: projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jmx.tests/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jmx.tests/config.xml	2010-01-28 18:56:59 UTC (rev 100071)
+++ projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jmx.tests/config.xml	2010-01-28 19:11:59 UTC (rev 100072)
@@ -10,6 +10,10 @@
         <remote>@tcksetup.svn.url@</remote>
         <local>osgitck-setup</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@osgitck.svn.url@</remote>
+        <local>osgitck.dir</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
     </locations>
     <useUpdate>true</useUpdate>
     <browser class="hudson.scm.browsers.FishEyeSVN">

Modified: projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jndi.tests/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jndi.tests/config.xml	2010-01-28 18:56:59 UTC (rev 100071)
+++ projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.jndi.tests/config.xml	2010-01-28 19:11:59 UTC (rev 100072)
@@ -10,6 +10,10 @@
         <remote>@tcksetup.svn.url@</remote>
         <local>osgitck-setup</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@osgitck.svn.url@</remote>
+        <local>osgitck.dir</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
     </locations>
     <useUpdate>true</useUpdate>
     <browser class="hudson.scm.browsers.FishEyeSVN">

Modified: projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.webapp.tests/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.webapp.tests/config.xml	2010-01-28 18:56:59 UTC (rev 100071)
+++ projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.webapp.tests/config.xml	2010-01-28 19:11:59 UTC (rev 100072)
@@ -10,6 +10,10 @@
         <remote>@tcksetup.svn.url@</remote>
         <local>osgitck-setup</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@osgitck.svn.url@</remote>
+        <local>osgitck.dir</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
     </locations>
     <useUpdate>true</useUpdate>
     <browser class="hudson.scm.browsers.FishEyeSVN">



More information about the jboss-osgi-commits mailing list