Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Impossible to compile m2e-webby

Hello all,

I’m trying to compile m2e-Webby project: https://github.com/tesla/m2eclipse-webby , but I cannot, the error is :

 

[INFO] Scanning for projects...

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[WARNING] No explicit target runtime environment configuration. Build is platform dependent.

[INFO] Computing target platform for MavenProject: org.sonatype.m2e.webby:org.sonatype.m2e.webby:0.2.2-SNAPSHOT @ D:\java\workspaces\developpement_per

so\m2eclipse-webby\org.sonatype.m2e.webby\pom.xml

[INFO] Adding repository http://repository.sonatype.org/content/sites/forge-sites/eclipse-commons/1.1.7/N/1.1.7.201105091728

[INFO] Adding repository https://repository.sonatype.org/content/sites/forge-sites/m2e/1.1.0/N/1.1.0.20120622-0806

[INFO] Resolving dependencies of MavenProject: org.sonatype.m2e.webby:org.sonatype.m2e.webby:0.2.2-SNAPSHOT @ D:\java\workspaces\developpement_perso\m

2eclipse-webby\org.sonatype.m2e.webby\pom.xml

[INFO] Cannot complete the request.  Generating details.

[INFO] Cannot complete the request.  Generating details.

[INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64}

[ERROR] Cannot resolve project dependencies:

[ERROR]   Software being installed: org.sonatype.m2e.webby 0.2.2.qualifier

[ERROR]   Missing requirement: org.eclipse.m2e.core 1.1.0.20120622-0806 requires 'bundle org.eclipse.core.runtime 0.0.0' but it could not be found

[ERROR]   Cannot satisfy dependency: org.sonatype.m2e.webby 0.2.2.qualifier depends on: bundle org.eclipse.m2e.core [1.0.0,2.0.0)

[ERROR]

[ERROR] Internal error: java.lang.RuntimeException: No solution found because the problem is unsatisfiable.: [Unable to satisfy dependency from org.ec

lipse.m2e.core 1.1.0.20120622-0806 to bundle org.eclipse.core.runtime 0.0.0.; Unable to satisfy dependency from org.eclipse.m2e.core 1.1.0.20120622-08

06 to bundle org.eclipse.core.resources 3.6.0.; Unable to satisfy dependency from org.eclipse.m2e.core.ui 1.1.0.20120622-0806 to bundle org.eclipse.co

re.resources 3.5.2.; Unable to satisfy dependency from org.eclipse.m2e.core.ui 1.1.0.20120622-0806 to bundle org.eclipse.core.runtime 3.5.0.; Unable t

 

Have you an idea to resolve this error ?

 

PS : I’m trying to search who add this line in context.xml file, is anyone car know that ?

<Resource name="UserTransaction" type="javax.transaction.UserTransaction" auth="Container" factory="org.objectweb.jotm.UserTransactionFactory" jotm.timeout="60"/>

 

Thank in advance

Thomas Collignon


Back to the top