|
From: John S. <sto...@us...> - 2002-12-01 04:37:02
|
User: stormy_sky
Date: 02/11/30 20:37:01
Modified: . build.xml
Log:
Added an initial implementation of the EJB Timer Service using the JBoss Scheduler. It does not support transaction, persistence nor MDBs.
Revision Changes Path
1.196 +3 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- build.xml 30 Nov 2002 20:11:27 -0000 1.195
+++ build.xml 1 Dec 2002 04:37:01 -0000 1.196
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.195 2002/11/30 20:11:27 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.196 2002/12/01 04:37:01 stormy_sky Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -3141,9 +3141,10 @@
<pathelement location="${build.resources}"/>
<path refid="tests.classpath"/>
</classpath>
-
+<!--
<formatter classname="org.jboss.ant.taskdefs.XMLJUnitResultFormatter"
extension=".xml" usefile="${junit.formatter.usefile}"/>
+-->
<batchtest todir="${build.reports}"
haltonerror="${junit.batchtest.haltonerror}"
|