commit | 3e8d084999810998ef99604511317a14ebc0a68b | [log] [tgz] |
---|---|---|
author | Muroi Yoshitomo <freestyle.yoshikun@gmail.com> | Thu Jan 02 15:49:38 2014 -0800 |
committer | Muroi Yoshitomo <freestyle.yoshikun@gmail.com> | Thu Jan 02 15:49:38 2014 -0800 |
tree | 517b22e07c684a613615996e15d3730e2876c415 | |
parent | 13b7ee0d1468a36229bb63d042bed514fbfde3eb [diff] | |
parent | 6e4eca52564286eeaa2b0998944355e6bf88dd94 [diff] |
Merge pull request #6 from y-higuchi/RAMCloud-yoshi Add ONOS itself to ClassPath
diff --git a/start-onos.sh b/start-onos.sh index d0c1a91..e2294fe 100755 --- a/start-onos.sh +++ b/start-onos.sh
@@ -52,6 +52,7 @@ ${MVN} -f ${ONOS_HOME}/pom.xml compile fi JAVA_CP=`cat ${ONOS_HOME}/.javacp` +JAVA_CP="${JAVA_CP}:${ONOS_HOME}/target/classes" #<logger name="net.floodlightcontroller.linkdiscovery.internal" level="TRACE"/>