You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: