Dierk / frepl-gui

GUI for the frege repl
Apache License 2.0
25 stars 5 forks source link

Could not resolve all dependencies for configuration ':classpath'. #4

Closed TomasMikula closed 9 years ago

TomasMikula commented 9 years ago

I get the following error when trying to build:

$ gradle clean :client:run

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'frepl'.
> Could not resolve all dependencies for configuration ':classpath'.
   > Could not find frege:frege-repl-core:1.1.1-SNAPSHOT.
     Searched in the following locations:
         file:/home/tomas/.m2/repository/frege/frege-repl-core/1.1.1-SNAPSHOT/maven-metadata.xml
         file:/home/tomas/.m2/repository/frege/frege-repl-core/1.1.1-SNAPSHOT/frege-repl-core-1.1.1-SNAPSHOT.pom
         file:/home/tomas/.m2/repository/frege/frege-repl-core/1.1.1-SNAPSHOT/frege-repl-core-1.1.1-SNAPSHOT.jar
         https://oss.sonatype.org/content/groups/public/frege/frege-repl-core/1.1.1-SNAPSHOT/maven-metadata.xml
         https://oss.sonatype.org/content/groups/public/frege/frege-repl-core/1.1.1-SNAPSHOT/frege-repl-core-1.1.1-SNAPSHOT.pom
         https://oss.sonatype.org/content/groups/public/frege/frege-repl-core/1.1.1-SNAPSHOT/frege-repl-core-1.1.1-SNAPSHOT.jar
     Required by:
         org.frege:frepl:0.1.0-SNAPSHOT > org.frege-lang:frege-gradle-plugin:0.1-SNAPSHOT
   > Could not find com.theoryinpractise.frege:frege:3.22.367-g2737683-g2737683.
     Searched in the following locations:
         file:/home/tomas/.m2/repository/com/theoryinpractise/frege/frege/3.22.367-g2737683-g2737683/frege-3.22.367-g2737683-g2737683.pom
         file:/home/tomas/.m2/repository/com/theoryinpractise/frege/frege/3.22.367-g2737683-g2737683/frege-3.22.367-g2737683-g2737683.jar
         https://oss.sonatype.org/content/groups/public/com/theoryinpractise/frege/frege/3.22.367-g2737683-g2737683/frege-3.22.367-g2737683-g2737683.pom
         https://oss.sonatype.org/content/groups/public/com/theoryinpractise/frege/frege/3.22.367-g2737683-g2737683/frege-3.22.367-g2737683-g2737683.jar
     Required by:
         org.frege:frepl:0.1.0-SNAPSHOT > org.frege-lang:frege-gradle-plugin:0.1-SNAPSHOT
   > Could not find com.theoryinpractise.frege:frege:3.22.367-g2737683-g2737683.
     Searched in the following locations:
         file:/home/tomas/.m2/repository/com/theoryinpractise/frege/frege/3.22.367-g2737683-g2737683/frege-3.22.367-g2737683-g2737683.pom
         file:/home/tomas/.m2/repository/com/theoryinpractise/frege/frege/3.22.367-g2737683-g2737683/frege-3.22.367-g2737683-g2737683.jar
         https://oss.sonatype.org/content/groups/public/com/theoryinpractise/frege/frege/3.22.367-g2737683-g2737683/frege-3.22.367-g2737683-g2737683.pom
         https://oss.sonatype.org/content/groups/public/com/theoryinpractise/frege/frege/3.22.367-g2737683-g2737683/frege-3.22.367-g2737683-g2737683.jar
     Required by:
         org.frege:frepl:0.1.0-SNAPSHOT > org.frege-lang:frege-gradle-plugin:0.1-SNAPSHOT > com.github.mperry.frege:native-gen:0.1-SNAPSHOT

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
Dierk commented 9 years ago

yes, there was an error in the dependencies. please make sure you have the latest "pull". For just using it, you can also use the download as provided in the readme

thanks for posting Dierk

TomasMikula commented 9 years ago

Hi Dierk,

unfortunately, I get this with a freshly cloned repository.

Where should the mentioned SNAPSHOT artifacts be downloaded from? Obviously, they are not in https://oss.sonatype.org/content/groups/public/

Dierk commented 9 years ago

Marimuthu is about to put them there but hasn't yet. If you really want to build (and not merely use ) the reply gui then you have clone both from the Frege github site and do a local mvn install. For just using the repl, I recommend the download link.

TomasMikula commented 9 years ago

Yeah, I just want to check it out. The download works, thanks.