plast-lab / doop

The official repo of Doop, the declarative pointer analysis framework.
http://plast-lab.github.io/
Other
159 stars 21 forks source link

https://clyze.jfrog.io seems to be offline #5

Open chennbnbnb opened 1 year ago

chennbnbnb commented 1 year ago

when i build doop i got such messages:

Could not determine the dependencies of task ':generators:fact-generator-common:shadowJar'.
> Could not resolve all dependencies for configuration ':generators:fact-generator-common:compileClasspath'.
   > Could not resolve org.clyze:clue-common:3.25.3.
     Required by:
         project :generators:fact-generator-common
      > Could not resolve org.clyze:clue-common:3.25.3.
         > Could not parse POM https://clyze.jfrog.io/artifactory/default-maven-local/org/clyze/clue-common/3.25.3/clue-common-3.25.3.pom
            > Already seen doctype.
   > Could not resolve org.clyze:metadata-model:2.4.1.
     Required by:
         project :generators:fact-generator-common
      > Could not resolve org.clyze:metadata-model:2.4.1.
         > Could not parse POM https://clyze.jfrog.io/artifactory/default-maven-local/org/clyze/metadata-model/2.4.1/metadata-model-2.4.1.pom
            > Already seen doctype.
   > Could not resolve org.clyze:native-scanner:0.6.6.
     Required by:
         project :generators:fact-generator-common
      > Could not resolve org.clyze:native-scanner:0.6.6.
         > Could not parse POM https://clyze.jfrog.io/artifactory/default-maven-local/org/clyze/native-scanner/0.6.6/native-scanner-0.6.6.pom
            > Already seen doctype.

https://clyze.jfrog.io seems to be offline

yanniss commented 1 year ago

Thanks for pointing out! We'll look into fixing. Falling back to our secondary artifactory (comment out the two lines with "jfrog" in build.gradle and uncomment the entries with "centauri") will work, but will require opt-in for http instead of https ("allowInsecureProtocol true", as in other cases in build.gradle).

Long term, we'll fix this some other way.