On Thu, Sep 16, 2010 at 5:46 PM, <[email protected]> wrote: > Author: slaws > Date: Thu Sep 16 16:46:41 2010 > New Revision: 997837 > > URL: http://svn.apache.org/viewvc?rev=997837&view=rev > Log: > Switch to using the latest jcaa otests (r197). > > Modified: > tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml > > tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/src/test/java/org/apache/tuscany/sca/otest/TuscanyRuntimeBridge.java > > tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/src/test/resources/oasis-sca-tests.properties > > tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/src/test/resources/tuscany-oasis-sca-tests-errors.properties > tuscany/sca-java-2.x/trunk/compliance-tests/pom.xml > > Modified: tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml > URL: > http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml?rev=997837&r1=997836&r2=997837&view=diff > ============================================================================== > --- tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml (original) > +++ tuscany/sca-java-2.x/trunk/compliance-tests/java-caa/pom.xml Thu Sep 16 > 16:46:41 2010 > @@ -34,13 +34,14 @@ > <!-- This is only needed to get the module working in Eclipse > which doesn't pick it up from the dependency plugin unpack --> > <!-- The dependency plugin unpack is needed as presently the > surefire plugin wont run tests in a dependency jar --> > <groupId>org.apache.tuscany.sca</groupId> > - <artifactId>oasis-javacaa-test-runner</artifactId> > - <version>1.0-SNAPSHOT</version> > + <artifactId>tuscany-otests-sca-j-caa-tests</artifactId> > + <version>2.0-SNAPSHOT</version> > </dependency> > > <dependency> > - <groupId>org.apache.tuscany.sca.shades</groupId> > - <artifactId>tuscany-base</artifactId> > + <groupId>org.apache.tuscany.sca</groupId> > + <artifactId>tuscany-feature-base</artifactId> > + <type>pom</type>
Is there a reason we can't use the base jar any more? I'd quite like to if possible as this is a good way to verify it works ok. (and same for the node2.Node) ...ant
