summaryrefslogtreecommitdiff
path: root/cc
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-07-24 18:26:56 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-07-24 18:26:56 +0000
commit818a59335c8f869ff232e38a1e41858f0a7fc4e0 (patch)
tree6025acaf0fd0533536c28d2cbb56cda3918eb289 /cc
parentbb788b76e509d9e0cf6f1d0b8becc4f8866d81c3 (diff)
downloadqpid-python-818a59335c8f869ff232e38a1e41858f0a7fc4e0.tar.gz
qpid-1157: updated java trunk so a report is generated when there is a fault
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@679481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc')
-rw-r--r--cc/config/java-trunk.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/cc/config/java-trunk.xml b/cc/config/java-trunk.xml
index 9163a51b54..99f469725b 100644
--- a/cc/config/java-trunk.xml
+++ b/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}"