You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/04/08 15:56:03 UTC

svn commit: r931945 - in /incubator/aries/trunk/subsystem/subsystem-itests: pom.xml readme.txt

Author: linsun
Date: Thu Apr  8 13:56:03 2010
New Revision: 931945

URL: http://svn.apache.org/viewvc?rev=931945&view=rev
Log:
ARIES-277 add a readme for itest

Added:
    incubator/aries/trunk/subsystem/subsystem-itests/readme.txt   (with props)
Modified:
    incubator/aries/trunk/subsystem/subsystem-itests/pom.xml

Modified: incubator/aries/trunk/subsystem/subsystem-itests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-itests/pom.xml?rev=931945&r1=931944&r2=931945&view=diff
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-itests/pom.xml (original)
+++ incubator/aries/trunk/subsystem/subsystem-itests/pom.xml Thu Apr  8 13:56:03 2010
@@ -42,9 +42,7 @@
             <artifactId>org.osgi.compendium</artifactId>
             <scope>provided</scope>
         </dependency>
-        <!--  this itests uses the rfc 138 impl in unreleased equinox 3.6.  pax exam/runner seems only recognize this version as latest
-        and don't like the v43prototype in the name.  You'll need to put this in your local .m2 repo manually for now 
-        and rename it to osgi-3.6.0.v20091204.jar / -->
+        <!--  see readme.txt to configure this in your local .m2 repo -->
         <dependency>
             <groupId>org.eclipse</groupId>
             <artifactId>osgi</artifactId>

Added: incubator/aries/trunk/subsystem/subsystem-itests/readme.txt
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/subsystem/subsystem-itests/readme.txt?rev=931945&view=auto
==============================================================================
--- incubator/aries/trunk/subsystem/subsystem-itests/readme.txt (added)
+++ incubator/aries/trunk/subsystem/subsystem-itests/readme.txt Thu Apr  8 13:56:03 2010
@@ -0,0 +1 @@
+This itests uses the rfc 138 impl in unreleased equinox 3.6(which you can obtain from OSGi repo if you are an OSGi alliance member).  pax runner seems only have experiemental support for equinox 3.6 M4, which is 3.6.0.v20091204 and doesn't provide the CompositeAdmin service.   You will need to obtain the equinox 3.6 prototype jar and rename this jar to osgi-3.6.0.v20091204.jar and put it in .m2/repository/org/eclipse/osgi/3.6.0.v20091204/.  Having the jar in your local m2 repo will prevent pax runner from downloading the jar.

Propchange: incubator/aries/trunk/subsystem/subsystem-itests/readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/aries/trunk/subsystem/subsystem-itests/readme.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision

Propchange: incubator/aries/trunk/subsystem/subsystem-itests/readme.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain