Code Review
/
onosfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8d4aa00
)
Sets build environments for manually building components without the
43/2743/1
author
Ashlee Young
<ashlee@onosfw.com>
Fri, 23 Oct 2015 14:30:04 +0000
(07:30 -0700)
committer
Ashlee Young
<ashlee@onosfw.com>
Fri, 23 Oct 2015 14:30:53 +0000
(07:30 -0700)
build.sh script
Change-Id: I19e83961fdeaa8705d6ed4676ecc08d2c4216b7c
Signed-off-by: Ashlee Young <ashlee@onosfw.com>
setenv.sh
[new file with mode: 0755]
patch
|
blob
diff --git a/setenv.sh
b/setenv.sh
new file mode 100755
(executable)
index 0000000..
7900eba
--- /dev/null
+++ b/
setenv.sh
@@ -0,0
+1,6
@@
+#!/bin/bash
+export GERRITROOT="$(pwd)"
+export ANT_HOME=$GERRITROOT/framework/src/ant/apache-ant-1.9.6
+export M2_HOME=$GERRITROOT/framework/build/maven
+export M2=$M2_HOME/bin
+export PATH=$PATH:$ANT_HOME/bin:$M2