calipho-sib / nextprot-api

neXtProt API - From SIB CALIPHO group; neXtProt project
https://api.nextprot.org
Other
16 stars 4 forks source link

When project build: package org.springframework.context.support does not exist #29

Closed dino10bit closed 3 years ago

dino10bit commented 3 years ago

Hello, I cloned nextprot-api ropo. Java version: adopt-openj9-1.8 In intellij, when I run "Build project", returned:

/Users/bob/projects/nextprot-api/tasks/src/main/java/org/nextprot/api/tasks/PopulateRDBMSWithQueriesApp.java:3:43 java: package org.springframework.context.support does not exist

How to build nextprot-api ? Which Java version are you using?

pamichel commented 3 years ago

Hi Dino, Sorry to respond so late we're very busy. I have updated the README.md in root dir. You must use mvn to install everything, i.e $> mvn clean compile install -DskipTests But you will need to create postgres databases for it wo work properly. And some other services are required in many use cases (solr, SPARQL end-point and pepx services)

pamichel commented 3 years ago

We are still compiling with java 8. If you need more information please feel free to contact us again. Hope this helps.