-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force Maven to build with H2 version 1.4.200 #112
Comments
[WARNING] Some problems were encountered while building the effective model for net.myerichsen.hremvp:net.myerichsen.hremvp.update:eclipse-repository:0.2.2-SNAPSHOT |
net.myerichsen.hremvp.configuration.pom.xml: <h2.version>1.4.197</h2.version> Others: |
Trying to use H2 source from Github instead of a jar file, !ENTRY org.eclipse.e4.ui.workbench 4 0 2019-07-01 15:39:14.082 Caused by: java.lang.NoClassDefFoundError: org/h2/jdbcx/JdbcConnectionPool Caused by: java.lang.ClassNotFoundException: org.h2.jdbcx.JdbcConnectionPool cannot be found by net.myerichsen.hremvp_0.2.2.qualifier |
Tycho's interpretation of the target definition file format differs from the PDE in the following aspects:
|
javax.inject issue: I could find a workaround. The problem is triggered by the latest org.eclipse.update.configurator. |
There are times, unfortunately, when a project cannot be downloaded from the central Maven repository. For example, a project may depend upon a jar that has a closed-source license which prevents it from being in a central repository. There are three methods for dealing with this scenario.
|
No description provided.
The text was updated successfully, but these errors were encountered: