Skip to content
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

trying to follow the instructions #2

Closed
JoelSjogren opened this issue Mar 13, 2021 · 1 comment
Closed

trying to follow the instructions #2

JoelSjogren opened this issue Mar 13, 2021 · 1 comment

Comments

@JoelSjogren
Copy link

https://github.com/makingthematrix/scalaonandroid/wiki/How-to-compile-and-run-an-example

  1. First try to build the app with mvn client:build and solve the problems along the way.
box% mvn client:build

https://pastebin.com/raw/N9eg5mFu

box% mvn -version
Apache Maven 3.6.3 (NON-CANONICAL_2019-11-27T20:26:29Z_root)
Maven home: /opt/maven
Java version: 1.8.0_282, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.11.2-arch1-1", arch: "amd64", family: "unix"
box% which mvn   
/usr/bin/mvn

I wonder if I need to "install maven in graalvm", if that makes sense?

@makingthematrix
Copy link
Owner

@JoelSjogren :
Welcome, my first issue reporter! :)
Here's the problem:

Downloading from snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/gluonhq/client-maven-plugin/0.1.37-SNAPSHOT/maven-metadata.xml
Downloading from snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/gluonhq/client-maven-plugin/0.1.37-SNAPSHOT/client-maven-plugin-0.1.37-SNAPSHOT.pom
[WARNING] The POM for com.gluonhq:client-maven-plugin:jar:0.1.37-SNAPSHOT is missing, no dependency information available
Downloading from snapshots: https://oss.sonatype.org/content/repositories/snapshots/com/gluonhq/client-maven-plugin/0.1.37-SNAPSHOT/client-maven-plugin-0.1.37-SNAPSHOT.jar
[WARNING] Failed to retrieve plugin descriptor for com.gluonhq:client-maven-plugin:0.1.37-SNAPSHOT: Plugin com.gluonhq:client-maven-plugin:0.1.37-SNAPSHOT or one of its dependencies could not be resolved: Could not find artifact com.gluonhq:client-maven-plugin:jar:0.1.37-SNAPSHOT in snapshots (https://oss.sonatype.org/content/repositories/snapshots)

It should be 0.1.38. I used 0.1.37-SNAPSHOT before because it contained a bugfix I needed but I guess it was removed, since 0.1.38 already has that bugfix.

Thanks for bringing this up. I've just pushed a commit with this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants