Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAF Builder error #16

Open
nrc38 opened this issue Mar 21, 2017 · 3 comments
Open

SAF Builder error #16

nrc38 opened this issue Mar 21, 2017 · 3 comments

Comments

@nrc38
Copy link

nrc38 commented Mar 21, 2017

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
Copy link

saraccob commented Apr 5, 2017

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

@tdonohue
Copy link
Member

tdonohue commented Apr 7, 2017

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
Copy link

saraccob commented Apr 7, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants