summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/aop-logging/test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/rfeng/aop-logging/test.bat')
-rw-r--r--sandbox/rfeng/aop-logging/test.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/sandbox/rfeng/aop-logging/test.bat b/sandbox/rfeng/aop-logging/test.bat
index 4a160e6ff2..379f5be580 100644
--- a/sandbox/rfeng/aop-logging/test.bat
+++ b/sandbox/rfeng/aop-logging/test.bat
@@ -1,3 +1,5 @@
@echo off
set ASPECTJ_HOME=c:\aspectj1.6
-call %ASPECTJ_HOME%\bin\aj5.bat -cp target\classes;target\test-classes org.apache.tuscany.sca.aspectj.TracingTestCase \ No newline at end of file
+set TUSCANY_HOME=C:\Apache\tuscany-sca-1.3
+set CP=%TUSCANY_HOME%\lib\tuscany-sca-manifest.jar;%TUSCANY_HOME%\samples\calculator\target\sample-calculator.jar
+call %ASPECTJ_HOME%\bin\aj5.bat -cp %CP%;target\classes;target\test-classes calculator.CalculatorClient \ No newline at end of file