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

running failed #380

Open
curtank opened this issue Sep 8, 2017 · 3 comments
Open

running failed #380

curtank opened this issue Sep 8, 2017 · 3 comments

Comments

@curtank
Copy link

curtank commented Sep 8, 2017

using "gradlew.bat run"in windows but failed with following err:
`
Build file 'F:\Download\metastone-master\metastone-master\app\build.gradle' line: 3

  • What went wrong:
    A problem occurred evaluating project ':app'.

Could not resolve all dependencies for configuration 'classpath'.
Could not find org.bitbucket.shemnon.javafxplugin:gradle-javafx-plugin:8.1.2-SNAPSHOT.
Searched in the following locations:
file:/C:/Users/curtank/.m2/repository/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/maven-metadata.xml
file:/C:/Users/curtank/.m2/repository/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.pom
file:/C:/Users/curtank/.m2/repository/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.jar
http://dl.bintray.com/content/shemnon/javafx-gradle/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/maven-metadata.xml
http://dl.bintray.com/content/shemnon/javafx-gradle/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.pom
http://dl.bintray.com/content/shemnon/javafx-gradle/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.jar
http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/maven-metadata.xml
http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.pom
http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.jar
http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot/org.bitbucket.shemnon.javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/ivy-8.1.2-SNAPSHOT.xml
http://repository-javafx-gradle-plugin.forge.cloudbees.com/snapshot/org.bitbucket.shemnon.javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.jar
https://repo1.maven.org/maven2/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/maven-metadata.xml
https://repo1.maven.org/maven2/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.pom
https://repo1.maven.org/maven2/org/bitbucket/shemnon/javafxplugin/gradle-javafx-plugin/8.1.2-SNAPSHOT/gradle-javafx-plugin-8.1.2-SNAPSHOT.jar
Required by:
unspecified:unspecified:unspecified`
Could not find org.bitbucket.shemnon.javafxplugin:gradle-javafx-plugin:8.1.2-SNAPSHOT.

@gulpinarb
Copy link

I have the same problem during compile on MAC OS. Couldn't solve it yet. I will be appreciated, if you had solved and share :)

@dmullin1
Copy link

I am having the exact same issue on Mac OS and Windows. I was planning on using this as a part of a school project but without being able to compile I am having difficulties. Would be very appreciative if anyone has a solution.

jphavoc pushed a commit to jphavoc/metastone that referenced this issue Oct 20, 2017
@jphavoc
Copy link

jphavoc commented Oct 20, 2017

I was able to fix this issue. Just wait for the pull-request or try my fork.

I changed the app/build.gradle with the information i found here. I can now execute ./gradlew run and ./gradlew idea to do a setup in IntelliJ on my MacOS system. This fix should also work on Windows/Linux.

webadict added a commit that referenced this issue Aug 17, 2018
Fixed javafx dependencies in app/build.gradle #380
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

4 participants