[jboss-osgi-commits] JBoss-OSGI SVN: r97610 - in projects/jboss-osgi/projects/osgitck/r4v42: hudson and 1 other directories.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Dec 9 08:58:05 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-09 08:58:04 -0500 (Wed, 09 Dec 2009)
New Revision: 97610

Modified:
   projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example
   projects/jboss-osgi/projects/osgitck/r4v42/hudson/build.xml
   projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/jboss.osgi.framework/config.xml
Log:
Update hudson setup

Modified: projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example
===================================================================
--- projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example	2009-12-09 13:37:45 UTC (rev 97609)
+++ projects/jboss-osgi/projects/osgitck/r4v42/ant.properties.example	2009-12-09 13:58:04 UTC (rev 97610)
@@ -4,22 +4,22 @@
 # $Id: ant.properties.example 3995 2007-07-26 08:52:45Z thomas.diesler at jboss.com $
 
 # The location of the OSGi TCK
-osgitck.export=/home/hudson/svn/osgitck/r4v42-core-cmpn-final
+osgitck.export=/home/hudson/svn/osgitck/r4v42
 
-# The location od the local maven repository
+# The location of the local maven repository
 maven.local.repository=/home/hudson/.m2/repository
 
 # The aQute Bnd version 
 aQute.bnd.version=0.0.366-SNAPSHOT
 
 # The JBoss OSGi framework version
-jboss.osgi.framework.version=1.0.0-SNAPSHOT
+jboss.osgi.framework.version=1.0.0.Alpha2
 
 # Hudson Setup ----------------------------------------------------------------
 
 # JDK settings
-java.home.jdk15=/usr/java/jdk1.5.0_19
-java.home.jdk16=/usr/java/jdk1.6.0_14
+java.home.jdk15=/usr/java/jdk1.5.0_22
+java.home.jdk16=/usr/java/jdk1.6.0_17
 
 # Maven setup
 hudson.maven.name=apache-maven-2.2.1
@@ -29,12 +29,11 @@
 hudson.username=changeme
 hudson.password=changeme
 
-hudson.root=/home/hudson/workspace/hudson/osgitck
+hudson.root=/home/hudson/workspace/osgitck
 
 hudson.host=localhost
 hudson.admin.port=8150
 hudson.http.port=8180
 
-# Hudson (1.290)
 apache-tomcat=5.5.27
-sun-hudson=2402/128862
+sun-hudson=1.336

Modified: projects/jboss-osgi/projects/osgitck/r4v42/hudson/build.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/r4v42/hudson/build.xml	2009-12-09 13:37:45 UTC (rev 97609)
+++ projects/jboss-osgi/projects/osgitck/r4v42/hudson/build.xml	2009-12-09 13:58:04 UTC (rev 97610)
@@ -82,7 +82,7 @@
     <get src="http://www.apache.org/dist/tomcat/tomcat-5/v${apache-tomcat}/bin/apache-tomcat-${apache-tomcat}.zip" dest="${thirdparty.dir}/apache-tomcat.zip" usetimestamp="true" verbose="true"/>
   </target>
   <target name="get-hudson" depends="init-thirdparty" unless="sun.hudson.available">
-    <get src="https://hudson.dev.java.net/files/documents/${sun-hudson}/hudson.war" dest="${thirdparty.dir}/hudson.war" usetimestamp="true" verbose="true"/>
+    <get src="http://hudson-ci.org/download/war/${sun-hudson}/hudson.war" dest="${thirdparty.dir}/hudson.war" usetimestamp="true" verbose="true"/>
   </target>
   
   <!-- 

Modified: projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/jboss.osgi.framework/config.xml
===================================================================
--- projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/jboss.osgi.framework/config.xml	2009-12-09 13:37:45 UTC (rev 97609)
+++ projects/jboss-osgi/projects/osgitck/r4v42/hudson/hudson-home/jobs/jboss.osgi.framework/config.xml	2009-12-09 13:58:04 UTC (rev 97610)
@@ -11,7 +11,7 @@
   <scm class="hudson.scm.SubversionSCM">
     <locations>
       <hudson.scm.SubversionSCM_-ModuleLocation>
-        <remote>https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/microcontainer/trunk</remote>
+        <remote>https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/framework/trunk</remote>
         <local>jboss-osgi-framework</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>
     </locations>



More information about the jboss-osgi-commits mailing list