Hello Ben.

I try to run TreeChaceAop standalone.
run.aopc.batch task runs with AopLRUPolicyUnitTestCase failure only.
But I can't make it to work as separate (not ant) task.
The error happens the same as above does.
Here is the script i use to run the ReplicatedAopTest from JBossCache home dir.

#!/bin/sh
  | CACHE_HOME=.
  | sh $CACHE_HOME/build.sh aopc
  | for nextjar in `ls $CACHE_HOME/lib/*.jar`
  | do
  |     LIBS=$LIBS:$nextjar
  | done
  | export CLASSPATH=$LIBS:$CACHE_HOME/output/build:$CACHE_HOME/output/etc
  | java junit.swingui.TestRunner 
org.jboss.test.cache.test.standAloneAop.ReplicatedAopTest

It seems Ant helps to the Cache in some odd way. Can't imagine how.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842509#3842509

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842509


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to