[jbosstools-issues] [JBoss JIRA] (JBIDE-15007) mvn 3.0.4 resolves dependencies differently than mvn 3.0.3 (was: webservices build passes where it shouldn't)

Mickael Istria (JIRA) jira-events at lists.jboss.org
Wed Jun 26 11:48:22 EDT 2013


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

Mickael Istria closed JBIDE-15007.
----------------------------------

    Resolution: Rejected


This is actually an issue depending on JDK version. This is caused by CXF pom resolving ti different version of JaxB according to JDK version.
The workaround was to enforce version of jaxb-xjc and jaxb-impl to 2.2.5.1 in pom.xml so it becomes independant from JDK version.
                
> mvn 3.0.4 resolves dependencies differently than mvn 3.0.3 (was: webservices build passes where it shouldn't)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-15007
>                 URL: https://issues.jboss.org/browse/JBIDE-15007
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng, Webservices
>            Reporter: Max Rydahl Andersen
>            Assignee: Nick Boldt
>            Priority: Critical
>             Fix For: 4.1.0.Beta2, 4.1.0.CR1
>
>
> Got this very weird issues which i'm marking critical since it could hide a bunch of other issues.
> This build https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JBossTools/view/JBossTools_4.1.kepler/job/jbosstools-webservices_41/68/
> using commit: 1c5f9a010b54c1c5999801ff11e3d654fa92ebf7 
> is passing on jenkins but it should not, it should fail with:
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.18.0:package-plugin (default-package-plugin) on project org.jboss.tools.ws.wise.ui: Error assembling JAR: /Users/max/code/jbosstools/jbosstools-webservices/plugins/org.jboss.tools.ws.wise.ui/build.properties: bin.includes value(s) [lib/jaxb-impl-2.1.13.jar, lib/jaxb-xjc-2.1.13.jar] do not match any files. -> [Help 1]
> Why is this not failing ? how come tycho/jenkins let it pass ?

--
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