diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-24 18:26:56 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-07-24 18:26:56 +0000 |
| commit | eb59907119df9147de1f34f2391d8a8d64890799 (patch) | |
| tree | 2700b64154f8bcc514a3ffe4fdd256ce474057d8 | |
| parent | e3677e988c1861d7b41d5107542e5e97e4fdea18 (diff) | |
| download | qpid-python-eb59907119df9147de1f34f2391d8a8d64890799.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@679481 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cc/config/java-trunk.xml | 11 |
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}"
|
