Giter Site home page Giter Site logo

computefp's People

Contributors

kaibioinfo avatar

Watchers

 avatar  avatar

computefp's Issues

Missing dependencies in the build-file

Hei,

unfortunately I receive the errors when using gradle distInstall. It seems that a couple of dependencies cannot be found, such as: jmzml (in version 1.7.11), cpdetector, ... I added them manually to the build.gradle file:

repositories {
    mavenLocal()
    mavenCentral()
    maven {//public libs only so anybody can build the frontend without login
        url "https://bio.informatik.uni-jena.de/repository/libs-oss"
    }
    maven {
        url "https://www.ebi.ac.uk/Tools/maven/repos/content/groups/ebi-repo"
    }
    maven {
        url "https://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/"
    }
    maven {
        url "https://mvnrepository.com/artifact/antlr/antlr"
    }
}

dependencies {
    compile group: 'uk.ac.ebi.jmzml', name: 'jmzml', version: '1.7.11'
    compile group: 'cpdetector', name: 'cpdetector', version: '1.0.7'
    compile "de.unijena.bioinf.ms:fingerprinter_oss:1.3.0-SNAPSHOT"
    compile "de.unijena.bioinf.ms:chemistry_base:4.3.0-SNAPSHOT"
}

However, still I receive "missing dependency" exceptions for other packages:

> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.antlr:com.springsource.antlr:2.7.7.
     Searched in the following locations:
       - file:/home/bach/.m2/repository/org/antlr/com.springsource.antlr/2.7.7/com.springsource.antlr-2.7.7.pom
       - https://repo.maven.apache.org/maven2/org/antlr/com.springsource.antlr/2.7.7/com.springsource.antlr-2.7.7.pom
       - https://bio.informatik.uni-jena.de/repository/libs-oss/org/antlr/com.springsource.antlr/2.7.7/com.springsource.antlr-2.7.7.pom
       - https://www.ebi.ac.uk/Tools/maven/repos/content/groups/ebi-repo/org/antlr/com.springsource.antlr/2.7.7/com.springsource.antlr-2.7.7.pom
       - https://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/org/antlr/com.springsource.antlr/2.7.7/com.springsource.antlr-2.7.7.pom
       - https://mvnrepository.com/artifact/antlr/antlr/org/antlr/com.springsource.antlr/2.7.7/com.springsource.antlr-2.7.7.pom
     Required by:
         project :
         project : > cpdetector:cpdetector:1.0.7
   > Could not find net.sourceforge.cpdetector:cpdetector:1.0.7.
     Searched in the following locations:
       - file:/home/bach/.m2/repository/net/sourceforge/cpdetector/cpdetector/1.0.7/cpdetector-1.0.7.pom
       - https://repo.maven.apache.org/maven2/net/sourceforge/cpdetector/cpdetector/1.0.7/cpdetector-1.0.7.pom
       - https://bio.informatik.uni-jena.de/repository/libs-oss/net/sourceforge/cpdetector/cpdetector/1.0.7/cpdetector-1.0.7.pom
       - https://www.ebi.ac.uk/Tools/maven/repos/content/groups/ebi-repo/net/sourceforge/cpdetector/cpdetector/1.0.7/cpdetector-1.0.7.pom
       - https://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/net/sourceforge/cpdetector/cpdetector/1.0.7/cpdetector-1.0.7.pom
       - https://mvnrepository.com/artifact/antlr/antlr/net/sourceforge/cpdetector/cpdetector/1.0.7/cpdetector-1.0.7.pom
     Required by:
         project : > uk.ac.ebi.jmzml:jmzml:1.7.11 > uk.ac.ebi.pride.architectural:pride-xml-handling:1.0.3 > psidev.psi.tools:xxindex:0.23

Could you indicate how to set the dependencies properly?

Best regards,

Eric

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.