From 5048b45265f5316b7d1919af687ce493bbcae141 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 20 Nov 2012 07:54:22 +0000
Subject: [PATCH] Attempt to get more information when Jenkins fails
---
opends/build.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 140be66..158f59d 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -1318,6 +1318,7 @@
<!-- Don't generate package-info.java as it conflicts with
the one in src/dsml -->
<arg value="-npa"/>
+ <arg value="-verbose" />
<produces dir="${dsml.gen.dir}/org/opends/dsml/protocol"
includes="* impl/*" />
</xjc>
--
Gitblit v1.10.0