User: juhalindfors
Date: 02/02/05 07:02:38
Modified: . build.xml
Log:
also remove from system classpath to force mlet loading from jars
Revision Changes Path
1.12 +7 -1 jmx/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jmx/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 2002/02/05 13:23:20 1.11
+++ build.xml 2002/02/05 15:02:38 1.12
@@ -12,7 +12,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.11 2002/02/05 13:23:20 juhalindfors Exp $ -->
+<!-- $Id: build.xml,v 1.12 2002/02/05 15:02:38 juhalindfors Exp $ -->
<project default="main" name="JBoss/JMX">
@@ -206,6 +206,12 @@
<delete
file="${build.classes}/test/implementation/loading/support/StartMBean.class"/>
<delete
file="${build.classes}/test/implementation/loading/support/Target.class"/>
<delete
file="${build.classes}/test/implementation/loading/support/TargetMBean.class"/>
+
+ <delete file="${build.classes}/test/compliance/loading/support/AClass.class"/>
+ <delete
file="${build.classes}/test/compliance/loading/support/AnotherTrivial.class"/>
+ <delete
file="${build.classes}/test/compliance/loading/support/AnotherTrivialMBean.class"/>
+ <delete file="${build.classes}/test/compliance/loading/support/Trivial.class"/>
+ <delete
file="${build.classes}/test/compliance/loading/support/TrivialMBean.class"/>
</target>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development