summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/branches/2.0-Beta1
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-01 15:03:05 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-11-01 15:03:05 +0000
commita2d62cdf52abd7ce59fcde8dede83d8ac650a435 (patch)
treef80e16b798027f226dd9610416e35595a58d2e14 /sca-java-2.x/branches/2.0-Beta1
parent8ebaae37afb07f4ac00b1e471f1b108d6c692a58 (diff)
TUSCANY-3748 - Remove the compliance tests from the Beta1 build as OASIS haven't actually formally released the otest artifacts anywhere yet.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1029693 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1')
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/RELEASE_NOTES10
-rw-r--r--sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml6
2 files changed, 11 insertions, 5 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/RELEASE_NOTES b/sca-java-2.x/branches/2.0-Beta1/RELEASE_NOTES
index 44ba126c9f..b3b12c54ec 100644
--- a/sca-java-2.x/branches/2.0-Beta1/RELEASE_NOTES
+++ b/sca-java-2.x/branches/2.0-Beta1/RELEASE_NOTES
@@ -24,10 +24,14 @@ main SCA specifications and recent updates from Open CSA drafts including:
For those specs marked * the Tuscany runtime passes the
OASIS conformance tests (otests) for the specs as they stand
-at the time of release.
+at the time of release. If you want to see the tests run you
+can manually remove the comment that prevents them running
+in the main build in the following Maven pom:
-It also includes implementations of many features not yet defined
-by SCA specifications, including:
+ testing/compliance-tests/pom.xml
+
+The distribution also includes implementations of many features not
+yet defined by SCA specifications, including:
- SCA bindings for RMI, HTTP, JSON-RPC, ATOM.
- Databindings for JAXB, Axis2's AXIOM, DOM, SAX and StAX
diff --git a/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml b/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml
index 7f7bf15f42..a891499e97 100644
--- a/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml
+++ b/sca-java-2.x/branches/2.0-Beta1/testing/compliance-tests/pom.xml
@@ -39,13 +39,15 @@
</repositories>
<modules>
-
+<!-- TUSCANY-3748 - comment out the tests for the Beta1 Release as OASIS haven't
+ released the test resources anywhere yet.
<module>assembly</module>
<module>java-caa</module>
<module>java-ci</module>
<module>policy</module>
<module>binding-ws</module>
-<!--
+-->
+<!-- Tuscany snapshot test artifacts not up to date for JMS
<module>binding-jms</module>
-->
</modules>