mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-27 21:56:38 +10:00
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@1546 84d0f5b1-2673-498c-a247-62c4ff18d310
25 lines
1.3 KiB
Bash
Executable File
25 lines
1.3 KiB
Bash
Executable File
# profiler
|
|
pushd .
|
|
cd ../hippo-tomcat-profiler
|
|
mvn clean install eclipse:eclipse package dependency:copy-dependencies -Dmaven.test.skip -P withThrift -Dthrift.executable.property=/Users/netspider/DEV-TOOLS/thrift-0.9.0/bin/thrift
|
|
popd
|
|
|
|
# bootstrap
|
|
mvn clean install eclipse:eclipse package dependency:copy-dependencies -Dmaven.test.skip
|
|
|
|
rm -fr ../hippo-testbed/agent
|
|
mkdir -p ../hippo-testbed/agent/lib
|
|
|
|
cp ./target/hippo-profiler-bootstrap-0.0.2-jar-with-dependencies.jar ../hippo-testbed/agent/hippo-profiler-bootstrap-0.0.2.jar
|
|
|
|
cp ../hippo-tomcat-profiler/target/hippo-tomcat-profiler-0.0.2.jar ../hippo-testbed/agent/lib
|
|
cp ../hippo-tomcat-profiler/target/dependency/javassist-3.16.1-GA.jar ../hippo-testbed/agent/lib
|
|
cp ../hippo-tomcat-profiler/target/dependency/libthrift-0.9.0.jar ../hippo-testbed/agent/lib
|
|
|
|
cp ../hippo-tomcat-profiler/target/dependency/log4j-1.2.16.jar ../hippo-testbed/agent/lib
|
|
cp ../hippo-tomcat-profiler/target/dependency/slf4j-log4j12-1.6.6.jar ../hippo-testbed/agent/lib
|
|
cp ../hippo-tomcat-profiler/target/dependency/slf4j-api-1.6.6.jar ../hippo-testbed/agent/lib
|
|
|
|
cp ../hippo-tomcat-profiler/runscript/help.txt ../hippo-testbed/agent
|
|
cp ../hippo-tomcat-profiler/runscript/hippo.config ../hippo-testbed/agent
|
|
cp ../hippo-tomcat-profiler/runscript/log4j.xml ../hippo-testbed/agent/lib |