From 22bda2aba98fbb01064b27c032bf3a8298846438 Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Tue, 4 Jun 2013 06:20:55 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[NOBTS]=20?= =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@1758 84d0f5b1-2673-498c-a247-62c4ff18d310 --- build.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/build.sh b/build.sh index 93bcc9ca0..1c6f9a648 100755 --- a/build.sh +++ b/build.sh @@ -1,25 +1,25 @@ # profiler pushd . -cd ../hippo-tomcat-profiler +cd ../pinpoint-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 +rm -fr ../pinpoint-testbed/agent +mkdir -p ../pinpoint-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 ./target/pinpoint-profiler-bootstrap-0.0.2-jar-with-dependencies.jar ../pinpoint-testbed/agent/pinpoint-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 ../pinpoint-tomcat-profiler/target/pinpoint-profiler-0.0.3-SNAPSHOT.jar ../pinpoint-testbed/agent/lib +cp ../pinpoint-tomcat-profiler/target/dependency/javassist-3.16.1-GA.jar ../pinpoint-testbed/agent/lib +cp ../pinpoint-tomcat-profiler/target/dependency/libthrift-0.9.0.jar ../pinpoint-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 ../pinpoint-tomcat-profiler/target/dependency/log4j-1.2.16.jar ../pinpoint-testbed/agent/lib +cp ../pinpoint-tomcat-profiler/target/dependency/slf4j-log4j12-1.6.6.jar ../pinpoint-testbed/agent/lib +cp ../pinpoint-tomcat-profiler/target/dependency/slf4j-api-1.6.6.jar ../pinpoint-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 \ No newline at end of file +cp ../pinpoint-tomcat-profiler/runscript/help.txt ../pinpoint-testbed/agent +cp ../pinpoint-tomcat-profiler/runscript/pinpoint.config ../pinpoint-testbed/agent +cp ../pinpoint-tomcat-profiler/runscript/log4j.xml ../pinpoint-testbed/agent/lib \ No newline at end of file