Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 1 | REPO=$HOME/.m2/repository |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 2 | SCALA=$REPO/org/apache/servicemix/bundles/org.apache.servicemix.bundles.scala-library/2.9.1_3/org.apache.servicemix.bundles.scala-library-2.9.1_3.jar |
| 3 | CLASSPATH=$SCALA:$REPO/org/apache/felix/org.apache.felix.main/4.0.3/org.apache.felix.main-4.0.3.jar:sample/target/servicediagnostics.sample-0.1.1-SNAPSHOT.jar |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 4 | #scala |
| 5 | java -classpath $CLASSPATH org.apache.felix.servicediagnostics.sample.FelixLauncher \ |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 6 | $SCALA\ |
Arjun Panday | 1bf710c | 2013-02-13 13:31:45 +0000 | [diff] [blame] | 7 | core/target/org.apache.felix.servicediagnostics.plugin-0.1.3-SNAPSHOT.jar\ |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 8 | sample/target/servicediagnostics.sample-0.1.1-SNAPSHOT.jar\ |
| 9 | $REPO/org/apache/felix/org.apache.felix.main/4.0.3/org.apache.felix.main-4.0.3.jar\ |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 10 | $REPO/org/apache/felix/org.apache.felix.dependencymanager/3.0.0/org.apache.felix.dependencymanager-3.0.0.jar\ |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 11 | $REPO/org/apache/felix/org.apache.felix.dependencymanager.shell/3.0.0/org.apache.felix.dependencymanager.shell-3.0.0.jar\ |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 12 | $REPO/org/apache/felix/org.apache.felix.scr/1.6.0/org.apache.felix.scr-1.6.0.jar\ |
| 13 | $REPO/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar\ |
| 14 | $REPO/org/apache/felix/org.apache.felix.http.jetty/2.2.0/org.apache.felix.http.jetty-2.2.0.jar\ |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 15 | $REPO/org/apache/felix/org.apache.felix.webconsole/4.0.0/org.apache.felix.webconsole-4.0.0.jar\ |
| 16 | $REPO/org/apache/felix/org.apache.felix.shell/1.4.3/org.apache.felix.shell-1.4.3.jar\ |
| 17 | $REPO/org/apache/commons/com.springsource.org.apache.commons.fileupload/1.2.1/com.springsource.org.apache.commons.fileupload-1.2.1.jar\ |
| 18 | $REPO/org/apache/commons/com.springsource.org.apache.commons.io/1.4.0/com.springsource.org.apache.commons.io-1.4.0.jar\ |
| 19 | $REPO/org/apache/geronimo/bundles/json/20090211_1/json-20090211_1.jar\ |
| 20 | $REPO/org/apache/felix/org.apache.felix.webconsole.plugins.shell/1.0.0-SNAPSHOT/org.apache.felix.webconsole.plugins.shell-1.0.0-SNAPSHOT.jar |
| 21 | |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 22 | |