You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org> on 2007/03/14 10:27:09 UTC

[jira] Created: (TUSCANY-1171) SDO Java M3 Release

SDO Java M3 Release
-------------------

                 Key: TUSCANY-1171
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
             Project: Tuscany
          Issue Type: Task
          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
            Reporter: Kelvin Goodson
         Assigned To: Kelvin Goodson
             Fix For: Java-SDO-M3




-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484434 ] 

Kelvin Goodson commented on TUSCANY-1171:
-----------------------------------------

Rem:
signing archives
1432    for i in *
        do
        gpg -bau kelvingoodson@apache.org $i
        done

1436    for i in *
        do
        md5sums -u $i > $i.md5
        done

1438    rm *.asc.md5

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491575 ] 

Kelvin Goodson commented on TUSCANY-1171:
-----------------------------------------

In the move to a beta1 version i created a 1.0-incubating-beta1 tag,  changed the pom versions and ported TUSCANY-1211 to the tag,  omitting to reference this JIRA in the commit

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: buildSDORelease.bat, rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1171) SDO Java beta1 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496232 ] 

Kelvin Goodson commented on TUSCANY-1171:
-----------------------------------------

When moving the maven artifacts from the staging repo to the true repo the version stanzas of any artifacts which had previous versions had to be merged, and the md5 and sha1 digests for the maven-metadata.xml files regenerated

for ref I used 
fciv -wp -sha1 -add maven-metadata.xml | sed -n "4 p" | dd ibs=40 count=1 > maven-metadata.xml.sha1
and
fciv -wp -md5 -add maven-metadata.xml | sed -n "4 p" | dd ibs=32 count=1 > maven-metadata.xml.md5

The directory for putting the distributions is  /www/people.apache.org/dist/incubator/  and the maven artifacts go at
/www/people.apache.org/repo/m2-incubating-repository/

> SDO Java beta1 Release
> ----------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-beta1
>
>         Attachments: buildSDORelease.bat, rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482061 ] 

Kelvin Goodson commented on TUSCANY-1171:
-----------------------------------------

Above link should have been http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200703.mbox/%3c71e1b5740703151022j4ec9e99g2a84abbe7ad4f6f6@mail.gmail.com%3e

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1171) SDO Java beta1 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493034 ] 

Kelvin Goodson commented on TUSCANY-1171:
-----------------------------------------

Here's an example command I used to copy repository artifacts to the staging repository.  Note that I copied these to local temporary copies out of the repository first because maven fails if you try to do it within the repository.

C:\temp>mvn deploy:deploy-file -DgroupId=commonj -DartifactId=sdo-api-r2.1 -Dfile=sdo-api-r2.1-1.0-incubating-beta1.jar -DrepositoryId=people.apache.org -Durl=scp://people.apache.org/home/kelvingoodson/home/public_html/repo -DpomFile=sdo-api-r2.1-1.0-incubating-beta1.pom -Dpackaging=jar

> SDO Java beta1 Release
> ----------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-beta1
>
>         Attachments: buildSDORelease.bat, rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481192 ] 

Kelvin Goodson commented on TUSCANY-1171:
-----------------------------------------

Release candidate 1 is posted at http://people.apache.org/~kelvingoodson/sdo_java/M3/RC1/

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java beta1 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Summary: SDO Java beta1 Release  (was: SDO Java M3 Release)

> SDO Java beta1 Release
> ----------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-beta1
>
>         Attachments: buildSDORelease.bat, rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482060 ] 

Kelvin Goodson commented on TUSCANY-1171:
-----------------------------------------

Capturing some status --- 
Attempting to address the issues at http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200703.mbox/browser
assuming that this junit runtime scope dependency is transitive 
I tried mvn depgraph:depgraph and mvn pomtools:console -- both routes so far unproductive
mvn -X shows many lines of the form
[DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-8:runtime (selected for runtime)
[DEBUG]         org.codehaus.plexus:plexus-utils:jar:1.0.4:runtime (removed - nearer found: 1.1)
[DEBUG]         junit:junit:jar:3.8.1:runtime (selected for runtime)

whereas direct dependencies list as ...
[DEBUG] org.apache.tuscany.sdo:tuscany-sdo-impl:jar:1.0-incubator-M3 (selected for null)
[DEBUG]   stax:stax-api:jar:1.0.1:provided (selected for provided)
[DEBUG]   junit:junit:jar:3.8.1:test (selected for test)

need to understand references to <exclude> pom element


> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Attachment:     (was: rat_report.zip)

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Attachment: rat_report.zip

Initial rat report generated from new version (0.41) of rat at downloaded from http://code.google.com/p/arat/

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Attachment: rat_report.zip

Clean rat report (exceptions to be attached separately)

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Attachment: rat_exceptions.txt

Attaching marked up header content of the rat report -- will fix up the "NO EXCEPTION" marked lines and repost when reduced to only "EXCEPTION" lines 

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482700 ] 

Kelvin Goodson commented on TUSCANY-1171:
-----------------------------------------

Rem: the most effective way to debug transitive dependencies has been "mvn site" and look at the dependencies.html that is generated.
I built the pomtools plugin from the latest source,  but it is broken and there doesnt seem to be much development on it,  so best avoided unless it is developmed futher.

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Attachment: rat_exceptions.txt

Exceptions for rat report

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Attachment: buildSDORelease.bat

Attaching this script I just made for building an SDO release here for now --- will find the appropriate home for it in svn later

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: buildSDORelease.bat, rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Attachment: rat_report.zip

Overwriting initial rat report following updates

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1171) SDO Java M3 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson updated TUSCANY-1171:
------------------------------------

    Attachment:     (was: rat_exceptions.txt)

> SDO Java M3 Release
> -------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-M3
>
>         Attachments: rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-1171) SDO Java beta1 Release

Posted by "Kelvin Goodson (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kelvin Goodson resolved TUSCANY-1171.
-------------------------------------

    Resolution: Fixed

Announce made today

> SDO Java beta1 Release
> ----------------------
>
>                 Key: TUSCANY-1171
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1171
>             Project: Tuscany
>          Issue Type: Task
>          Components: Java SDO Implementation, Java SDO Samples, Java SDO Tools
>            Reporter: Kelvin Goodson
>         Assigned To: Kelvin Goodson
>             Fix For: Java-SDO-beta1
>
>         Attachments: buildSDORelease.bat, rat_exceptions.txt, rat_report.zip, rat_report.zip
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org