You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Simon Laws <si...@googlemail.com> on 2010/07/13 17:12:12 UTC

Re: OASIS now makes available a version of the Java APIs and Annotations JAR file in a consumable form

On Tue, Jul 13, 2010 at 3:51 PM, Mike Edwards
<mi...@gmail.com> wrote:
> Folks,
>
> This email announces the availability of a version of the OASIS Java APIs
> and Annotations JAR file in a form that should be directly consumable by
> Tuscany.
>
> At present, Tuscany has its own copy of the OASIS Java APIs and Annotations,
> contained in the sca-api module.  This new development at OASIS should
> enable Tuscany to get rid of this module and use the "official" API classes
> directly.
>
> The JAR artifact is located here:
>
> http://tools.oasis-open.org/version-control/svn/sca-j/Release/org/oasis-open/sca/j/sca-caa-apis/1.1-CD04/sca-caa-apis-1.1-CD04.jar
>
> This is laid out in a way that can be consumed by Maven.
>
> Here is an example of a Maven dependency for this JAR:
>
>        <!-- This is the SCA API bundle: published by OASIS -->
>        <dependency>
>            <groupId>org.oasis-open.sca.j</groupId>
>            <artifactId>sca-caa-apis</artifactId>
>            <version>1.1-CD04</version>
>        </dependency>
>
>
> And here is an example of creating a reference to the OASIS repository:
>
>
>       <!-- Material for the OASIS SVN repo -->
>       <repository>
>          <id>oasis.svn</id>
>
>  <url>http://tools.oasis-open.org/version-control/svn/sca-j/Release/</url>
>           <releases>
>               <enabled>true</enabled>
>           </releases>
>           <snapshots>
>               <enabled>true</enabled>
>           </snapshots>
>       </repository>
>       <!-- End of material for OASIS SVN repo -->
>
>
> The OASIS test suites are in the process of being adapted to this new JAR
> and should be updated very soon.
>
>
> Yours,  Mike.
>

Hey, thanks for the heads up Mike.

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com