summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/cc/config/java-trunk.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/qpid/cc/config/java-trunk.xml b/qpid/cc/config/java-trunk.xml
index 9163a51b54..99f469725b 100644
--- a/qpid/cc/config/java-trunk.xml
+++ b/qpid/cc/config/java-trunk.xml
@@ -106,6 +106,13 @@ under the License.
</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 @@ under the License.
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}"