[jbosstools-issues] [JBoss JIRA] (JBIDE-14988) Remove missing/old jars from build configuration

Mickael Istria (JIRA) jira-events at lists.jboss.org
Wed Jun 26 06:29:21 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-14988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mickael Istria updated JBIDE-14988:
-----------------------------------

          Issue Type: Bug  (was: Task)
            Priority: Blocker  (was: Major)
            Assignee: Brian Fitzpatrick  (was: Xavier Coulon)
    Git Pull Request: https://github.com/jbosstools/jbosstools-webservices/pull/49, https://github.com/jbosstools/jbosstools-webservices/pull/54, https://github.com/jbosstools/jbosstools-webservices/pull/56  (was: https://github.com/jbosstools/jbosstools-webservices/pull/49, https://github.com/jbosstools/jbosstools-webservices/pull/54)


The build error is caused by CXF, whose pom defines different dependencies depending on the version of Java:
* Java 1.6 => Jaxb-impl and jaxb-xjc 2.1 (since Java 6 includes Jax-B API 2.1)
* Java 1.5 or Java 1.7 => Jaxb-impl and jaxb-xjc 2.2

This PR forces usage of jaxb-impl and jaxb-xjc 2.2: https://github.com/jbosstools/jbosstools-webservices/pull/56 . It seems to be consistent with the fact that the bundle also includes jboss-jaxb-api_2.2_spec-1.0.3.Final.jar and uses Jax-WS 2.2.

[~bfitzpat]: can you please review this PR, make sure it works on Java 6 and Java 7, and then merge it?

                
> Remove missing/old jars from build configuration
> ------------------------------------------------
>
>                 Key: JBIDE-14988
>                 URL: https://issues.jboss.org/browse/JBIDE-14988
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Webservices
>    Affects Versions: 4.1.0.Beta2
>            Reporter: Xavier Coulon
>            Assignee: Brian Fitzpatrick
>            Priority: Blocker
>              Labels: respin-b
>             Fix For: 4.1.0.Beta2, 4.1.0.CR1
>
>
> org.jboss.tools.ws.wise.ui references some old jars in MANIFEST.MF, build.properties and .classpath: jaxb-impl-2.1.13.jar and jaxb-xjc-2.1.13.jar which have been replaced with jaxb-impl-2.2.5.1.jar and jaxb-xjc-2.2.5.1.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list