DSpace-Labs / SAFBuilder

Builds a Simple Archive Format package from files and a spreadsheet
https://wiki.duraspace.org/display/DSPACE/Simple+Archive+Format+Packager
45 stars 35 forks source link

SAF Builder error #16

Open nrc38 opened 7 years ago

nrc38 commented 7 years ago

Hello, I'm trying to create a batch zip file using Simple Archive Format builder but I am continually getting two errors that are preventing me from moving forward. Please help.

nick@HAL2 MINGW64 ~/SAFBuilder (master) $ ./safbuilder.sh Recompiling SAFBuilder, just a moment... ./safbuilder.sh: line 3: mvn: command not found ./safbuilder.sh: line 22: mvn: command not found

saraccob commented 7 years ago

I'm experiencing the same error. Windows 10 running from Git Bash.

tdonohue commented 7 years ago

This error says that mvn (Maven) is not found. Per the README you must have Maven installed. So, either Maven is not installed on your machine, or it is not in your PATH environment variable.

saraccob commented 7 years ago

Thank you. I will double-check to make sure it is installed. Appreciate the help.