You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2013/02/06 14:03:55 UTC

svn commit: r1442945 - in /cxf/dosgi/trunk/tck: ./ apply-to-tck.sh.template org.osgi.impl.service.remoteserviceadmin-4.3.0.lib

Author: davidb
Date: Wed Feb  6 13:03:55 2013
New Revision: 1442945

URL: http://svn.apache.org/viewvc?rev=1442945&view=rev
Log:
Script to make it easy to copy a CXF-DOSGi build to the OSGi CT build system.

Added:
    cxf/dosgi/trunk/tck/
    cxf/dosgi/trunk/tck/apply-to-tck.sh.template   (with props)
    cxf/dosgi/trunk/tck/org.osgi.impl.service.remoteserviceadmin-4.3.0.lib

Added: cxf/dosgi/trunk/tck/apply-to-tck.sh.template
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/tck/apply-to-tck.sh.template?rev=1442945&view=auto
==============================================================================
--- cxf/dosgi/trunk/tck/apply-to-tck.sh.template (added)
+++ cxf/dosgi/trunk/tck/apply-to-tck.sh.template Wed Feb  6 13:03:55 2013
@@ -0,0 +1,15 @@
+#This script pretends the current build to be the same as the version in the R5 TCK repo.
+#This puts the wrong version numbers on the files copied to the repo, so it could be improved
+#but it keeps changes to a minimum. 
+#
+#Run this script before executing the CT tests to get the CT tests to run with the current CXF DOSGi build
+
+TCK_HOME=... the osgi build clone root directory...
+ZOOKEEPER_JAR=... the zookeeper server jar, can be obtained from a zookeeper download...
+cp $ZOOKEEPER_JAR $TCK_HOME/licensed/repo/org.apache.cxf.dosgi.discovery.zookeeper/org.apache.cxf.dosgi.discovery.zookeeper-1.2.0.jar
+
+cp org.osgi.impl.service.remoteserviceadmin-4.3.0.lib $TCK_HOME/cnf/repo/org.osgi.impl.service.remoteserviceadmin
+
+cp ../distribution/single-bundle/target/cxf-dosgi-ri-singlebundle-distribution-1.5-SNAPSHOT.jar $TCK_HOME/licensed/repo/org.apache.cxf.dosgi.singlebundle/org.apache.cxf.dosgi.singlebundle-1.3.1.jar
+cp ../discovery/distributed/zookeeper-server/target/cxf-dosgi-ri-discovery-distributed-zookeeper-server-1.5-SNAPSHOT.jar $TCK_HOME/licensed/repo/org.apache.cxf.dosgi.discovery.server/org.apache.cxf.dosgi.discovery.server-1.2.0.jar
+cp ../discovery/distributed/zookeeper-server-config/target/cxf-dosgi-ri-discovery-distributed-zookeeper-server-config-1.5-SNAPSHOT.jar $TCK_HOME/licensed/repo/org.apache.cxf.dosgi.discovery.server.config/org.apache.cxf.dosgi.discovery.server.config-1.2.0.jar

Propchange: cxf/dosgi/trunk/tck/apply-to-tck.sh.template
------------------------------------------------------------------------------
    svn:executable = *

Added: cxf/dosgi/trunk/tck/org.osgi.impl.service.remoteserviceadmin-4.3.0.lib
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/tck/org.osgi.impl.service.remoteserviceadmin-4.3.0.lib?rev=1442945&view=auto
==============================================================================
--- cxf/dosgi/trunk/tck/org.osgi.impl.service.remoteserviceadmin-4.3.0.lib (added)
+++ cxf/dosgi/trunk/tck/org.osgi.impl.service.remoteserviceadmin-4.3.0.lib Wed Feb  6 13:03:55 2013
@@ -0,0 +1,5 @@
+org.apache.cxf.dosgi.singlebundle; version=1.3.1
+com.springsource.org.apache.log4j; version=1.2.15
+slf4j.api; version=1.6.1
+slf4j.nop; version=1.6.1
+