saving . . . saved Batch Not Created has been deleted. Batch Not Created has been hidden .
Batch Not Created
Title
Question
i try to rus SAF but its not run and not create batch successfully

DSpace Batch-import-of-items 02-03 min 50-60 sec 13-02-21, 4:29 p.m. bhagvangavit@gmail.com

Answers:

Ensure that you have updated the contents of safbuilder.bat file as follows.
@echo off 
call mvn -DskipTests=true clean package 
call mvn exec:java -Dexec.mainClass="safbuilder.BatchProcess" -Dexec.args="%1 %2" 
echo "SAF Created"

Ensure that your present working directory is canged to parenet directory of safbuilder.bat file.

Also, while running the safbuilder.bat file, you need to provide the correct path of metadata csv file.
15-02-21, 11:35 a.m. pankajap@cse.iitb.ac.in


Log-in to answer to this question.