Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [science-iwg] science-iwg Digest, Vol 31, Issue 6

Matt,

Could you explain, where JScience 4.3.1 (javax.measure.unit;version="4.3.1") comes from?
There is no evidence, JScience was added to Orbit, and I know, there is neither a JSR 275 version 4.3.1 nor one of GeoAPI, so it can only be JScience which has such version.

Thanks,
Werner

On Tue, Aug 18, 2015 at 6:00 PM, <science-iwg-request@xxxxxxxxxxx> wrote:
Send science-iwg mailing list submissions to
        science-iwg@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
        https://dev.eclipse.org/mailman/listinfo/science-iwg
or, via email, send a message with subject or body 'help' to
        science-iwg-request@xxxxxxxxxxx

You can reach the person managing the list at
        science-iwg-owner@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific
than "Re: Contents of science-iwg digest..."


Today's Topics:

   1. Licence problem for DAWNSci (UOMo)
   2. Re: Licence problem for DAWNSci (UOMo)


----------------------------------------------------------------------

Message: 1
Date: Mon, 17 Aug 2015 22:02:43 +0200
From: UOMo <uomo@xxxxxxxxxxx>
To: science-iwg@xxxxxxxxxxx
Subject: [science-iwg] Licence problem for DAWNSci
Message-ID:
        <CAAGawe23zkJ9uesLY_rxFOhc0EzGZRtVuF10qGhJS20PiCMoqg@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Matt/all,

Please note, the UnitMetadata class in DAWNSci uses a JSR (275) which
according to Eclipse IP team is not acceptable for usage at Eclipse, see
http://dev.eclipse.org/ipzilla/show_bug.cgi?id=7583

Luckily there's Unit-API 0.6 also used by UOMo to the rescue:
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=5260

DAWNSci only uses the Unit type, so changing
import javax.measure.unit.Unit;
to
import org.unitsofmeasurement.unit.Unit;
should do the trick.

I cannot say what Import-Package: javax.measure.unit;version="4.3.1"
refers to? Likely JScience, but as per mentioned CQs, JSR 275 is no longer
legitimate to use (since the JScience license does not apply but the Spec
License) so it'll be
Import-Package: org.unitsofmeasurement.unit;version="0.6.1" instead.

Hope, that helps. Let me know, if you need any further support using the
approved Unit-API version.

Kind Regards,

Werner Keil | Eclipse UOMo Lead, Babel Language Champion | JSR 363 Co Spec
Lead | Apache Committer

Twitter @wernerkeil | @UnitAPI  | #EclipseUOMo
Skype werner.keil | Google+ gplus.to/wernerkeil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/science-iwg/attachments/20150817/0276a4da/attachment.html>

------------------------------

Message: 2
Date: Tue, 18 Aug 2015 02:57:21 +0200
From: UOMo <uomo@xxxxxxxxxxx>
To: science-iwg@xxxxxxxxxxx
Subject: Re: [science-iwg] Licence problem for DAWNSci
Message-ID:
        <CAAGawe3fyLXPzziXbXBitARS6H0k0fk1Q5gVXz+uiR+TtWwhuA@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

Looks like JSR 275 never even was in the list of approved Orbit bundles:
https://dev.eclipse.org/ipzilla/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=Approved%20Orbit%20Bundles&sharer_id=854

Unit-API 0.6 is: https://dev.eclipse.org/ipzilla/show_bug.cgi?id=6720 So it
should be the easiest for DAWNsci to use it instead.

Werner

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/science-iwg/attachments/20150818/fdc3c612/attachment.html>

------------------------------

_______________________________________________
science-iwg mailing list
science-iwg@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/science-iwg

End of science-iwg Digest, Vol 31, Issue 6
******************************************


Back to the top