You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ar...@apache.org on 2008/07/24 20:26:56 UTC

svn commit: r679481 - /incubator/qpid/trunk/qpid/cc/config/java-trunk.xml

Author: arnaudsimon
Date: Thu Jul 24 11:26:56 2008
New Revision: 679481

URL: http://svn.apache.org/viewvc?rev=679481&view=rev
Log:
qpid-1157: updated java trunk so a report is generated when there is a fault

Modified:
    incubator/qpid/trunk/qpid/cc/config/java-trunk.xml

Modified: incubator/qpid/trunk/qpid/cc/config/java-trunk.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cc/config/java-trunk.xml?rev=679481&r1=679480&r2=679481&view=diff
==============================================================================
--- incubator/qpid/trunk/qpid/cc/config/java-trunk.xml (original)
+++ incubator/qpid/trunk/qpid/cc/config/java-trunk.xml Thu Jul 24 11:26:56 2008
@@ -106,6 +106,13 @@
         </schedule>
 
         <publishers>
+            <onfailure>
+                <antpublisher target="report"
+                     uselogger="false"
+                     antworkingdir="../java">
+                    <jvmarg arg="-Xmx1024m"/>
+                </antpublisher>
+            </onfailure>
             <artifactspublisher dest="artifacts/${project.name}"
                                 subdirectory="report_08"
                                 dir="../java/build/report_08"/>
@@ -118,6 +125,10 @@
                                 subdirectory="report_cpp-noprefetch"
                                 dir="../java/build/report_cpp-noprefetch"/>
 
+              <artifactspublisher dest="artifacts/${project.name}"
+                                subdirectory="report-fault"
+                                dir="../java/build/report"/>
+
             <email subjectprefix="${mail.subject}: ${project.name}" mailhost="${mail.host}"
                    returnaddress="${mail.returnaddress}"
                    buildresultsurl="http://${env.HOSTNAME}:8080/buildresults/${project.name}"