Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] PTP 5.0.1 and Photran 7.0.1 are released

On 09/01/2011 03:36 PM, Greg Watson wrote:

On Sep 1, 2011, at 1:30 PM, Orion Poplawski wrote:

On 08/31/2011 03:06 PM, Greg Watson wrote:
We get JAXB from the Eclipse Orbit project. Versions are:

  javax.xml;bundle-version="1.3.4"
  javax.xml.stream;bundle-version="1.0.1"
  javax.xml.bind;bundle-version="2.1.9"
  com.sun.xml.bind;bundle-version="2.1.9"
  javax.activation;bundle-version="1.1.0"

Some notes, questions.

There appears to be no references to javax.xml.stream, com.sun.xml.bind, and javax.activation in any of the PTP source.  Are these needed by the javax.xml and/or javax.xml.bind packages?

I'm not sure. I've removed these and will try running a build to see if it succeeds.

Did for me. Haven't tried running anything other than just loading eclipse at this point.


Any particular reason for the 2.1.9 version of javax.xml.bind.  There are several in the eclipse orbit project (2.0.0, 2.1.9, 2.1.12, 2.2.0), and 2.1.9 is the only one without a link to the source code.  For PTP to be in Fedora all deps need to be built from source. Fedora has ws-jaxme 0.5.1 which claims to provide 2.0.0 of javax.xml.bind.  So far patching the code to ask for version 2.0.0 of javax.xml.bind has allowed it to compile with ws-jaxme.


Probably because that was the current version available at the time. Unfortunately, using a different version would require legal approval. We could look at this for the next release, but we can't change this for SR1.


No worries. I seem to have compiled fine with the stock Fedora jaxb implementation. We'll hope it works.

If anyone would care to test out the Fedora 16 PTP packages at some point I would be grateful.


--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com


Back to the top