mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-14 15:26:31 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@747 84d0f5b1-2673-498c-a247-62c4ff18d310
16 lines
567 B
Bash
Executable File
16 lines
567 B
Bash
Executable File
# agent
|
|
mvn clean install eclipse:eclipse package dependency:copy-dependencies -Dmaven.test.skip
|
|
|
|
cd ./target/classes
|
|
jar cvfM HippoAgent.jar ./src/META-INF/MANIFEST.MF ./*
|
|
|
|
rm -fr ../../../hippo-testbed/agent
|
|
mkdir ../../../hippo-testbed/agent
|
|
cp ./HippoAgent.jar ../../../hippo-testbed/agent
|
|
|
|
cd ../../../hippo-tomcat-profiler
|
|
cp ./target/dependency/javassist-3.16.1-GA.jar ../hippo-testbed/agent
|
|
cp ./target/dependency/hippo-commons-0.0.1.jar ../hippo-testbed/agent
|
|
cp ./lib/libthrift-0.8.0.wolog.jar ../hippo-testbed/agent
|
|
cp ./runscript/* ../hippo-testbed/agent
|