[jboss-cvs] JBossAS SVN: r99147 - in projects/jboss-osgi/projects/osgitck/trunk: hudson/hudson-home/jobs and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 8 02:48:24 EST 2010


Author: thomas.diesler at jboss.com
Date: 2010-01-08 02:48:23 -0500 (Fri, 08 Jan 2010)
New Revision: 99147

Removed:
   projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/jboss.osgi.framework/
Modified:
   projects/jboss-osgi/projects/osgitck/trunk/ant.properties.example
   projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.core.tests/config.xml
Log:
Add framework build to osgi.core.tests

Modified: projects/jboss-osgi/projects/osgitck/trunk/ant.properties.example
===================================================================
--- projects/jboss-osgi/projects/osgitck/trunk/ant.properties.example	2010-01-08 07:35:07 UTC (rev 99146)
+++ projects/jboss-osgi/projects/osgitck/trunk/ant.properties.example	2010-01-08 07:48:23 UTC (rev 99147)
@@ -5,6 +5,7 @@
 
 # The JBoss OSGi framework version
 framework.version=1.0.0-SNAPSHOT
+framework.svn.url=https://svn.jboss.org/repos/jbossas/projects/jboss-osgi/projects/runtime/framework/trunk
 
 # The aQute Bnd version 
 aQute.bnd.version=0.0.366-SNAPSHOT

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-08 07:35:07 UTC (rev 99146)
+++ projects/jboss-osgi/projects/osgitck/trunk/hudson/hudson-home/jobs/osgi.core.tests/config.xml	2010-01-08 07:48:23 UTC (rev 99147)
@@ -10,6 +10,10 @@
         <remote>@hudson.osgi.url@</remote>
         <local>osgitck-setup</local>
       </hudson.scm.SubversionSCM_-ModuleLocation>
+      <hudson.scm.SubversionSCM_-ModuleLocation>
+        <remote>@framework.svn.url@</remote>
+        <local>jboss-osgi-framework</local>
+      </hudson.scm.SubversionSCM_-ModuleLocation>
     </locations>
     <useUpdate>true</useUpdate>
   </scm>
@@ -22,7 +26,12 @@
     <hudson.tasks.Shell>
       <command>
 TCKSETUPDIR=$WORKSPACE/osgitck-setup
+FRAMEWORKDIR=$WORKSPACE/jboss-osgi-framework
 
+# Build & Install the Framework
+cd $FRAMEWORKDIR
+mvn -U clean install
+
 # Setup the TCK
 cd $TCKSETUPDIR
 cp ant.properties.example ant.properties




More information about the jboss-cvs-commits mailing list