yosid16 / EDU-ProM

Process mining for non-interactive usage
13 stars 8 forks source link

Where to find org.processmining.* dependencies? #5

Open davidglavas opened 5 years ago

davidglavas commented 5 years ago

I'm trying to use LogHelper to load csv and xes files and can't find the following files:

import org.processmining.log.csv.CSVFileReferenceOpenCSVImpl;
import org.processmining.log.csv.config.CSVConfig;
import org.processmining.log.csvimport.CSVConversion.ConversionResult;
import org.processmining.log.csvimport.config.CSVConversionConfig;
import org.processmining.log.csvimport.exception.CSVConversionException

I tried searching for them in the repo here and elsewhere online but can't find them. How do I get these imports to work?

yosid16 commented 5 years ago

Were you able to resolve this? Did gradle build completed successfully?