From: Kabir K. <ka...@us...> - 2004-09-09 20:08:02
|
User: kabkhan Date: 04/09/09 13:07:55 Modified: . build.xml Log: Set java.system.class.loader to AOP SystemClassLoader in junit call in tests-baseaop-unit target, to allow for loadtime aop transformations to take place when running its test case Revision Changes Path 1.403 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.402 retrieving revision 1.403 diff -u -r1.402 -r1.403 --- build.xml 9 Sep 2004 19:23:29 -0000 1.402 +++ build.xml 9 Sep 2004 20:07:54 -0000 1.403 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.402 2004/09/09 19:23:29 starksm Exp $ --> +<!-- $Id: build.xml,v 1.403 2004/09/09 20:07:54 kabkhan Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -6157,6 +6157,7 @@ timeout="${junit.timeout}" jvm="${junit.jvm}"> + <sysproperty key="java.system.class.loader" value="org.jboss.aop.standalone.SystemClassLoader"/> <sysproperty key="jboss.aop.path" file="${source.resources}/aop/META-INF/jboss-aop.xml"/> <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/> <sysproperty key="build.testlog" value="${build.testlog}"/> |