pellcorp / OpenDbClient

Android Client for OpenDb
GNU General Public License v2.0
0 stars 1 forks source link

Compiling using IntelliJ IDEA IDE #1

Open harlanb opened 6 years ago

harlanb commented 6 years ago

I know you don't use OpenDb any longer, but I could some assis stance building this app. I finally got classes to compile, but haven't been able to get a jar file built. Also, I can't get tests to find the compiled classes. How did you do this? Any suggestions? Thank You for your time!

pellcorp commented 6 years ago

It's a maven project.did you try mvn clean install from command line?

harlanb commented 6 years ago

I did not. However, when I tried, this is the error I received: ~/Projects/OpenDbClient$ mvn clean install [INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for com.pellcorp.android:OpenDbClientParent:0.0.1: Failure to find com.pellcorp.android:parent:pom:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 9, column 10 @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project com.pellcorp.android:OpenDbClientParent:0.0.1 (/dataint/home/harlan/Projects/OpenDbClient/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for com.pellcorp.android:OpenDbClientParent:0.0.1: Failure to find com.pellcorp.android:parent:pom:0.0.1 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 9, column 10 -> [Help 2] [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/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException