opengeospatial / teamengine-builder

Scripts to help install and build teamengine
Apache License 2.0
2 stars 5 forks source link

build_te.sh shoud not check java and maven by "java" and "maven" from grep output #12

Closed bangph closed 5 years ago

bangph commented 8 years ago

As build_te.sh check installed java and maven by "java" and "maven" from grep output. It does not work as if:

so this script should check by grep output with "version" is enough to make sure these binary files are existing.

aaime commented 6 years ago

I have had the same issue with OpenJDK

dstenger commented 6 years ago

Thank you for reporting. We will do further investigations.

keshavnangare commented 6 years ago

Fixed with this commit: 212ef334eb85d83ab7b7bf42a2d4ffd7396fe671

dstenger commented 6 years ago

@keshav-nangare Can you please create a pull request?

keshavnangare commented 6 years ago

Created the PR.