Hi Jabref Team ,
I am new to JabRef development , I am trying to build jabref from the source , but I am getting errors for imports due to which I am not able o build the project. Kindly Help to take this forward. .
I am getting issues in the below files
File :org.jabref.logic.importer.fileformat
Import : org.jabref.logic.importer.fileformat.medline
File :org.jabref.logic.importer.fileformat
import org.jabref.logic.importer.fileformat.mods.AbstractDefinition(and all the other mods Import)
File:org.jabref.logic.importer.fileformat.mods.AbstractDefinition
Issue is at Line 86 :List entries = file.getEntry();
File :org.jabref.logic.exporter
org.jabref.logic.importer.fileformat.bibtexml
File : org.jabref.logic.exporter
import org.jabref.logic.importer.fileformat.mods.AbstractDefinition(and all the other mods Import)
I followed the steps t build jabref from sources from “https://github.com/JabRef/jabref/wiki”.
I have cloned the project from GIThub and followed the instructions to build the same. I checked , if there was some problem with the cloning , but these files are not present in master branch as well.
Kindly Help for the same.
Thanks and regards