Cannot resolve project dependencies: org.eclipse.equinox.p2.iu [message #1873319] |
Wed, 11 December 2024 20:26 ![Go to next message Go to next message](theme/Solstice/images/down.png) |
Márcio Koch![Friend of Eclipse Friend](/donate/web-api/friends_decorator.php?email=lobokoch%40gmail.com) Messages: 62 Registered: August 2013 |
Member |
|
|
Hello! I'm trying to migrate my Eclipse DSL project from version 2021-03 (Java 11, Xtext 2.25.0, Maven, Tycho, Xcore) to Eclipse 2024-12 (Java 21, Xtext 2.37.0, Maven, Tycho, Xcore). To understand the changes, I created a new project in Eclipse 2024-12 and compared the pom.xml, MANIFEST.MF, and build.properties files. I also updated the Target Platform to Eclipse 2024-12. I am now trying to deploy the DSL to my update site, but I am facing this dependency error that I can't resolve. Any help is welcome.
[INFO] --< br.com.triersistemas.trierdsl:br.com.triersistemas.trierdsl.model >--
[INFO] Building br.com.triersistemas.trierdsl.model 30.21.0 [2/10]
[INFO] from br.com.triersistemas.trierdsl.model\pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] Resolving target definition file:/C:/mk/dev/git/trierdsl/br.com.triersistemas.trierdsl.target/br.com.triersistemas.trierdsl.target.target for environments=[macosx/cocoa/x86_64, win32/win32/x86_64, linux/gtk/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-21' { source level: 21, target level: 21}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@3d91d937
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO] Cache location: C:\Users\marcio.koch\.m2\repository\.cache\tycho
[INFO] Transport mode: online
[INFO] Http Transport type: Java11Client
[INFO] Update mode: cache first
[INFO] Minimum cache duration: 60 minutes
[INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Downloading from p2: https://download.eclipse.org/releases/2024-12/p2.index
[INFO] Downloaded from p2: https://download.eclipse.org/releases/2024-12/p2.index (122 bytes at 1 KB/s)
[INFO] Downloading from p2: https://download.eclipse.org/technology/epp/packages/2024-12/p2.index
[INFO] Downloading from p2: https://download.eclipse.org/technology/epp/packages/2024-12/202411281200/p2.index
[INFO] Downloaded from p2: https://download.eclipse.org/technology/epp/packages/2024-12/202411281200/p2.index (365 bytes at 356 KB/s)
[INFO] Downloading from p2: https://download.eclipse.org/releases/2024-12/202412041000/p2.index
[INFO] Downloaded from p2: https://download.eclipse.org/releases/2024-12/202412041000/p2.index (140 bytes at 136 KB/s)
[INFO] Downloading from p2: https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.20.0/p2.index
[INFO] Downloaded from p2: https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.20.0/p2.index (172 bytes at 167 KB/s)
[INFO] Downloading from p2: https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.37.0/p2.index
[INFO] Downloaded from p2: https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.37.0/p2.index (172 bytes at 167 KB/s)
[INFO] Downloading from p2: https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12/p2.index
[INFO] Downloaded from p2: https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12/p2.index (126 bytes at 123 KB/s)
[INFO] Downloading from p2: https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.34.0/p2.index
[INFO] Downloaded from p2: https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.34.0/p2.index (172 bytes at 167 KB/s)
[INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true}
[ERROR] Cannot resolve project dependencies:
[ERROR] You requested to install 'org.eclipse.equinox.p2.iu; org.eclipse.rcp.feature.group 0.0.0, max=2147483647' but it could not be found
[ERROR]
[ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for br.com.triersistemas.trierdsl.parent 30.21.0:
[INFO]
[INFO] br.com.triersistemas.trierdsl.parent ............... SUCCESS [ 1.063 s]
[INFO] br.com.triersistemas.trierdsl.model ................ FAILURE [ 3.525 s]
[INFO] br.com.triersistemas.trierdsl ...................... SKIPPED
[INFO] br.com.triersistemas.trierdsl.ide .................. SKIPPED
[INFO] br.com.triersistemas.trierdsl.ui ................... SKIPPED
[INFO] br.com.triersistemas.trierdsl.target ............... SKIPPED
[INFO] br.com.triersistemas.trierdsl.feature .............. SKIPPED
[INFO] br.com.triersistemas.trierdsl.repository ........... SKIPPED
[INFO] br.com.triersistemas.trierdsl.tests ................ SKIPPED
[INFO] br.com.triersistemas.trierdsl.ui.tests ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.171 s
[INFO] Finished at: 2024-12-11T17:16:34-03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Cannot resolve dependencies of project br.com.triersistemas.trierdsl:br.com.triersistemas.trierdsl.model:eclipse-plugin:30.21.0
[ERROR] with context {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64, org.eclipse.update.install.sources=true}
[ERROR] You requested to install 'org.eclipse.equinox.p2.iu; org.eclipse.rcp.feature.group 0.0.0, max=2147483647' but it could not be found: See log for details
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ResolverException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :br.com.triersistemas.trierdsl.model
|
|
|
|
Powered by
FUDForum. Page generated in 0.02773 seconds