Arjun Panday | a9e219c | 2013-09-16 10:54:54 +0000 | [diff] [blame] | 1 | # CHANGE THE PLUGIN PATH TO TEST A SPECIFIC VERSION |
| 2 | PLUGIN=core/target/org.apache.felix.servicediagnostics.plugin-0.1.4-SNAPSHOT.jar |
| 3 | |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 4 | REPO=$HOME/.m2/repository |
Arjun Panday | a456016 | 2013-09-16 13:53:27 +0000 | [diff] [blame] | 5 | SCALA=$REPO/org/scala-lang/scala-library/2.10.0/scala-library-2.10.0.jar |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 6 | 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] | 7 | #scala |
| 8 | java -classpath $CLASSPATH org.apache.felix.servicediagnostics.sample.FelixLauncher \ |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 9 | $SCALA\ |
Arjun Panday | a9e219c | 2013-09-16 10:54:54 +0000 | [diff] [blame] | 10 | $PLUGIN\ |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 11 | sample/target/servicediagnostics.sample-0.1.1-SNAPSHOT.jar\ |
| 12 | $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] | 13 | $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] | 14 | $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] | 15 | $REPO/org/apache/felix/org.apache.felix.scr/1.6.0/org.apache.felix.scr-1.6.0.jar\ |
| 16 | $REPO/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar\ |
| 17 | $REPO/org/apache/felix/org.apache.felix.http.jetty/2.2.0/org.apache.felix.http.jetty-2.2.0.jar\ |
Arjun Panday | 5f0f4d2 | 2013-07-05 10:27:02 +0000 | [diff] [blame] | 18 | $REPO/org/apache/felix/org.apache.felix.webconsole/4.2.0/org.apache.felix.webconsole-4.2.0.jar\ |
Arjun Panday | 0462b39 | 2012-11-07 18:55:10 +0000 | [diff] [blame] | 19 | $REPO/org/apache/felix/org.apache.felix.shell/1.4.3/org.apache.felix.shell-1.4.3.jar\ |
| 20 | $REPO/org/apache/commons/com.springsource.org.apache.commons.fileupload/1.2.1/com.springsource.org.apache.commons.fileupload-1.2.1.jar\ |
| 21 | $REPO/org/apache/commons/com.springsource.org.apache.commons.io/1.4.0/com.springsource.org.apache.commons.io-1.4.0.jar\ |
| 22 | $REPO/org/apache/geronimo/bundles/json/20090211_1/json-20090211_1.jar\ |
| 23 | $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 |
| 24 | |
Carsten Ziegeler | db30186 | 2011-11-18 09:40:49 +0000 | [diff] [blame] | 25 | |