[jboss-svn-commits] JBL Code SVN: r33884 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Jul 14 14:56:50 EDT 2010


Author: whitingjr
Date: 2010-07-14 14:56:50 -0400 (Wed, 14 Jul 2010)
New Revision: 33884

Modified:
   labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml
Log:
Added delete.

Modified: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml	2010-07-14 18:51:53 UTC (rev 33883)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/scripts/server-controller/server-api.xml	2010-07-14 18:56:50 UTC (rev 33884)
@@ -54,6 +54,7 @@
          <copy path="/:configuration/:large-messages-directory/text()" property="large.messages.dir"/>
       </xmltask>
       <delete dir="${large.messages.dir}"/>
+      <delete file="${sever.home}/${jstat.command.arguments.7}" failonerror="false"/>
    </target>
    
    <target name="start-jstat">



More information about the jboss-svn-commits mailing list