Hello everybody, I'm not sure if this mailing list is the correct address for this case, but I haven't found a list espacially for DSpace-Cris and I have noticed, that here are a lot of questions concerning this fork.
I have some trouble setting up DSpace Cris in the newest version. This is what I have done: * git clone https://github.com/Cineca/DSpace.git * edited [dspace-cris-root]/build.properties setting the correct paths and database settings * cd [dspace-cris-root] * mvn package This is where I get an error: [INFO] Reactor Summary: [INFO] [INFO] DSpace Parent Project ............................. SUCCESS [3.474s] [INFO] DSpace Services Framework :: API and Implementation SUCCESS [1.954s] [INFO] DSpace Kernel :: API and Implementation ........... FAILURE [5.826s] [...] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project dspace-api: Compilation failure: Compilation failure: [ERROR] /srv/dspace/DSpaceCris/dspace-api/src/main/java/org/dspace/statistics/util/StatisticsImporter.java:[280,29] no suitable method found for postView(org.dspace.content.DSpaceObject,java.lang.String,java.lang.String,org.dspace.eperson.EPerson) [ERROR] method org.dspace.statistics.SolrLogger.postView(org.dspace.content.DSpaceObject,java.lang.String,java.lang.String,java.lang.String,org.dspace.eperson.EPerson) is not applicable [ERROR] (actual and formal argument lists differ in length) [ERROR] method org.dspace.statistics.SolrLogger.postView(org.dspace.content.DSpaceObject,javax.servlet.http.HttpServletRequest,org.dspace.eperson.EPerson) is not applicable [ERROR] (actual and formal argument lists differ in length) [...] There are even more error messages following. Any ideas whats going wrong here? ------------------------------------------------------------------------------ _______________________________________________ DSpace-tech mailing list DSpace-tech@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette