[jbosstools-issues] [JBoss JIRA] (JBIDE-18795) Birt build fails in master

Denis Golovin (JIRA) issues at jboss.org
Thu Nov 20 14:17:39 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-18795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021719#comment-13021719 ] 

Denis Golovin commented on JBIDE-18795:
---------------------------------------

with latest cahanges
{code}[INFO] [INFO] Resolving dependencies of MavenProject: org.jboss.tools.birt.plugins:org.jboss.tools.birt.oda:1.7.0-SNAPSHOT @ /home/eskimo/ubuntu/Projects/jbdevstudio/4.3.x/fork/jbds-releng/jbosstools-birt/plugins/org.jboss.tools.birt.oda/pom.xml
[INFO] [INFO] Cannot complete the request.  Generating details.
[INFO] [INFO] Cannot complete the request.  Generating details.
[INFO] [INFO] {osgi.ws=cocoa, osgi.os=macosx, osgi.arch=x86_64, org.eclipse.update.install.features=true}
[INFO] [ERROR] Cannot resolve project dependencies:
[INFO] [ERROR]   Software being installed: org.jboss.tools.birt.oda 1.7.0.qualifier
[INFO] [ERROR]   Missing requirement: org.jboss.tools.birt.oda 1.7.0.qualifier requires 'package org.hibernate.ejb 0.0.0' but it could not be found
[INFO] [ERROR] 
[INFO] [ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.metadata 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.ejb 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.impl 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.type 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.engine.query 0.0.0.; No solution found because the problem is unsatisfiable.] -> [Help 1]
[INFO] org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.metadata 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.ejb 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.impl 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.type 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.engine.query 0.0.0.; No solution found because the problem is unsatisfiable.]
[INFO] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:164)
[INFO] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
[INFO] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
[INFO] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
[INFO] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[INFO] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] 	at java.lang.reflect.Method.invoke(Method.java:606)
[INFO] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[INFO] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[INFO] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[INFO] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO] Caused by: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.metadata 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.ejb 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.impl 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.type 0.0.0.; Unable to satisfy dependency from org.jboss.tools.birt.oda 1.7.0.qualifier to package org.hibernate.engine.query 0.0.0.; No solution found because the problem is unsatisfiable.]
[INFO] 	at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:98)
[INFO] 	at org.eclipse.tycho.p2.util.resolution.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:88)
[INFO] 	at org.eclipse.tycho.p2.util.resolution.AbstractResolutionStrategy.resolve(AbstractResolutionStrategy.java:63)
[INFO] 	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:166)
[INFO] 	at org.eclipse.tycho.p2.resolver.P2ResolverImpl.resolveDependencies(P2ResolverImpl.java:103)
[INFO] 	at org.eclipse.tycho.p2.resolver.P2DependencyResolver.doResolveDependencies(P2DependencyResolver.java:352)
[INFO] 	at org.eclipse.tycho.p2.resolver.P2DependencyResolver.resolveDependencies(P2DependencyResolver.java:325)
[INFO] 	at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:107)
[INFO] 	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:75)
[INFO] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:271)
[INFO] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
[INFO] 	... 11 more
[INFO] [ERROR] 
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR] 
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
{code}

> Birt build fails in master
> --------------------------
>
>                 Key: JBIDE-18795
>                 URL: https://issues.jboss.org/browse/JBIDE-18795
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: birt
>    Affects Versions: 4.3.0.Alpha1
>            Reporter: Snjezana Peco
>            Assignee: Snjezana Peco
>             Fix For: 4.3.0.Alpha1
>
>
> The birt build fails because the org.hibernate.eclipse.libs plugin has been removed.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the jbosstools-issues mailing list