summaryrefslogtreecommitdiffstats
path: root/jjb/nsh_sfc/include-raw-nsh_sfc-build.sh
AgeCommit message (Collapse)AuthorFilesLines
2016-11-03Make sure that null checks against $MVN are correctAndrew Grimberg1-1/+1
Checking to see if a string is not null doesn't work well when the string isn't quoted. Change-Id: I62457be5a2e4135dfe47dafc8ec742b13b0a8016 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2016-10-28Make dynamic Maven work on Ubuntu 14.04Vanessa Rene Valderrama1-1/+2
The command realpath is not installed on Ubuntu 14.04 by default. It is causing an extraneous path check which if the path doesn't exist the build would fail anyway. Change-Id: If38eb993ed5a9e3517fe6b85f8eb5bce49b6bbce Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-10-28Address change of MVN pathC.J. Collier1-1/+6
* set ${MAVEN_HOME} to different value depending on whether ${MVN} is set Change-Id: I456ff57f31b4f04be5cb7aa6a3edc1d76ee56a19 Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-08-29Enable NSH_SFC to use mvn to build its java bindingsEd Warnicke1-0/+3
Change-Id: Ie337a3de765d290f4777577f35ad3563668958e8 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-06-07Initial nsh_sfc jjbEd Warnicke1-0/+35
Change-Id: If77fdd4778eb54b3cba683a94b3cb84d1203fd00 Signed-off-by: Ed Warnicke <eaw@cisco.com>