I want study dbeaver how to work by Intellij idea,but fail when I reload by maven #15855
Unanswered
xipeng156
asked this question in
DBeaver Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want run by idea,this is my computer config and logs
mvn -v Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: /usr/local/apache-maven-3.8.3 Java version: 11.0.14, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: zh_CN, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-100-generic", arch: "amd64", family: "unix"
log:
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.jkiss.dbeaver.ui.editors.entity 1.0.77.qualifier
[ERROR] Missing requirement: org.jkiss.dbeaver.ui.editors.entity 1.0.77.qualifier requires 'osgi.bundle; org.jkiss.dbeaver.model 0.0.0' but it could not be found
[ERROR]
[ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[INFO] Computing target platform for MavenProject: org.jkiss.dbeaver:org.jkiss.dbeaver.test.platform:1.0.34-SNAPSHOT @ /home/xipeng/IdeaProjects/dbeaver-devel/test/org.jkiss.dbeaver.test.platform/pom.xml
[INFO] Resolving dependencies of MavenProject: org.jkiss.dbeaver:org.jkiss.dbeaver.test.platform:1.0.34-SNAPSHOT @ /home/xipeng/IdeaProjects/dbeaver-devel/test/org.jkiss.dbeaver.test.platform/pom.xml
[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.jkiss.dbeaver.test.platform 1.0.34.qualifier
[ERROR] Missing requirement: org.jkiss.dbeaver.test.platform 1.0.34.qualifier requires 'osgi.bundle; org.jkiss.dbeaver.model 0.0.0' but it could not be found
[ERROR]
[ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[INFO] Computing target platform for MavenProject: org.jkiss.dbeaver:org.jkiss.dbeaver.ext.oracle.ui:1.0.64-SNAPSHOT @ /home/xipeng/IdeaProjects/dbeaver-devel/plugins/org.jkiss.dbeaver.ext.oracle.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.jkiss.dbeaver:org.jkiss.dbeaver.ext.oracle.ui:1.0.64-SNAPSHOT @ /home/xipeng/IdeaProjects/dbeaver-devel/plugins/org.jkiss.dbeaver.ext.oracle.ui/pom.xml
[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.jkiss.dbeaver.ext.oracle.ui 1.0.64.qualifier
[ERROR] Missing requirement: org.jkiss.dbeaver.ext.oracle.ui 1.0.64.qualifier requires 'osgi.bundle; org.jkiss.dbeaver.ext.import_config 0.0.0' but it could not be found
[ERROR]
[ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[INFO] Computing target platform for MavenProject: org.jkiss.dbeaver:org.jkiss.dbeaver.ext.postgresql.ui:1.0.53-SNAPSHOT @ /home/xipeng/IdeaProjects/dbeaver-devel/plugins/org.jkiss.dbeaver.ext.postgresql.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.jkiss.dbeaver:org.jkiss.dbeaver.ext.postgresql.ui:1.0.53-SNAPSHOT @ /home/xipeng/IdeaProjects/dbeaver-devel/plugins/org.jkiss.dbeaver.ext.postgresql.ui/pom.xml
[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.jkiss.dbeaver.ext.postgresql.ui 1.0.53.qualifier
[ERROR] Missing requirement: org.jkiss.dbeaver.ext.postgresql.ui 1.0.53.qualifier requires 'osgi.bundle; org.jkiss.dbeaver.model 0.0.0' but it could not be found
[ERROR] ...
Beta Was this translation helpful? Give feedback.
All reactions